Apidog Connector for AI agents.
5 live capabilities
Access your API specifications and data models to generate accurate code.
Waiting for input…
Why people use Apidog
Apidog for API Documentation and Contract Sync
This Connector lets your agent pull that data directly. You just ask for the schema, and the agent handles the rest, ensuring your code matches the backend perfectly.
What Vinkius changes
You get instant access to your API contracts without leaving your editor.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Generating frontend types from a backend route
A frontend engineer asks the agent to create a service layer.
- Real-world use case 02
Scaffolding a new backend controller
A backend developer wants to build a new endpoint.
- Real-world use case 03
Creating mock data for integration tests
A QA engineer needs a complex response payload.
Complete set · 5capabilities
The complete Apidog capability set.
These are the exact actions your AI can choose when you ask it to work with Apidog.
01—03
3 capabilities in this set.
Part of 5 available through Apidog.
- 01 Capability
List endpoints
Get a list of every API route defined in a specific project. This helps you see the full scope of an API.
- 02 Capability
Get endpoint
Fetch the complete schema for a single API endpoint. This provides the exact request and response bodies.
- 03 Capability
List schemas
Find all data model schemas and DTOs in an Apidog project. This helps your agent understand your data structures.
04—05
2 capabilities in this set.
Part of 5 available through Apidog.
- 04 Capability
List projects
See all API projects in your connected Apidog organization. Use this to find the right workspace quickly.
- 05 Capability
Export openapi
Download the full OpenAPI 3.0 specification as a JSON file. This gives your agent the maximum possible context.
Set up in minutes
One URL. Then ask Apidog to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Apidog from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_1gfzKqa8BKdlksvlirUta1L3JF2RLj6gA89JA1li/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it Apidog, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Apidog for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_1gfzKqa8BKdlksvlirUta1L3JF2RLj6gA89JA1li/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the Apidog URL.
- Step 03
Save and start
Save the connection and enable Apidog in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"apidog": {
"url": "https://edge.vinkius.com/vk_preview_1gfzKqa8BKdlksvlirUta1L3JF2RLj6gA89JA1li/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using Apidog
Open Agent mode in chat and ask: "Using Apidog, help me...". 5 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"apidog": {
"url": "https://edge.vinkius.com/vk_preview_1gfzKqa8BKdlksvlirUta1L3JF2RLj6gA89JA1li/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using Apidog
Ask Copilot: "Using Apidog, help me...". 5 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"apidog": {
"url": "https://edge.vinkius.com/vk_preview_1gfzKqa8BKdlksvlirUta1L3JF2RLj6gA89JA1li/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using Apidog
Open Cascade and ask: "Using Apidog, help me...". 5 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"apidog": {
"url": "https://edge.vinkius.com/vk_preview_1gfzKqa8BKdlksvlirUta1L3JF2RLj6gA89JA1li/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using Apidog
Ask Cline: "Using Apidog, help me...". 5 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add apidog --transport http "https://edge.vinkius.com/vk_preview_1gfzKqa8BKdlksvlirUta1L3JF2RLj6gA89JA1li/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using Apidog
Ask Claude: "Using Apidog, show me...". 5 tools are ready
Where the request belongs
Work Apidog can move forward.
This is for backend developers tired of manual schema syncing, frontend engineers who need accurate types, and QA leads who need consistent mock data.
Backend Developer
You use this to quickly scaffold controllers and write unit tests based on live Apidog contracts.
Frontend Engineer
You use this to generate TypeScript interfaces and API service layers from actual endpoint schemas.
QA Automation Engineer
You use this to pull expected response payloads to build reliable integration test suites.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsApiary
Manage your API design-first workflows via Apiary. read blueprints, publish docs, and run tests directly from your AI agent.
Insomnia (Collaborative API Design)
Manage API designs and collections via Insomnia. list organizations, projects, and files, and audit API specs.
Lindy (Autonomous AI Employees)
Manage autonomous AI employees via Lindy. trigger task runs, monitor reasoning logs, and audit app integrations.
Stoplight
Connect your AI to Stoplight. Design, document, and manage your API lifecycle, exploring workspaces and schemas effortlessly.
Assertible
Automate API testing and monitoring via Assertible. trigger deployments, run service tests, and sync specifications directly from any AI agent.
Postman
Design, test, and document APIs collaboratively with the world most popular API development platform used by millions of developers.
Bring your own AI
Change the model, client or framework. Keep Apidog connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about Apidog.
The practical details behind the request, access and result.
What can the Apidog MCP do for my team?
It lets your AI agent read your Apidog API contracts directly. This means your agent can write more accurate code, generate better mocks, and stay in sync with your live documentation.
Can I use Apidog MCP with Cursor?
Yes, you can connect this Connector to Cursor or any other compatible client. It allows your agent to access your Apidog workspace while you're coding in your IDE.
How do I get my API schemas into my AI client?
Once you connect the Apidog MCP, your agent can fetch schemas automatically. You don't have to copy and paste anything; just ask the agent to look up a specific endpoint.
Does Apidog MCP support OpenAPI 3.0?
Yes, it can export the full OpenAPI 3.0 specification as JSON. This gives your agent the complete context of your project's endpoints and data models.
Can I use Apidog MCP to generate TypeScript types?
Absolutely. By querying your data models and endpoint schemas, your agent can generate precise TypeScript interfaces that match your backend exactly.
How do I connect my Apidog account to my AI agent?
You just need your Personal Apidog API Access Token. Once you subscribe to the Connector and enter your token, your agent can start interacting with your API contracts.
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.
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.
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 Connector successfully.
One connection away
Give your agent a direct line to Apidog.
Connect Apidog once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available