{"$schema":"https://wellknown.network/schemas/agent-record-v1.json","schemaVersion":"1","id":"ag_9wsec9wzua9x","handle":"bybit-mcp-server","url":"https://wellknown.network/agents/bybit-mcp-server","links":{"self":"https://wellknown.network/agents/bybit-mcp-server/record.json","html":"https://wellknown.network/agents/bybit-mcp-server","markdown":"https://wellknown.network/agents/bybit-mcp-server/record.md","api":"https://wellknown.network/api/v1/agents/bybit-mcp-server","status":"https://wellknown.network/api/v1/agents/bybit-mcp-server/status","claim":"https://wellknown.network/agents/bybit-mcp-server/claim","claimApi":"https://wellknown.network/api/v1/claims","claimDescriptor":"https://wellknown.network/agents/bybit-mcp-server/claim.json","badge":"https://wellknown.network/agents/bybit-mcp-server/badge.svg","openapi":"https://wellknown.network/openapi.json"},"ard":{"identifier":"urn:air::server:bybit-mcp-server","type":"application/mcp-server-card+json"},"kind":"mcp_server","declared":{"name":"bybit-mcp-server","summary":"A Model Context Protocol server for Bybit V5 API","description":"# bybit-mcp-server\n\nA [Model Context Protocol](https://modelcontextprotocol.io/) server for the [Bybit](https://bybit.com) V5 API.\n\nConnect AI assistants (Claude, Cursor, etc.) to Bybit for market data, trading, and account management — locally via stdio or remotely via HTTP with OAuth authentication.\n\n## Quick Start\n\n### Local (stdio)\n\n```bash\nuvx bybit-mcp-server\n```\n\n### Remote (Docker)\n\n```bash\ndocker pull ghcr.io/workspace/bybit-mcp-server:latest\ndocker run -p 8000:8000 \\\n  -e BYBIT_MCP_ADMIN_PASSWORD=your-password \\\n  -e BYBIT_MCP_SECRET_KEY=$(python -c \"from cryptography.fernet import Fernet; print(Fernet.generate_key().decode())\") \\\n  -e BYBIT_MCP_ISSUER_URL=https://your-server.example.com \\\n  -v bybit-data:/app/data \\\n  ghcr.io/workspace/bybit-mcp-server:latest\n```\n\n## Transport Modes\n\n| Mode | Transport | Auth | Credentials | Use Case |\n|------|-----------|------|-------------|----------|\n| **Local** | `stdio` | None | Env vars | Claude Desktop, Cursor |\n| **Remote** | `streamable-http` | OAuth 2.0 | Web settings page | Claude Custom Connectors, shared servers |\n\n## MCP Client Configuration\n\n### Claude Desktop (Local)\n\nAdd to `claude_desktop_config.json`:\n\n```json\n{\n  \"mcpServers\": {\n    \"bybit\": {\n      \"command\": \"uvx\",\n      \"args\": [\"bybit-mcp-server\"],\n      \"env\": {\n        \"BYBIT_API_KEY\": \"your-api-key\",\n        \"BYBIT_API_SECRET\": \"your-api-secret\",\n        \"BYBIT_TESTNET\": \"true\"\n      }\n    }\n  }\n}\n```\n\n### Claude Custom Connectors (Remote)\n\n1. Deploy the server with Docker (see [Deployment](#deployment))\n2. In Claude settings, add a Custom Connector:\n   - **URL**: `https://your-server.example.com`\n3. Claude handles OAuth automatically — you'll be prompted to log in with admin credentials\n4. After connecting, visit `https://your-server.example.com/settings` to enter your Bybit API keys\n\n### Cursor (Local)\n\nAdd to `.cursor/mcp.json`:\n\n```json\n{\n  \"mcpServers\": {\n    \"bybit\": {\n      \"command\": \"uvx\",\n      \"args\": [\"bybit-mcp-server\"],\n      \"en…","publisher":{"name":"ryukimin","url":null},"homepage":"https://workspace.github.io/bybit-mcp-server","repository":"https://github.com/workspace/bybit-mcp-server","version":"0.4.0","license":"MIT","protocols":["mcp"],"tags":["bybit","cryptocurrency","mcp","model-context-protocol","trading"],"pricing":null,"endpoints":[{"url":"pypi:bybit-mcp-server","type":"package_pypi","auth":null,"probeable":false}],"skills":null,"tools":null,"extra":null,"attribution":{"kind":"pypi","name":"pypi","license":"pypi","repoUrl":"pypi","summary":"pypi","version":"pypi","description":"pypi","homepageUrl":"pypi","publisherName":"pypi"}},"derived":{"capabilities":[{"slug":"finance.markets","name":"Markets & Trading","confidence":1,"provenance":"declared"},{"slug":"security.identity","name":"Identity & Access","confidence":1,"provenance":"derived"},{"slug":"dev.ci-cd","name":"CI/CD & Deploy","confidence":0.825,"provenance":"derived"}],"categories":["dev","finance","security"],"language":"en"},"observed":{"status":"unknown","statusReason":"Distributed as a package to run locally; no network endpoint to check.","lastOkAt":null,"lastProbedAt":null,"statusComputedAt":null,"reliability30d":null,"latestObservations":[],"tools":null,"package":{"name":"bybit-mcp-server","registry":"pypi","observedAt":"2026-09-09T10:33:01.505Z","publishedAt":"2026-03-02T07:33:13.339917Z","latestVersion":"0.4.0"}},"verification":{"claimed":false,"claimedAt":null,"proofs":[]},"provenance":{"sources":[{"source":"pypi","key":"bybit-mcp-server","url":"https://pypi.org/project/bybit-mcp-server/","firstSeenAt":"2026-09-09T10:28:05.722Z","fetchedAt":"2026-09-09T10:28:05.722Z","normalizedAt":"2026-09-09T10:28:05.722Z"}]},"firstSeenAt":"2026-09-09T10:28:05.722Z","updatedAt":"2026-09-09T10:33:01.505Z"}