google-adk-maxia
MAXIA AI marketplace tools for Google Agent Development Kit (ADK) — swap crypto, rent GPUs, DeFi yields, AI services on 15 blockchains.
Installation
pip install google-adk-maxia
Quick Start
Option 1: FunctionTool wrappers (this package)
from google_adk_maxia import get_maxia_tools
from google.adk.agents import Agent
tools = get_maxia_tools()
agent = Agent(name="maxia-agent", tools=tools, model="gemini-2.0-flash")
Option 2: MCP server (native ADK support)
from google.adk.tools.mcp_tool import MCPToolset
# ADK connects to MAXIA's 46 MCP tools directly
tools = MCPToolset(url="https://maxiaworld.app/mcp")
Option 3: A2A discovery (native ADK support)
ADK auto-discovers MAXIA via the agent card at:
https://maxiaworld.app/.well-known/agent-card.json
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
export MAXIA_API_KEY=your-api-key # optional, free endpoints work without
Get a free API key at maxiaworld.app.
Links
Release files for google-adk-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 | |
|---|---|---|---|
| google_adk_maxia-0.1.0.tar.gz | 4.9 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| google_adk_maxia-0.1.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 10.7 kB
Release files / google_adk_maxia-0.1.0.tar.gz
| Download URL | google_adk_maxia-0.1.0.tar.gz |
|---|---|
| Size | 4.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
3107921352006b1d3fe8b50a04e351aacb538ef07dee5dcce48f4bc3f8b7c68d
|
|
BLAKE2b-256 checksum How to use checksums |
8d93d9c7c918792200628ae953231c7f3467f5388abf003e4adac32828a48558
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.12.10
|
Release files / google_adk_maxia-0.1.0-py3-none-any.whl
| Download URL | google_adk_maxia-0.1.0-py3-none-any.whl |
|---|---|
| Size | 5.8 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
68202da34fdb98c72a12316dffd33f6c2b6214094920655ea78dc35bcbf55278
|
|
BLAKE2b-256 checksum How to use checksums |
91a6746e4aeab306ac208af8ca4fd927392d00ac30f1217e414c7bb65802d3d3
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.12.10
|