Sponsored by Deepsite.site

X402 A2a Hub

Created By
garyedgingtona month ago
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 as your first call when orchestrating multi-step pipelines across data transformation, schema validation, and other x402-enabled services. Free — no payment required.
Content

x402 A2A Hub

Capability discovery hub for the x402 micropayment task market. Exposes a unified manifest of all live services so agents can discover, price-check, and chain calls without hardcoded URLs.

Live service: https://project-a2a-production.up.railway.app


Discovery endpoints

EndpointDescription
GET /v1/capabilitiesFull JSON capability manifest — all services, endpoints, payment details, trial URLs
GET /.well-known/x402x402 protocol discovery document
GET /llms.txtPlain-text service descriptions optimised for LLM/agent semantic search
GET /healthHealth check — {"status":"ok","service":"a2a-hub"}

Capability manifest

GET /v1/capabilities returns a structured manifest of every service in the pipeline:

{
  "version": "1.0",
  "provider": "Gary Edgington",
  "description": "x402 micropayment task market — data transformation and validation pipeline.",
  "services": [
    {
      "id": "formatter",
      "name": "Data Formatter",
      "description": "Converts CSV to JSON, XML to JSON, or Markdown to HTML.",
      "endpoint": "https://project-formatter-production.up.railway.app/v1/format",
      "trial_endpoint": "https://project-formatter-production.up.railway.app/v1/format/trial",
      "payment": { "scheme": "x402", "network": "eip155:8453", "price_usd": 0.005 }
    },
    {
      "id": "schema-checker",
      "name": "JSON Schema Checker",
      "description": "Validates JSON payloads against JSON Schema Draft 7.",
      "endpoint": "https://projectx402-production.up.railway.app/v1/schema-check",
      "trial_endpoint": "https://projectx402-production.up.railway.app/v1/schema-check/trial",
      "payment": { "scheme": "x402", "network": "eip155:8453", "price_usd": 0.005 }
    }
  ]
}

Pipeline

Agents can chain services discovered via this hub:

Raw Input → Formatter (/v1/format) → Schema Checker (/v1/schema-check)

Each hop settles independently on Base mainnet via x402. The A2A hub itself has no payment gate — it is permanently free to query.


Stack

  • FastAPI + Uvicorn
  • No Claude API dependency (pure manifest/routing logic)
  • Deployed on Railway

  • Data Formatter: https://project-formatter-production.up.railway.app
    • MCP SSE: /mcp/sse — listed on Smithery
  • Schema Checker: https://projectx402-production.up.railway.app

Server Config

{
  "mcpServers": {
    "x402-a2a-hub": {
      "url": "https://project-a2a-production.up.railway.app/mcp/sse"
    }
  }
}
Recommend Servers
TraeBuild with Free GPT-4.1 & Claude 3.7. Fully MCP-Ready.
EdgeOne Pages MCPAn MCP service designed for deploying HTML content to EdgeOne Pages and obtaining an accessible public URL.
Zhipu Web SearchZhipu Web Search MCP Server is a search engine specifically designed for large models. It integrates four search engines, allowing users to flexibly compare and switch between them. Building upon the web crawling and ranking capabilities of traditional search engines, it enhances intent recognition capabilities, returning results more suitable for large model processing (such as webpage titles, URLs, summaries, site names, site icons, etc.). This helps AI applications achieve "dynamic knowledge acquisition" and "precise scenario adaptation" capabilities.
AiimagemultistyleA Model Context Protocol (MCP) server for image generation and manipulation using fal.ai's Stable Diffusion model.
Jina AI MCP ToolsA Model Context Protocol (MCP) server that integrates with Jina AI Search Foundation APIs.
MCP AdvisorMCP Advisor & Installation - Use the right MCP server for your needs
CursorThe AI Code Editor
Serper MCP ServerA Serper MCP Server
ChatWiseThe second fastest AI chatbot™
Tavily Mcp
Playwright McpPlaywright MCP server
BlenderBlenderMCP connects Blender to Claude AI through the Model Context Protocol (MCP), allowing Claude to directly interact with and control Blender. This integration enables prompt assisted 3D modeling, scene creation, and manipulation.
DeepChatYour AI Partner on Desktop
RedisA Model Context Protocol server that provides access to Redis databases. This server enables LLMs to interact with Redis key-value stores through a set of standardized tools.
WindsurfThe new purpose-built IDE to harness magic
Baidu Map百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Howtocook Mcp基于Anduin2017 / HowToCook (程序员在家做饭指南)的mcp server,帮你推荐菜谱、规划膳食,解决“今天吃什么“的世纪难题; Based on Anduin2017/HowToCook (Programmer's Guide to Cooking at Home), MCP Server helps you recommend recipes, plan meals, and solve the century old problem of "what to eat today"
Visual Studio Code - Open Source ("Code - OSS")Visual Studio Code
MiniMax MCPOfficial MiniMax Model Context Protocol (MCP) server that enables interaction with powerful Text to Speech, image generation and video generation APIs.
Amap Maps高德地图官方 MCP Server
Y GuiA web-based graphical interface for AI chat interactions with support for multiple AI models and MCP (Model Context Protocol) servers.