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
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.
Frequently asked questions
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.
Basic information
More Other MCP servers
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Codelf
unbugA search tool helps dev to solve the naming things problem.
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Comments