{"$schema":"https://wellknown.network/schemas/agent-record-v1.json","schemaVersion":"1","id":"ag_cfamc8d8bp3t","handle":"aiowhitebit-mcp","url":"https://wellknown.network/agents/aiowhitebit-mcp","links":{"self":"https://wellknown.network/agents/aiowhitebit-mcp/record.json","html":"https://wellknown.network/agents/aiowhitebit-mcp","markdown":"https://wellknown.network/agents/aiowhitebit-mcp/record.md","api":"https://wellknown.network/api/v1/agents/aiowhitebit-mcp","status":"https://wellknown.network/api/v1/agents/aiowhitebit-mcp/status","claim":"https://wellknown.network/agents/aiowhitebit-mcp/claim","claimApi":"https://wellknown.network/api/v1/claims","claimDescriptor":"https://wellknown.network/agents/aiowhitebit-mcp/claim.json","badge":"https://wellknown.network/agents/aiowhitebit-mcp/badge.svg","openapi":"https://wellknown.network/openapi.json","history":"https://wellknown.network/api/v1/agents/aiowhitebit-mcp/history","tools":"https://wellknown.network/api/v1/agents/aiowhitebit-mcp/tools"},"ard":{"identifier":"urn:air::server:aiowhitebit-mcp","type":"application/mcp-server-card+json"},"kind":"mcp_server","declared":{"name":"aiowhitebit-mcp","summary":"MCP server and client for WhiteBit cryptocurrency exchange API","description":"# aiowhitebit-mcp\n\nMessage Control Protocol (MCP) server and client implementation for WhiteBit cryptocurrency exchange API. Built on\ntop of [aiowhitebit](https://github.com/doubledare704/aiowhitebit) library and [fastmcp](https://github.com/jlowin/fastmcp).\n\n## Features\n\n- MCP server for WhiteBit API with public endpoints\n- Support for multiple transport protocols (stdio, SSE, WebSocket)\n- Easy-to-use client for interacting with the MCP server\n- Command-line interface for running the server\n- Integration with Claude Desktop\n- Real-time market data via WebSocket\n- Comprehensive test coverage and type checking\n- Modern development tools (ruff, pyright, pre-commit)\n- Caching with disk persistence\n- Rate limiting and circuit breaker patterns\n\n### New in aiowhitebit 0.3.0 Integration\n\n- **BookTicker WebSocket Streams**: Real-time best bid/ask price updates\n- **Funding History for Futures**: Access historical funding rates for futures markets\n- **Enhanced WebSocket Events**: All WebSocket events now include optional metadata (event_time, update_id)\n\n## Quick Start\n\n```bash\n# Install the package\npip install aiowhitebit-mcp\n\n# Run the server (stdio transport for Claude Desktop)\naiowhitebit-mcp --transport stdio\n\n# Or run with SSE transport\naiowhitebit-mcp --transport sse --host 127.0.0.1 --port 8000\n```\n\n## Basic Usage\n\n### Client with Network Transport\n\n```python\nimport asyncio\nimport os\nfrom aiowhitebit_mcp.client import WhiteBitMCPClient\n\nasync def main():\n    # Set the server URL (or use environment variable)\n    server_url = \"http://localhost:8000/sse\"\n    os.environ[\"WHITEBIT_MCP_URL\"] = server_url\n\n    async with WhiteBitMCPClient() as client:\n        # Get market info\n        btc_usdt = await client.get_market_resource(\"BTC_USDT\")\n        print(\"BTC/USDT Market Info:\", btc_usdt)\n\n        # Get real-time price via WebSocket\n        price = await client.get_last_price(\"BTC_USDT\")\n        print(\"Current BTC/USDT price:\", price)\n\n        # Get order book\n        order…","publisher":{"name":"doubledare704","url":null},"homepage":"https://github.com/doubledare704/aiowhitebit-mcp","repository":"https://github.com/doubledare704/aiowhitebit-mcp/issues","version":"0.3.0","license":"Apache License 2.0","protocols":["mcp"],"tags":["whitebit","cryptocurrency","exchange","api","mcp","claude"],"pricing":null,"endpoints":[{"url":"pypi:aiowhitebit-mcp","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":"dev.terminal","name":"Terminal & Shell","confidence":0.825,"provenance":"derived"}],"categories":["dev","finance"],"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":"aiowhitebit-mcp","registry":"pypi","observedAt":"2026-09-15T08:26:10.245Z","publishedAt":"2025-10-18T19:41:00.986454Z","latestVersion":"0.3.0"},"toolSurface":null,"endpointFacts":[]},"verification":{"claimed":false,"claimedAt":null,"proofs":[]},"provenance":{"sources":[{"source":"pypi","key":"aiowhitebit-mcp","url":"https://pypi.org/project/aiowhitebit-mcp/","firstSeenAt":"2026-09-09T08:21:48.722Z","fetchedAt":"2026-09-15T08:25:16.149Z","normalizedAt":"2026-09-15T08:25:16.149Z"}]},"firstSeenAt":"2026-09-09T08:21:48.722Z","updatedAt":"2026-09-15T08:26:10.245Z"}