Apidog

Apidog MCP Connector for Claude

A+

Sync your Apidog workspace with your AI agent — list projects, fetch endpoint schemas, and export full OpenAPI specifications instantly.

5 tools Official Updated Jun 28, 2026 Official Vinkius Partner

Connect your Apidog account to your AI agent and seamlessly access your API specifications, data models, and documentation through natural conversation.

What you can do

  • Discover Projects & Endpoints — Browse your active projects and list all HTTP routes without opening the Apidog client
  • Inspect Endpoint Schemas — Fetch the complete anatomy of any route, including its HTTP method, dynamic path params, headers, and request/response body schemas
  • Understand Data Models — Query active reusable schemas (DTOs, entities) defined throughout your API
  • Export OpenAPI Specs — Extract the complete OpenAPI 3.0 JSON specification from your team’s project to give your AI maximum context for testing or code generation

How it works

  1. Subscribe to this server
  2. Enter your Personal Apidog API Access Token
  3. Interface with your API contracts using Claude, Cursor, or any MCP-compatible environment

Who is this for?

  • Backend Developers — quickly review endpoints or export a full OpenAPI spec so the LLM can safely scaffold controllers or unit tests
  • Frontend Engineers — ask the AI to inspect an Apidog endpoint schema and generate the corresponding TypeScript interfaces or API service layers
  • QA Automation Teams — fetch expected response payloads automatically to construct robust integration tests
api-testingmockingopenapischema-validationlifecycle-managementdocumentation

5 tools expose this connector's capabilities to your AI agent.

list_projects

List all API projects in the connected Apidog organization

list_endpoints

List all API endpoints defined within a specific Apidog project

get_endpoint

Fetch the complete schema of a single API endpoint

list_schemas

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

export_openapi

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

See how to talk to your AI agent using Apidog.

List all active projects in our Apidog organization.

I've retrieved your workspace projects. You have 'E-commerce API' (ID: 39420) and 'Internal Admin Portal' (ID: 10429). Which one would you like to explore?

Write a TypeScript interface for the response schema of the /users endpoint in the E-commerce project.

I analyzed the response schema for `/users`. Here is the exact TypeScript interface matching the backend's contract: ```typescript export interface UserResponse { id: number; email: string; status: 'active' | 'suspended'; } ```

Export the full OpenAPI JSON for the E-commerce project so we can generate unit tests.

The complete OpenAPI 3.0 specification has been imported into my context. The project defines 42 endpoints and 18 global schemas. Looking at the /cart endpoints, which of its constraints would you like me to test first?

Yes. Instruct the agent to run the `export_openapi` tool. 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.

Related Connectors