mcpward

Production-grade gateway for MCP servers, built for solo devs and small teams.

The problem

Auth is broken

OAuth lifecycle doesn't match agent lifecycle. Clients fragment auth implementation.

No audit trail

53% of MCP servers use static API keys with zero logging.

Endpoints die silently

52% of remote MCP endpoints are dead (April 2026 analysis, 2,181 endpoints).

Quickstart

  1. Install: pip install mcpward
  2. Configure your upstream MCP servers in servers.yaml
  3. Run: python -m mcpward — gateway live in under 10 minutes
# servers.yaml
servers:
  - name: github
    url: https://your-mcp-server.example.com
    transport: streamable-http

What you get

Pricing

Free

$0
  • 1 MCP server
  • 5K calls/day
  • API key auth
  • Basic audit logs

Pro

$19/mo
  • Unlimited servers
  • OAuth + RBAC
  • Signed logs (Ed25519)
  • Tool aggregation

Team

$49/mo
  • SSO
  • Audit export
  • Email support
  • Everything in Pro

Or pay per call: $0.0001 via x402 micropayments (USDC). No subscription needed.

View on GitHub