APIMATIC API Transformer MCP Config
Transform API Descriptions from/to various formats
Config URL
Use this URL in any MCP-compatible client to fetch the config automatically.
https://mcp-bridge.pages.dev/config/apimatic-io.jsonConfiguration JSON
Use curl https://mcp-bridge.pages.dev/config/apimatic-io.json to fetch programmatically.
{
"mcpServers": {
"apimatic-io": {
"command": "npx",
"args": ["-y","@mcp/apimatic-io"],
"env": {
"APIMATIC_API_TRANSFORMER_API_KEY": "your_apimatic_api_transformer_api_key"
}
}
}
}How to Use
Cursor
Go to Cursor Settings → MCP Servers → Add with the JSON above.
CLI / curl
Fetch the config programmatically:
curl https://mcp-bridge.pages.dev/config/apimatic-io.jsonEnvironment Variables
APIMATIC_API_TRANSFORMER_API_KEYReplace your_apimatic_api_transformer_api_key with your actual apimatic api transformer api key
Endpoints
POST
/transformTransform API Descriptions from/to various formats