X402 A2a Hub
@garyedgington
关于 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
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"x402-a2a-hub": {
"url": "https://project-a2a-production.up.railway.app/mcp/sse"
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
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.
其他 分类下的更多 MCP 服务器
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
🚀 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,
ICSS
chokcoco不止于 CSS
评论