How to Use the Apidog MCP in Claude Code
Query your Apidog projects and export OpenAPI specs straight from your terminal using Claude Code.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Apidog MCP to Claude Code
Create your Vinkius account to connect Apidog to Claude Code and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Query Apidog endpoints using Claude Code
Claude Code is built for the terminal. If you need to quickly check an API path, tell the CLI to list your endpoints. It runs `list_endpoints` and prints the clean list directly to stdout. You do not need to click through a web UI. Claude Code runs `get_endpoint` to check query parameters or request headers, letting you stay focused on your terminal session.
Automate OpenAPI exports in CI pipelines
Running headless tasks is where this setup shines. You can run Claude Code in a script to pull down your specs using `export_openapi` from your Apidog workspace. Claude Code pipes that JSON output into your local code generator, lint tools, or testing frameworks. It makes specs dynamic instead of relying on stale, committed files.
Inspect remote DTOs from the command line
When debugging a failing curl request, ask this MCP Server to inspect the expected payload. It invokes `list_schemas` to find the exact data model defined in Apidog. It prints the schema differences right in your terminal. You can instantly see if your request body is missing a required field without opening any browser tabs.
Set up Apidog MCP in Claude Code
Prerequisites
- Claude Code CLI installed (
npm install -g @anthropic-ai/claude-code) - Active Vinkius subscription with a valid endpoint token
- 1
Run the add command
Open your terminal and run the command shown on the right. Replace
[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. Use--scope userto make it available across all projects. - 2
Verify the connection
Start a Claude Code session and type
/mcpto list connected servers. You should seeapidog-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest Apidog transactions." It will automatically discover and invoke the available Apidog tools.
claude mcp add --transport http apidog-mcp https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about Apidog MCP in Claude Code
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Apidog MCP today
We host it, we monitor it, we maintain it. You just paste one token.