MAXIA AI marketplace tools for Google Agent Development Kit (ADK) — swap crypto, rent GPUs, DeFi yields on 15 blockchains
Project description
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
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 google_adk_maxia-0.1.0.tar.gz.
File metadata
- Download URL: google_adk_maxia-0.1.0.tar.gz
- Upload date:
- Size: 4.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3107921352006b1d3fe8b50a04e351aacb538ef07dee5dcce48f4bc3f8b7c68d
|
|
| MD5 |
dd05191f32ecc153279be3487178e1aa
|
|
| BLAKE2b-256 |
8d93d9c7c918792200628ae953231c7f3467f5388abf003e4adac32828a48558
|
File details
Details for the file google_adk_maxia-0.1.0-py3-none-any.whl.
File metadata
- Download URL: google_adk_maxia-0.1.0-py3-none-any.whl
- Upload date:
- Size: 5.8 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 |
68202da34fdb98c72a12316dffd33f6c2b6214094920655ea78dc35bcbf55278
|
|
| MD5 |
6031d7b6cd3bf71703ad14a8cf81df78
|
|
| BLAKE2b-256 |
91a6746e4aeab306ac208af8ca4fd927392d00ac30f1217e414c7bb65802d3d3
|