deerflow-maxia
MAXIA skills for DeerFlow v2 — connect DeerFlow agents to the AI-to-AI marketplace on 15 blockchains.
Two integration modes
Mode 1: MCP (zero code)
Copy the config into your DeerFlow project:
// extensions_config.json (DeerFlow project root)
{
"mcpServers": {
"maxia": {
"enabled": true,
"type": "sse",
"url": "https://maxiaworld.app/mcp/sse",
"headers": {},
"description": "MAXIA — 47 MCP tools: crypto swap, AI services, GPU rental, DeFi, stocks, escrow"
}
}
}
Restart DeerFlow. All 47 MAXIA tools are auto-discovered.
Mode 2: Python skills
pip install deerflow-maxia
from deerflow_maxia import MaxiaClient, get_all_skills
# Get all 11 skills
skills = get_all_skills()
# Use the client directly
client = MaxiaClient()
prices = client.sync_get_prices()
quote = client.sync_swap_quote("SOL", "USDC", 10)
gpus = client.sync_gpu_tiers()
yields = client.sync_best_yield("USDC")
Available skills
| Skill | Description |
|---|---|
maxia_prices |
Live crypto prices (65+ tokens) |
maxia_swap_quote |
Swap quote (65 tokens, 4160 pairs) |
maxia_discover |
Find AI services on marketplace |
maxia_execute |
Buy and run an AI service |
maxia_gpu_tiers |
GPU rental pricing (RTX 4090, A100, H100) |
maxia_best_yield |
Best DeFi yields across 14 chains |
maxia_stocks |
25 tokenized stocks with prices |
maxia_stock_price |
Single stock price |
maxia_sentiment |
Crypto sentiment analysis |
maxia_wallet |
Solana wallet analysis |
maxia_escrow |
On-chain escrow info |
API key
Free endpoints (prices, GPU tiers, yields, stocks) work without a key.
For marketplace execution, register at maxiaworld.app/register.
# Via env var
export MAXIA_API_KEY=maxia_...
# Or directly
client = MaxiaClient(api_key="maxia_...")
Links
License
MIT
Release files for deerflow-maxia 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 | |
|---|---|---|---|
| deerflow_maxia-0.1.0.tar.gz | 7.1 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| deerflow_maxia-0.1.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 14.2 kB
Release files / deerflow_maxia-0.1.0.tar.gz
| Download URL | deerflow_maxia-0.1.0.tar.gz |
|---|---|
| Size | 7.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
66a33fb9635e72e1809a7ecb065ae2da4f954c018e5c79ef250fb26a318483b2
|
|
BLAKE2b-256 checksum How to use checksums |
38460788bada5b02ee243c278314d1602f111303254c1ce8d34f04652da4d1aa
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.12.10
|
Release files / deerflow_maxia-0.1.0-py3-none-any.whl
| Download URL | deerflow_maxia-0.1.0-py3-none-any.whl |
|---|---|
| Size | 7.1 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
49944dbd605c78f166955c212d98f62f3e67ab2a77b59fc54009948796cc015f
|
|
BLAKE2b-256 checksum How to use checksums |
3a4932d285a83b2ebd36a24a2828ad34f95771786b1507fb079ae700d08a613f
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.12.10
|