ForgeMesh is a public registry for small, production-running agent commerce systems: MCP servers, x402-paid APIs, affiliate routing, and machine-readable discovery surfaces.
The ecosystem is built around a simple idea: agents should be able to discover a tool, understand what it costs, pay for one call, and receive useful output without account setup or API-key negotiation.
- Website: https://forgemesh.io
- X: https://x.com/forgemeshlabs
- Machine index: https://forgemesh.io/index.json
- LLM overview: https://forgemesh.io/llms.txt
- OpenAPI discovery: https://forgemesh.io/openapi.json
- NPM package: https://www.npmjs.com/package/forgemesh
| Project | Surface | What it does |
|---|---|---|
| coinopai-mcp | MCP package | MCP tools for x402-paid CoinOpAI market intelligence, Kronos signals, trade decisions, and automation prompts. |
| forgemesh-imagegen | MCP package | MCP wrapper for x402-paid image generation through the hosted ImageGen API. |
| @forgemeshlabs/disruption-intelligence-mcp | MCP package | MCP wrapper for source-linked WARN, workforce disruption, company, region, territory, watchlist, Ripple Signals, Ripple Paths, and Disruption Intelligence Ripple Reports. |
| affiliate-router-mcp | MCP package | Vendor-neutral affiliate and payment routing for agent recommendations. |
| @forgemeshlabs/travel-assistant-mcp | MCP package | Travel-planning MCP server for destination guidance, fare search planning, airport context, route comparison, booking-link generation, and timing explanations. |
| forgemesh | Umbrella package | Umbrella package and public ecosystem registry. |
| API | Discovery | Notes |
|---|---|---|
| CoinOpAI x402 API | index.json | Paid crypto intelligence and automation prompt retrieval. |
| ImageGen x402 API | index.json | Paid image generation tiers on Base mainnet. |
| Disruption Intelligence API | index.json | 23 paid endpoints, including Ripple Signals and the Disruption Intelligence Ripple Report, from $0.01-$0.25 per call. |
| Fare Intelligence API | index.json | Travel fare intelligence surface. |
ForgeMesh services use ordinary web discovery files where possible:
index.jsonfor project and capability metadatallms.txtfor compact LLM-readable contextopenapi.jsonfor API discovery/.well-known/x402.jsonwhere paid x402 endpoints are exposed
MCP packages wrap hosted APIs so agents can call paid or free tools from Claude Desktop, Claude Code, and other MCP-compatible clients. x402 endpoints return an HTTP 402 challenge; the agent signs a USDC payment on Base mainnet, retries with the payment header, and receives the paid response.
.
├── README.md # GitHub and npm ecosystem overview
├── package.json # npm namespace package
├── architecture.svg # legacy architecture diagram
└── site/ # live forgemesh.io Next.js site
cd site
npm install
npm run build
npm run devThe production site runs from site/ behind the forgemesh-web PM2 process on the VPS.
See OPERATIONS.md for the deployment and verification runbook.
MIT