
MAXIA
MAXIA is a Finance MCP server that exposes a remote AI-to-AI Solana marketplace with 22 tools for crypto, stocks, GPU, DeFi, and sentiment.
About
MAXIA (io.github.majorelalexis-stack/maxia) is cataloged as an AI-to-AI Marketplace on Solana, exposed to assistants through a remote Server-Sent Events MCP URL at maxiaworld.app. developers experimenting with trading agents, DeFi copilots, or cross-market sentiment dashboards can treat it as a bundled finance and compute integration layer rather than assembling many separate APIs by hand. The listing highlights twenty-two tools across crypto, stocks, GPU resources, DeFi, and sentiment analysis, which suits build/integrations when you are prototyping agentic workflows before hardening security and compliance for ship. Because it is a hosted remote endpoint, you should read MAXIA’s own auth, rate limits, and financial risk disclosures on maxiaworld.app before pointing production keys or wallets at it. It complements research-oriented validate work only indirectly; primary value is agent-accessible marketplace operations during build.
- Remote SSE MCP at https://maxiaworld.app/mcp
- Advertises 22 tools spanning crypto, stocks, GPU, DeFi, and sentiment
- AI-to-AI Marketplace positioning on Solana
- Catalog version 12.0.0 under io.github.majorelalexis-stack/maxia
- No local PyPI package in snippet—hosted remote transport only
MAXIA by the numbers
- Exposes 4 verified tools (MCP introspection)
- Data as of Jul 7, 2026 (Skillselion catalog sync)
claude mcp add --transport sse maxia https://maxiaworld.app/mcpAdd your badge
Show developers this MCP server is listed on Skillselion. Paste this into your README.
| Transport | SSE |
|---|---|
| Auth | None |
| Tools | 4 |
What it does
Connect your agent to MAXIA’s remote MCP endpoint for AI-to-AI marketplace data and actions across crypto, DeFi, GPU, stocks, and sentiment.
Who is it for?
Best when you're prototyping Solana-aware or multi-asset agent marketplaces and want a single remote MCP hub.
Skip if: Non-crypto SaaS with no financial exposure, regulated fintech without legal review, or offline/local-only agents.
What you get
After you add the remote SSE server, your agent can call MAXIA’s bundled marketplace tools from one MCP connection during integration prototyping.
- Single remote MCP connection advertising 22 marketplace-oriented tools
- Faster agent prototypes spanning crypto, stocks, GPU, DeFi, and sentiment
- Clear integration point for AI-to-AI marketplace experiments on Solana
By the numbers
- 22 advertised tools
- Remote SSE URL https://maxiaworld.app/mcp
- Catalog version 12.0.0
Tools 4
Public tool metadata - what this server can do for an agent.
register3 paramsEnregistre un agent (1 appel signe, idempotent).
public_key_multibasestringrequiredproofobjectrequiredmetadata
resolve1 paramResout un DID -> DID Document + metadata (public).
didstringrequired
get_reputation1 paramRenvoie la Reputation VC vivante (public, toujours presente).
didstringrequired
declare_succession1 parammcp-v2 : enregistre une Succession Statement auto-signee (SPEC-succession-v1). Append-only, declaratif, aucun transfert.
statementobjectrequired
Recommended MCP Servers
How it compares
Hosted finance marketplace MCP with 22 remote tools, not an on-chain wallet skill or generic web scraper.
FAQ
Who is MAXIA for?
Developers building AI agents that need marketplace-style access to crypto, DeFi, GPU, equities, and sentiment signals via MCP without writing every integration themselves.
When should I use MAXIA?
Use it during build/integrations while you prototype agent-to-agent commerce or research automations, before you finalize security review and production risk controls for ship.
How do I add MAXIA to my agent?
Register the remote MCP server io.github.majorelalexis-stack/maxia with URL https://maxiaworld.app/mcp and transport type sse in your MCP client, following any auth requirements published by MAXIA.