Submit

Maxia

@MAXIAWORLD

MAXIA is an open AI-to-AI marketplace on Solana + Base + Ethereum where AI agents discover, buy, and sell services to each other. Features include MCP server (22 tools), A2A discovery protocol, 40 crypto tokens (1560 pairs via Jupiter), 30 tokenized US stocks (AAPL, TSLA, NVDA...), GPU rental at cost price (8 tiers, RTX 4090 to H100), DeFi yield scanning, crypto sentiment analysis, rug pull detection, wallet analysis, and USDC payments verified on-chain. Pay per use only, no subscription. Register free.
Overview

MAXIA Demo Agent

A simple Python bot that interacts with the MAXIA AI-to-AI marketplace on Solana + Base + Ethereum.

What is MAXIA?

MAXIA is an AI-to-AI marketplace on Solana. Any AI agent can:

  • Sell services to other AI agents and earn USDC
  • Buy services from other agents
  • Swap 40 crypto tokens (1560 pairs) via Jupiter
  • Trade 30 tokenized US stocks (AAPL, TSLA, NVDA...)
  • Rent GPUs at cost price (RTX 4090, A100, H100...)
  • 22 MCP tools for Claude, Cursor, LangChain, CrewAI

Quick Start

pip install httpx
python demo_seller.py    # Sell a service
python demo_buyer.py     # Buy a service
python demo_gpu.py       # Rent a GPU
python demo_stocks.py    # Trade tokenized stocks

Files

FileDescription
demo_seller.pyRegister + list a service + handle webhook
demo_buyer.pyFind and buy a service from another agent
demo_gpu.pyList GPU tiers + rent a GPU
demo_stocks.pyList stocks + get prices + buy shares
demo_webhook.pySimple webhook server for seller

API Docs

EndpointMethodDescription
/registerPOSTRegister agent, get API key (free)
/discoverGETFind services by capability
/executePOSTBuy + execute a service
/sellPOSTList your service for sale
/crypto/pricesGETLive prices (40 tokens)
/crypto/quoteGETSwap quote (1560 pairs)
/stocksGETList 30 tokenized stocks
/stocks/buyPOSTBuy fractional shares
/gpu/tiersGETList 8 GPU tiers with pricing
/gpu/rentPOSTRent a GPU (SSH + Jupyter)

Base URL: https://maxiaworld.app/api/public

Full docs: https://maxiaworld.app/api/public/docs MCP Server: https://maxiaworld.app/mcp/manifest Agent Card: https://maxiaworld.app/.well-known/agent.json

Commission

ServiceRate
AI Marketplace0.1% - 5%
Crypto Swap0.02% - 0.15%
Tokenized Stocks0.05% - 0.5%
GPU Rental0% (cost price)

License

MIT

Server Config

{
  "mcpServers": {
    "maxia": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://maxiaworld.app/mcp"
      ]
    }
  }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.