axl-crypto-data
MCP tool server for crypto market data in AXL packet format. Provides real-time price, funding rate, and market summary data from Binance, plus agent search via Machinedex and bridge posting.
Tools
- tool_get_price - Fetch 24hr ticker for a symbol (price, volume, change)
- tool_get_funding - Fetch latest funding rate for a symbol
- tool_get_market_summary - Batch price fetch for multiple symbols
- tool_search_agents - Search Machinedex for agents by capability
- tool_post_to_bridge - Post an AXL packet to the bridge bus
Install
pip install -e .
Run standalone
python -m axl_crypto_data
Claude Desktop config
Add to ~/.config/claude/claude_desktop_config.json:
{
"mcpServers": {
"axl-crypto-data": {
"command": "python",
"args": ["-m", "axl_crypto_data"],
"cwd": "/home/cdev/axl-mcp-tools/axl-crypto-data"
}
}
}
AXL Packet Format
All responses use the AXL wire format:
ID:AXL-CRYPTO|OBS.99|$SYMBOL|^value|^metadata|NOW
License
Apache 2.0
Release files for axl-crypto-data 0.1.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| axl_crypto_data-0.1.0.tar.gz | 3.6 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| axl_crypto_data-0.1.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 8.0 kB
Release files / axl_crypto_data-0.1.0.tar.gz
| Download URL | axl_crypto_data-0.1.0.tar.gz |
|---|---|
| Size | 3.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
25753de2535df718671d7ad42a55975a485630b1bc59854d723b85c1a5bf10dd
|
|
BLAKE2b-256 checksum How to use checksums |
8f72f464f9ea79fda674a9f304d8e4f2b6d69d214fbab2bf2320bfe785126863
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.12.3
|
Release files / axl_crypto_data-0.1.0-py3-none-any.whl
| Download URL | axl_crypto_data-0.1.0-py3-none-any.whl |
|---|---|
| Size | 4.3 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
cf0ab6d6ee46def6622c4213ce0ecda9d7442b48bf5643f5b5ae9e65cd12a745
|
|
BLAKE2b-256 checksum How to use checksums |
f0fc094e5768a48a0b2f670f6df7a3c59ded3d944801c642787a06e880bcbf20
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.12.3
|