Gateway
Give MCP-compatible agents one stateless endpoint and a compact three-tool execution surface.
Controller connects OpenAPI, GraphQL, and remote MCP sources, normalizes them into one searchable catalog, and exposes them through Streamable HTTP MCP.
Controller keeps source discovery, agent execution, and operational control in one system without making them the same concern.
Give MCP-compatible agents one stateless endpoint and a compact three-tool execution surface.
Discover OpenAPI, GraphQL, and remote MCP sources into one catalog.
Publish focused catalogs for agents that should not see the whole workspace.
Run bounded TypeScript with lazy tool discovery and no ambient host access.
Allow, pause, or block every governed call before credentials reach an adapter.
Operate one Bun service with SQLite or PostgreSQL and explicit readiness, auth, and network boundaries.
1
Read a source and normalize its operations.
2
Attach an account, environment, or region.
3
Search and describe only the needed schema.
4
Match policy before the call can leave.
5
Attach credentials and run the adapter.
Agents use the workspace or toolkit MCP endpoint. They search the catalog, execute bounded programs, and resume programs that a person approved.