MCP tool for crypto market data in AXL format. The first wormhole into the AXL Agent Economy.
Project description
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
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file axl_crypto_data-0.1.0.tar.gz.
File metadata
- Download URL: axl_crypto_data-0.1.0.tar.gz
- Upload date:
- Size: 3.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
25753de2535df718671d7ad42a55975a485630b1bc59854d723b85c1a5bf10dd
|
|
| MD5 |
bcdd77c5311b4dd3dddd4edb0071d95b
|
|
| BLAKE2b-256 |
8f72f464f9ea79fda674a9f304d8e4f2b6d69d214fbab2bf2320bfe785126863
|
File details
Details for the file axl_crypto_data-0.1.0-py3-none-any.whl.
File metadata
- Download URL: axl_crypto_data-0.1.0-py3-none-any.whl
- Upload date:
- Size: 4.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cf0ab6d6ee46def6622c4213ce0ecda9d7442b48bf5643f5b5ae9e65cd12a745
|
|
| MD5 |
77dbee430515babc55114f500bf36a64
|
|
| BLAKE2b-256 |
f0fc094e5768a48a0b2f670f6df7a3c59ded3d944801c642787a06e880bcbf20
|