From API catalog to MCP tools — one click, nothing rewritten
The APIs you already run on Apinizer become MCP tools without a line of code. Pick a REST or SOAP proxy, preview the tools that will be generated — names, methods, paths, schemas — and convert. The source API keeps serving untouched; the new MCP Gateway is created undeployed so an administrator reviews before anything goes live.
- Tool names and input schemas generated from the proxy's OpenAPI spec or WSDL
- Preview table before anything is written — tool name, HTTP method, endpoint path, schema source
- Non-destructive: the source proxy is untouched and keeps serving
- Created undeployed — an administrator reviews and deploys deliberately
- Called tools dispatch through the source proxy, so its policies, routing, and logging still apply
- Scriptable through APIops — create MCP gateways from CI/CD, GitOps style
- Sources
- REST · SOAP proxies
- Schemas
- auto from OpenAPI · WSDL
- Preview
- tool name · method · path · schema
- Rollout
- created undeployed · review first
- Automation
- APIops endpoint for CI/CD