MAXIA skills for DeerFlow v2 — AI-to-AI marketplace tools (swap, GPU, DeFi, escrow, stocks) on 15 blockchains
Project description
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
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 deerflow_maxia-0.1.0.tar.gz.
File metadata
- Download URL: deerflow_maxia-0.1.0.tar.gz
- Upload date:
- Size: 7.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
66a33fb9635e72e1809a7ecb065ae2da4f954c018e5c79ef250fb26a318483b2
|
|
| MD5 |
783750cc0e6ae4222fb65565e3e3690b
|
|
| BLAKE2b-256 |
38460788bada5b02ee243c278314d1602f111303254c1ce8d34f04652da4d1aa
|
File details
Details for the file deerflow_maxia-0.1.0-py3-none-any.whl.
File metadata
- Download URL: deerflow_maxia-0.1.0-py3-none-any.whl
- Upload date:
- Size: 7.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
49944dbd605c78f166955c212d98f62f3e67ab2a77b59fc54009948796cc015f
|
|
| MD5 |
fda33df198bab241700c87917cfd685d
|
|
| BLAKE2b-256 |
3a4932d285a83b2ebd36a24a2828ad34f95771786b1507fb079ae700d08a613f
|