composio-maxia
MAXIA AI marketplace tools for Composio — swap crypto, rent GPUs, DeFi yields, AI services on 15 blockchains.
Installation
pip install composio-maxia
Usage
from composio_maxia import get_maxia_tools
# Get all 8 MAXIA tools
tools = get_maxia_tools()
# Use with any Composio-supported framework (LangChain, CrewAI, AutoGen, etc.)
Or use individual actions:
from composio_maxia import maxia_swap_quote, maxia_gpu_tiers, maxia_defi_yields
# Get swap quote
quote = maxia_swap_quote(from_token="SOL", to_token="USDC", amount=10)
# List GPU tiers
gpus = maxia_gpu_tiers()
# Best DeFi yields
yields = maxia_defi_yields(asset="USDC")
Available Tools
| Tool | Description |
|---|---|
maxia_discover |
Search AI services on the marketplace |
maxia_get_price |
Live crypto prices (65 tokens, Pyth + Chainlink) |
maxia_swap_quote |
Swap quotes (65 tokens, 7 chains, 4160 pairs) |
maxia_gpu_tiers |
GPU rental pricing (Akash Network, 6 tiers) |
maxia_defi_yields |
Best DeFi yields across 15 chains |
maxia_sentiment |
Crypto market sentiment analysis |
maxia_buy_service |
Execute AI services (sandbox mode) |
maxia_wallet_analysis |
Analyze Solana wallets |
Configuration
Set MAXIA_API_KEY in your environment (optional — free endpoints work without a key):
export MAXIA_API_KEY=your-api-key
Get a free API key at maxiaworld.app.
Links
Release files for composio-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 | |
|---|---|---|---|
| composio_maxia-0.1.0.tar.gz | 4.7 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| composio_maxia-0.1.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 9.7 kB
Release files / composio_maxia-0.1.0.tar.gz
| Download URL | composio_maxia-0.1.0.tar.gz |
|---|---|
| Size | 4.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
d3697af8cd413a7c7839b0212700ab46674c54353ae55a4987c8e214e3088a10
|
|
BLAKE2b-256 checksum How to use checksums |
e2488016ef492505a4bf9fde83bc88ab37a4c10f6f88c7cb2aca3ef1961084f7
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.12.10
|
Release files / composio_maxia-0.1.0-py3-none-any.whl
| Download URL | composio_maxia-0.1.0-py3-none-any.whl |
|---|---|
| Size | 5.0 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
fa62011f71cdbf3af506a07aec4711ff61070ce71c04f47e95621c3e70948464
|
|
BLAKE2b-256 checksum How to use checksums |
c04347bde2e1ee0c8f821575f7247c0915bdd210c338c4326a445011ee6e8e8d
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.12.10
|