NewAgentCart ACP v2 shipped — delegated payments, order webhooks, Paddle billing.See products
← All products
MCP

Forge MCP

Production MCP server starter: auth, tool registry, streaming, deploy configs.

★★★★★4.8 (47 reviews)
168+ sold
Full source, no obfuscation
12 months of updates
Unlimited client projects
14-day money-back guarantee

Everything a real Model Context Protocol server needs beyond the hello-world docs: OAuth + API-key auth, a typed tool registry, streaming responses, rate limiting, observability hooks, and one-command deploys.

Tool registry with live call log
Auth + rate-limit configuration
Connected to Claude, Cursor, ChatGPT

What's inside

Typed tool + resource registry
OAuth 2.1 and API-key auth built in
Streaming responses and progress events
Per-client rate limiting
Structured logging + tracing hooks
Works with Claude, ChatGPT, Cursor clients
Example servers: DB, filesystem, SaaS API
Deploy configs: Docker, Cloudflare, Fly.io

See it in code

TypeScript
registry.register('search_orders', {
  input: z.object({ query: z.string() }),
  auth: ['oauth', 'api_key'],
  rateLimit: { perClient: 30, window: '1m' },
  handler: async ({ query }) => db.orders.search(query),
});

Stack

OAuth + API keysTyped tool registryStreamingObservability
GM

Built and personally maintained by Golam Mostafa — Top Rated Plus on Upwork, 12+ years shipping production web apps. Questions before buying? Reach me directly.

Customer reviews

4.8· 47 reviews
CW
Chen Wei
★★★★★Jun 2026
Verified purchase

Connected Claude and Cursor to our internal API in an afternoon. The typed registry catches schema drift before clients do.

LB
Lars Berg
★★★★★May 2026
Verified purchase

The rate limiting saved us — an agent retry loop hit one tool 400 times and the server did not blink.

Bought this? Leave a review