Skip to content
MCP-Bridge
Developer Tools

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.json

Configuration 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

Claude Desktop

Paste the config JSON into your claude_desktop_config.json.

Full instructions →

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.json

Environment Variables

APIMATIC_API_TRANSFORMER_API_KEY

Replace your_apimatic_api_transformer_api_key with your actual apimatic api transformer api key

Endpoints

POST/transform

Transform API Descriptions from/to various formats