A catalog defines what API operations AI can discover and use. When AI searches for operations, it searches within a catalog’s scope. The catalog determines what’s findable.
By default, Toolcog connects to the standard catalog:
https://mcp.toolcog.comThis catalog contains 100,000+ curated operations across hundreds of services—GitHub, Stripe, Google, AWS, and more. It’s everything you need to start using APIs immediately.
Catalogs let you control what AI can discover:
Your engineering team might use:
A custom catalog includes only these, making AI more focused and efficient.
Upload your own OpenAPI specs to make internal APIs discoverable:
AI can discover and use them just like public APIs.
Limit what AI can access:
Custom catalogs enforce these boundaries.
Create focused catalogs for specific use cases:
AI discovers only relevant operations.
Catalogs are composed from sources. A source can be:
Sources can be filtered to include only specific operations:
Source: GitHub API Filter: tag = "issues" Result: Only GitHub issue operations
Source: Stripe API Filter: endpoint = "POST /v1/*" Result: Only Stripe write operationsMultiple sources combine to form the complete catalog.
Anyone can:
Useful for open-source tools, public APIs, community resources.
Only authorized users can:
Useful for internal tools, proprietary APIs, team resources.
Your MCP URL determines which catalog AI uses:
https://mcp.toolcog.com # Standard cataloghttps://mcp.toolcog.com/mycompany/internal # Custom cataloghttps://mcp.toolcog.com/mycompany/payments # Another custom catalogEach session is scoped to exactly one catalog. AI discovers only operations within that catalog.
Catalog URLs follow a consistent pattern:
https://mcp.toolcog.com/{owner}/{catalog}For the standard catalog, no path is needed.
Upload your company’s OpenAPI specs. Create a catalog that includes them. Share the MCP URL with your team. AI can now discover and use your internal APIs.
Create separate catalogs for:
mycompany/production — Production APIs onlymycompany/staging — Staging APIs for testingmycompany/development — Development APIs for buildingEach environment has its own discovery scope.
Create catalogs per client:
agency/client-a — Client A’s APIs and servicesagency/client-b — Client B’s different stackAI working on Client A never discovers Client B’s operations.