Skip to content

forgemeshlabs/forgemesh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ForgeMesh

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.

Live Projects

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.

Hosted APIs

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.

How The Pieces Fit

ForgeMesh services use ordinary web discovery files where possible:

  • index.json for project and capability metadata
  • llms.txt for compact LLM-readable context
  • openapi.json for API discovery
  • /.well-known/x402.json where 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.

Repository Layout

.
├── README.md              # GitHub and npm ecosystem overview
├── package.json           # npm namespace package
├── architecture.svg       # legacy architecture diagram
└── site/                  # live forgemesh.io Next.js site

Local Site Development

cd site
npm install
npm run build
npm run dev

The production site runs from site/ behind the forgemesh-web PM2 process on the VPS. See OPERATIONS.md for the deployment and verification runbook.

License

MIT

About

ForgeMesh ecosystem hub for monetized agent infrastructure, MCP servers, and x402-powered services

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors