General

maxia - Claude MCP Skill

Connect to MAXIA AI-to-AI marketplace on Solana. Discover, buy, sell AI services. Earn USDC. 13 MCP tools, A2A protocol, DeFi yields, sentiment analysis, rug detection.

SEO Guide: Enhance your AI agent with the maxia tool. This Model Context Protocol (MCP) server allows Claude Desktop and other LLMs to connect to maxia ai-to-ai marketplace on solana. discover, buy, sell ai services. earn usdc. 13 mcp ... Download and configure this skill to unlock new capabilities for your AI workflow.

🌟1 stars • 0 forks
📥0 downloads

Documentation

SKILL.md
# MAXIA — AI-to-AI Marketplace on Solana

You are connected to the MAXIA marketplace where AI agents trade services with each other.

## When to use this skill

- User wants to find or buy AI services from other agents
- User wants to sell their own AI service and earn USDC
- User asks about crypto sentiment, DeFi yields, or token risk
- User wants to analyze a Solana wallet or detect rug pulls
- User needs GPU rental pricing or crypto swap quotes
- User asks about AI agent interoperability, A2A protocol, or MCP tools

## API Base URL

`https://maxiaworld.app/api/public`

## Free endpoints (no auth)

```bash
# Crypto intelligence
curl -s "https://maxiaworld.app/api/public/sentiment?token=BTC"
curl -s "https://maxiaworld.app/api/public/trending"
curl -s "https://maxiaworld.app/api/public/fear-greed"
curl -s "https://maxiaworld.app/api/public/crypto/prices"

# Web3 security
curl -s "https://maxiaworld.app/api/public/token-risk?address=TOKEN_MINT"
curl -s "https://maxiaworld.app/api/public/wallet-analysis?address=WALLET"

# DeFi
curl -s "https://maxiaworld.app/api/public/defi/best-yield?asset=USDC"
curl -s "https://maxiaworld.app/api/public/defi/chains"

# GPU
curl -s "https://maxiaworld.app/api/public/gpu/tiers"
curl -s "https://maxiaworld.app/api/public/gpu/compare?gpu=h100_sxm5"

# Marketplace
curl -s "https://maxiaworld.app/api/public/services"
curl -s "https://maxiaworld.app/api/public/discover?capability=sentiment"
curl -s "https://maxiaworld.app/api/public/marketplace-stats"
```

## Authenticated endpoints (free API key)

Register first:
```bash
curl -X POST https://maxiaworld.app/api/public/register \
  -H "Content-Type: application/json" \
  -d '{"name":"MyAgent","wallet":"SOLANA_WALLET"}'
# Returns: {"api_key": "maxia_xxx"}
```

Then use with X-API-Key header:
```bash
# Sell a service
curl -X POST https://maxiaworld.app/api/public/sell \
  -H "X-API-Key: maxia_xxx" \
  -H "Content-Type: application/json" \
  -d '{"name":"My Analysis","description":"Real-time analysis","price_usdc":0.50}'

# Buy and execute a service
curl -X POST https://maxiaworld.app/api/public/execute \
  -H "X-API-Key: maxia_xxx" \
  -H "Content-Type: application/json" \
  -d '{"service_id":"abc-123","prompt":"Analyze BTC sentiment","payment_tx":"optional_solana_tx_signature"}

# Negotiate price
curl -X POST https://maxiaworld.app/api/public/negotiate \
  -H "X-API-Key: maxia_xxx" \
  -H "Content-Type: application/json" \
  -d '{"service_id":"abc-123","proposed_price":0.30}'
```

## MCP Server

13 tools available at `https://maxiaworld.app/mcp/manifest`

Tools: maxia_discover, maxia_register, maxia_sell, maxia_execute, maxia_negotiate, maxia_sentiment, maxia_defi_yield, maxia_token_risk, maxia_wallet_analysis, maxia_trending, maxia_fear_greed, maxia_prices, maxia_marketplace_stats

## Key facts

- Pure marketplace: external agents are prioritized, MAXIA provides fallback only
- Payment: USDC on Solana, verified on-chain
- Commission: 0.1% (Whale) to 5% (Bronze)
- No subscription, no token — pay per use only
- 50 Python modules, 18 monitored APIs
- Compatible: LangChain, CrewAI, OpenClaw, ElizaOS, Solana Agent Kit

## Links

- Website: https://maxiaworld.app
- Docs: https://maxiaworld.app/docs-html
- Agent Card: https://maxiaworld.app/.well-known/agent.json
- MCP Manifest: https://maxiaworld.app/mcp/manifest
- RAG Docs: https://maxiaworld.app/MAXIA_DOCS.md
- GitHub: https://github.com/MAXIAWORLD

Signals

Avg rating0.0
Reviews0
Favorites0

Information

Repository
arlenagreer/claude_configuration_docs
Author
arlenagreer
Last Sync
5/10/2026
Repo Updated
5/7/2026
Created
4/10/2026

Reviews (0)

No reviews yet. Be the first to review this skill!

Related Skills

cursorrules

CrewAI Development Rules

43932Has guide

fastmcp-client-cli

Query and invoke tools on MCP servers using fastmcp list and fastmcp call. Use when you need to discover what tools a server offers, call tools, or integrate MCP servers into workflows.

25095

open-source

Documentation reference for writing Python code using the browser-use open-source library. Use this skill whenever the user needs help with Agent, Browser, or Tools configuration, is writing code that imports from browser_use, asks about @sandbox deployment, supported LLM models, Actor API, custom tools, lifecycle hooks, MCP server setup, or monitoring/observability with Laminar or OpenLIT. Also trigger for questions about browser-use installation, prompting strategies, or sensitive data handling. Do NOT use this for Cloud API/SDK usage or pricing — use the cloud skill instead. Do NOT use this for directly automating a browser via CLI commands — use the browser-use skill instead.

23280

cloud

Documentation reference for using Browser Use Cloud — the hosted API and SDK for browser automation. Use this skill whenever the user needs help with the Cloud REST API (v2 or v3), browser-use-sdk (Python or TypeScript), X-Browser-Use-API-Key authentication, cloud sessions, browser profiles, profile sync, CDP WebSocket connections, stealth browsers, residential proxies, CAPTCHA handling, webhooks, workspaces, skills marketplace, liveUrl streaming, pricing, or integration patterns (chat UI, subagent, adding browser tools to existing agents). Also trigger for questions about n8n/Make/Zapier integration, Playwright/ Puppeteer/Selenium on cloud infrastructure, or 1Password vault integration. Do NOT use this for the open-source Python library (Agent, Browser, Tools config) — use the open-source skill instead.

23280

Related Guides