Endpoints
One URL per integration.
Hand the same MCP URL to your CI bot, your support agent, and your dev team and you've lost the audit trail before you started. One leaked credential takes out everything.
Endpoints fix that. Each one is its own URL and bearer token, scoped to specific servers, with its own expiration and audit trail. Rotate one without touching the others.
Least-privilege access, out of the box
A URL per integration
Each endpoint gets its own slug like /mcp/ci-pipeline. Audit logs attribute every call to the right endpoint, so you know exactly which integration broke.
Server scoping
Each endpoint can access all servers or only specific ones. Your CI endpoint sees GitHub. Your support endpoint sees Slack and Jira. Nothing else.
Independent revocation
Rotate or delete one endpoint without touching the others. Bearer tokens are hashed with SHA-256 at rest and shown exactly once at creation.
Simple Integration
One URL, one header
Create an endpoint, copy the URL and bearer token into your client config, and you're connected. Every call through that endpoint is logged in the audit trail with the endpoint name attached.
{
"mcpServers": {
"warpgate": {
"url": "https://app.usewarpgate.com/mcp/ci-pipeline",
"headers": {
"Authorization": "Bearer mcp_xxxxxxxx..."
}
}
}
}
Explore more
More features to discover
Unified Gateway
Route all MCP traffic through a single, managed endpoint. Warpgate discovers tools automatically.
API to MCP
Import an OpenAPI spec and Warpgate maps every operation to MCP tools automatically.
Audit Trail
Full request-level logging with timestamps, tokens, tools, and response metadata.
OAuth 2.0 + PKCE
Standard OAuth flow for MCP client authentication.
Teams
Collaborate with role-based access control across your organization.
Warpgate Relay
Securely tunnel local or private MCP servers to the cloud without exposing inbound ports.
Middleware Pipeline
Rate limiting, caching, and transforms on any tool call.
Tool Control
Enable or disable individual tools per server.
Metrics & Health
Real-time health monitoring, per-tool latency tracking, and 30-day uptime history for every MCP server.
Fix MCP Auth
Stop re-authenticating MCP servers every few hours. Warpgate replaces broken OAuth with stable connections.
Ship your MCP gateway today
Connect your first server in under five minutes. No credit card required.