Vinkius

Apidog MCP for AI Agents. Access API Specs and Schemas via Chat.

Apidog MCP connects your AI agent directly to your API specification library. You can list projects, fetch deep schemas for any endpoint, and export the full OpenAPI 3.0 JSON without leaving your chat environment. Get instant access to every data model and HTTP route defined in Apidog.

Apidog MCP is compatible with Claude Claude
Apidog MCP is compatible with ChatGPT ChatGPT
Apidog MCP is compatible with Cursor Cursor
Apidog MCP is compatible with Gemini Gemini
Apidog MCP is compatible with Windsurf Windsurf
Apidog MCP is compatible with VS Code VS Code
Apidog MCP is compatible with JetBrains JetBrains
Apidog MCP is compatible with Vercel Vercel
See Vinkius in Action

Give Claude and any AI agent real-world access

View API Projects

Lists every active project in your connected Apidog organization so you know what APIs exist.

List Endpoints within a Project

Retrieves all specific HTTP routes and endpoints defined inside one chosen Apidog project.

Inspect Endpoint Schemas

Fetches the complete technical blueprint, including request/response body schemas, for any single API endpoint.

Query Data Models

Lists all reusable data structures (like DTOs or entities) defined across your entire Apidog workspace.

Export OpenAPI Specification

Extracts the full, standardized OpenAPI 3.0 JSON file for a project, giving you maximum context.

Waiting for input…

AI Agent
Apidog

What AI agents can do with Apidog MCP - 5 Tools

Use these tools to programmatically access and extract every API project, endpoint schema, data model, and the full OpenAPI specification from your Apidog account.

Make your AI actually useful.

Add this MCP to Claude, Cursor, or Windsurf and your AI stops guessing. It gets real tools to look things up, take action, and handle the stuff you keep doing by hand.

Start using Apidog MCP

List Projects

Retrieves a list of every API project that exists in your Apidog organization.

List Endpoints

Gives you a comprehensive list of all HTTP routes defined within one specific Apidog...

Get Endpoint

Pulls the complete technical schema for any single API endpoint, showing its methods...

List Schemas

Lists all defined data models or reusable schemas (DTOs, entities) used across your...

Export Openapi

Exports the full OpenAPI 3.0 specification file for a selected project in JSON...

Security and governance baked right in.

Pick your AI client below to get set up. Just create a Vinkius account, subscribe, and you're instantly up and running. We handle the entire backend infrastructure, delivering out-of-the-box support for HTTPS Streamable, SSE, and OAuth2—zero messy routing required.

Apidog MCP is compatible with Claude

Claude AI

1

Open Claude Settings

Go to claude.ai, click your profile icon, then navigate to Customize → Connectors.

2

Add Custom Connector

Click the "+" button and select Add custom connector. Paste your Vinkius endpoint URL:

https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp

Replace [YOUR_TOKEN_HERE] with your token from cloud.vinkius.com. For OAuth-protected servers, expand Advanced settings to add credentials.

3

Start a conversation

Open a new chat. The Apidog integration is available immediately — no restart needed.

Choose How to Get Started

Build a custom MCP for your own tools, or connect a ready-made integration from our catalog.

Build Your Own

Turn any API into an MCP. Import a spec, define Agent Skills, or deploy with MCPFusion.

  • Import from OpenAPI, Swagger, or YAML specs
  • Create Agent Skills with progressive disclosure
  • Deploy to edge with MCPFusion framework
  • Built in DLP, auth, and compliance on each call
  • Real time usage dashboard and cost metering
  • Publish to catalog or keep private
Start building

Make Your AI Do More

Start with Apidog, then connect any of our 5,200+ other servers whenever your AI needs more. One click, no limits.

  • Use this MCP plus 5,200+ others, all in one place
  • Add new capabilities to your AI anytime you want
  • Connections are secured and governed automatically
  • Track usage and costs across all your servers
  • Works with Claude, ChatGPT, Cursor, and more
  • New servers added to the catalog weekly
Apidog MCP server cover

Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by Apidog. All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.

VINKIUS INFRASTRUCTURE

Cloud Hosted

Managed infra

V8 Isolated

Sandboxed per request

Zero-Trust Proxy

No stored credentials

DLP Enforced

Policy on each call

GDPR Compliant

EU data residency

Token Compression

~60% cost reduction

Your data is protected. See how we built it.

API documentation used to feel like a massive scavenger hunt. Solved with Vinkius AI Gateway

Today, getting a clear picture of your API contracts means jumping between five different tabs. You open the project dashboard to see what exists, click into an endpoint to check parameters, and then copy-paste the schema definition—a messy process that usually ends with you forgetting which version was correct.

With this MCP, you simply ask your agent for it. It handles all the clicks behind the scenes, giving you a clean, single output of the full OpenAPI JSON or a precise data model. You get actionable context instantly.

Apidog MCP: Get structured API specs with one prompt.

The tedious steps that vanish include manually navigating through projects using list_projects, then opening dozens of individual endpoints to check their schemas via get_endpoint. You also stop worrying about losing track of shared data formats by using list_schemas.

Now, you treat your entire API contract like a conversation. The technical details are available on demand, right where you're writing code or building tests.

What your AI can actually do with this

Need to understand an API contract without clicking through a dozen tabs? Connect this MCP and let your AI agent handle it. You can ask your agent to list all existing projects, instantly seeing the full scope of your organization’s APIs. Need details on one specific route? Your agent pulls the complete schema for that endpoint—headers, path parameters, and body structures included.

Better yet, if you need context for unit testing or code generation, your agent can pull every reusable data model (DTOs, entities) defined in Apidog. When you're ready to scaffold a whole service, simply ask it to export the complete OpenAPI 3.0 JSON specification. This capability makes advanced API documentation immediately available right within your chat interface, giving your AI client maximum context for testing or building new codebases.

Because Vinkius hosts this MCP, you connect once from any compatible agent and get access to all of Apidog's powerful tools.

Built · Hosted · Managed by Vinkius Apidog MCP - Govern API Specs & Schemas with AI
Server ID 019d754f-2c27-72df-8129-68a631fc8598
Vinkius Inspector
Compliance Grade A+
Score 100/100
Vinkius Inspector Badge — Score 100/100

Questions you might have

How does Apidog MCP help me with unit testing? +

It helps by letting your agent export_openapi. You get the complete OpenAPI 3.0 JSON specification, which gives your AI client all the necessary context (endpoints and schemas) to write comprehensive tests.

Can I see every project in my organization using Apidog MCP? +

Yes, you use list_projects. This tool immediately shows you a roster of all active API projects within your connected Apidog workspace.

What if I need to check the parameters for one endpoint in Apidog MCP? +

You run get_endpoint. The agent pulls the full schema, detailing everything from HTTP methods and path params to required headers and body structure.

Is the data model information limited when using list_schemas? +

No. list_schemas queries all reusable schemas—the DTOs and entities—that your API uses across multiple endpoints, keeping your whole system's type definitions in one place.

Does Apidog MCP work with my existing code base? +

Yes. By providing the full OpenAPI JSON via export_openapi, you give your AI client all the necessary documentation to scaffold controllers or generate service layers that match your existing codebase.