https://gateway.devctrl.ai/mcp
Point your agents at this endpoint to route all tool calls through Devctrl. Configure your projects, identities, tasks, and policies in the console.
What it does
The gateway handles five things on every request:- Authentication — verifies the agent’s bearer token against identity credentials
- Policy enforcement — evaluates CEL rules to allow or deny the tool call
- Rate limiting — enforces request limits at session, project, and global levels
- Proxying — forwards allowed requests to the correct upstream MCP server
- Audit logging — records every decision with full context
MCP protocol
The gateway speaks the Model Context Protocol (MCP) — the open standard for connecting AI agents to tools. It supports two MCP methods:| Method | Purpose |
|---|---|
tools/list | Returns available tools, filtered by the agent’s identity and policies |
tools/call | Executes a tool call on the upstream server after policy evaluation |
https://gateway.devctrl.ai/mcp using HTTP StreamableHTTP transport.
Upstream authentication
When the gateway forwards requests to your upstream MCP servers, it handles authentication automatically:- Header-based
- OAuth
Static headers (API keys, tokens) are injected into every request to the upstream server. Configure these when you register an MCP server.
Next steps
Connect an agent
Point your MCP client at the gateway.
Gateway overview
See the full endpoint reference and rate limiting details.