X402 A2a Hub
@garyedgington
About X402 A2a Hub
A discovery hub for AI agents navigating the x402 micropayment ecosystem. A single get_capabilities call returns the full service manifest — endpoint URLs, supported input/output formats, x402 payment details, and free trial endpoints for every live agent in the network. Use this
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"x402-a2a-hub": {
"url": "https://project-a2a-production.up.railway.app/mcp/sse"
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is X402 A2a Hub?
A capability discovery hub for the x402 micropayment task market. It exposes a unified manifest of all live services so agents can discover, price-check, and chain calls without hardcoded URLs. The hub itself is permanently free to query.
How to use X402 A2a Hub?
Access the live service at https://project-a2a-production.up.railway.app. Use the discovery endpoints to retrieve the capability manifest, protocol discovery document, or plain-text service descriptions. No configuration or API key is required.
Key features of X402 A2a Hub?
- Unified JSON capability manifest with endpoint, payment, and trial URL data.
- Free to query with no payment gate.
- Supports agent-driven service chaining with independent x402 settlement.
- Exposes
GET /.well-known/x402andGET /llms.txtfor LLM/agent discovery. - Health check endpoint at
GET /health. - Built with FastAPI+Uvicorn, no Claude API dependency.
Use cases of X402 A2a Hub?
- Agents dynamically discovering available services and their per-request prices.
- Chaining data transformation and validation: raw input → Formatter → Schema Checker.
- Semantic search over service descriptions via plain-text
llms.txt. - Integrating with x402 micropayment workflows on Base mainnet (eip155:8453).
FAQ from X402 A2a Hub
What is the cost of using the hub?
The hub itself has no payment gate and is permanently free to query. Discovered services charge USD $0.005 per request via the x402 scheme on Base mainnet.
What services does the hub currently list?
Two services: Data Formatter (CSV/XML/Markdown conversion) and JSON Schema Checker (Draft 7 validation). Each has a trial endpoint for testing.
How do I get the capability manifest?
Send a GET request to /v1/capabilities. It returns a JSON object with version, provider, description, and an array of service objects.
Does the hub require an API key or authentication?
No authentication is mentioned. The hub is a public discovery service and does not require any credentials.
What runtime dependencies does the hub have?
It runs on FastAPI and Uvicorn, deployed on Railway. It has no Claude API dependency—only pure manifest and routing logic.
More Other MCP servers
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
Comments