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).
Get started in 2 minutes
Enter your email to get a free API key instantly.
Your API key (save it now — shown only once):
Then point your MCP client at mcpward:
// Claude Desktop, Cursor, or any MCP client
{
"mcpServers": {
"mcpward": {
"url": "https://mcpward.redfleet.fr/mcp",
"headers": {
"Authorization": "Bearer mw_sk_your_key"
}
}
}
}
What you get
- Reverse proxy with tool aggregation across multiple MCP servers
- API key auth (simple) or OAuth with transparent token refresh
- Per-tool RBAC — control which agent can call which tool
- Rate limiting and daily quotas
- Ed25519 signed audit logs (tamper-proof)
- Health checks that actually tell you when upstreams die
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.
Self-hosted option available — contact us.