One front door for every tool.
Connect Gmail, Google Drive, Google Calendar, GitHub — anything MCP. One audited endpoint, per-agent scopes, credentials that never touch a prompt.
The right tool, for the right agent.
Pick an agent and see exactly which tools and scopes it gets — enforced at the wire, before any tool call reaches a provider.
Credentials brokered, never exposed.
OAuth tokens are encrypted at rest, brokered at call time, and refreshed automatically. They never live in prompts, logs or your agents' context windows.
user → encrypted vault → brokered per call
↳ encrypted at rest · never in prompts or logs
Tool output, compressed.
Tool results run through the compression engine before they re-enter the model — big query results and file contents don't blow up your context bill.
Every tool call, stitched into the trace.
Each invocation is logged with arguments, latency and cost, stitched into the parent request trace. Replay any agent decision.
| Tool | Args | Latency | Tokens | Cost |
|---|---|---|---|---|
| Ggithub.pull | repo: cohesor/api · #482 | 142ms | 3,847 → 1,612 | $0.0011 |
| Mgmail.search | query: "q3 invoice" · max 5 | 89ms | 412 | $0.0003 |
| Ccalendar.events | timeMin: today · timeMax: +7d | 67ms | 284 | $0.0002 |
| → model · claude-sonnet-4.6 | summarise + post | 92ms | 1,925 in · 412 out | $0.0015 |
Add one MCP server. Get them all.
Drop Cohesor into ~/.claude/.mcp.json and your agent gets every connector you've enabled — governed.
Add Cohesor to your MCP config
One URL, one key — every enabled connector appears automatically.
Connect your accounts
OAuth per connector — Gmail, Drive, Calendar, GitHub. Tokens encrypted in our vault, never in prompts.
Set per-agent scopes
Grant the support agent gmail:read, the ops agent repo:write — enforced at the wire.
{ "mcpServers": { "cohesor": {
"url": "https://api.cohesor.com/mcp",
"headers": { "x-api-key": "sk-coh-your_gateway_key" }
} } }
CONNECTOR CATALOG · 4 LIVE
Give your agents tools you can trust.
One endpoint, governed scopes, credentials that never touch a prompt. Connect your first tool in minutes.