ClaudeChatGPTPerplexityGeminiMicrosoft CopilotRaycastMeta AIGrokZ.aiQwenKimi
DeepSeekMistralCursorVS CodeWindsurfJetBrainsClineLovableVercel AI SDKLangChain

Use Apidog with your AI.

Connect your account once and let the AI you already use work with it, without building another integration. Sync your Apidog workspace with your AI agent. list projects, fetch endpoint schemas, and export full OpenAPI specifications instantly.

Included with plan

Ask AI about this Connector

Developed, maintained, and hosted by Vinkius.

MCP VERIFIED · PRODUCTION READY · VINKIUS GUARANTEED

Waiting for input…

Works with modern AI clients that support MCP, including ChatGPT, Claude, Cursor, and more.

ChatGPTClaudeCursorPerplexityGeminiMicrosoft CopilotRaycastMeta AI

Complete set · 5 capabilities

The complete Apidog capability set.

These are the exact actions your AI can choose when you ask it to work with Apidog.

Capability set01 / 02

01-03

3 capabilities in this set.

Part of 5 available through Apidog.

  1. 01

    Get endpoint

    Fetch the complete schema of a single API endpoint

  2. 02

    List endpoints

    List all API endpoints defined within a specific Apidog project

  3. 03

    List projects

    List all API projects in the connected Apidog organization

Capability set02 / 02

04-05

2 capabilities in this set.

Part of 5 available through Apidog.

  1. 04

    List schemas

    List all data model schemas (DTOs, entities) defined in an Apidog project

  2. 05

    Export openapi

    Export the full OpenAPI 3.0 specification of an Apidog project as JSON

Observed, not estimated

862ms average. Fast in production.

Apidog is checked daily against the live service.

Daily averagePeak 1032ms
Aug 20Today
Fastest day
703ms
Slowest day
1032ms
14-day trend
Slowing+12%

Connect your client

One URL. Every client.

Activate the Connector, copy your link, and paste it into the client you already use. 5 capabilities arrive ready to run.

Preview access · not provider authentication

The vk_preview_* token belongs to Vinkius preview infrastructure. It lets Claude discover and display the capabilities of Apidog, so you can see the experience inside your AI.

It does not authenticate your account with Apidog. Actions requiring credentials or live account data may not run until you activate the Connector and authorize the service.

Apidog Connector

You're all set. Choose your MCP client and follow the setup instructions.

Connector linkhttps://edge.vinkius.com/vk_preview_1gfzKqa8BKdlksvlirUta1L3JF2RLj6gA89JA1li/mcp

Claude Desktop

Follow the steps below to connect in seconds.

  1. 1In Claude Desktop, open Settings → Connectors.
  2. 2Click “Add custom connector” and paste the connector link above as the remote MCP server URL.
  3. 3Click Add and start a new chat — Apidog capabilities are ready to use.
Configuration · claude_desktop_config.jsonCopy
{
  "mcpServers": {
    "apidog-mcp": {
      "url": "https://edge.vinkius.com/vk_preview_1gfzKqa8BKdlksvlirUta1L3JF2RLj6gA89JA1li/mcp"
    }
  }
}
  • Claude
  • ChatGPT
  • Cursor
  • VS Code
  • Windsurf
  • Claude Code
  • JetBrains
  • Cline

Step-by-step instructions for each client are in the guide. How to connect

FAQ

Questions Apidog owners ask.

  • 01

    Can I import a complete OpenAPI spec into an AI chat session?

    Yes. Instruct the agent to run the export_openapi capability. It downloads the JSON metadata and safely passes it into your context. Given its size, the agent can use this massive reference guide to rapidly write tests, endpoints, or data models perfectly mimicking your production systems.

  • 02

    How can I check the payload requirements for a single specific route?

    If you know the general area of the project, use list_endpoints to verify the ID. Then query get_endpoint. It brings back the specific HTTP verbs, query arguments, path definitions, and expected JSON body. letting your agent craft exact functional requests to external systems.

  • 03

    Will my Apidog tokens expire?

    When generating your Personal Access Token in Apidog, you dictate the validity duration (e.g. 30 days, 1 year or never expire). If you choose a finite span, you will need to come back, generate a new token and insert it once more to reconnect the MCP server successfully.