ClaudeChatGPTPerplexityGeminiMicrosoft CopilotRaycastMeta AIGrokZ.aiQwenKimi
DeepSeekMistralCursorVS CodeWindsurfJetBrainsClineLovableVercel AI SDKLangChain

Use Apiary with your AI.

Connect your account once and let the AI you already use work with it, without building another integration. Manage your API design-first workflows via Apiary. read blueprints, publish docs, and run tests directly from your AI agent.

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 · 10 capabilities

The complete Apiary capability set.

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

Capability set01 / 03

01-04

4 capabilities in this set.

Part of 10 available through Apiary.

  1. 01

    Run tests

    Get or run Dredd-style API tests against an Apiary project

  2. 02

    Get API

    Get the full API Blueprint source code of an Apiary API project

  3. 03

    Get doc URL

    Get the documentation and mock server URLs for an Apiary API project

  4. 04

    List apis

    Apiary is an API design-first platform. List all API projects on Apiary

Capability set02 / 03

05-07

3 capabilities in this set.

Part of 10 available through Apiary.

  1. 05

    Publish blueprint

    Use with valid Markdown blueprint/Swagger. Publish (update) the API Blueprint of an Apiary API project

  2. 06

    Get team

    Get details of a specific Apiary team

  3. 07

    List teams

    List all teams the authenticated user belongs to on Apiary

Capability set03 / 03

08-10

3 capabilities in this set.

Part of 10 available through Apiary.

  1. 08

    Get me

    Get the authenticated Apiary user profile

  2. 09

    List team apis

    List all API projects belonging to a specific Apiary team

  3. 10

    List team members

    List all members of an Apiary team

Observed, not estimated

785ms average. Fast in production.

Apiary is checked daily against the live service.

Daily averagePeak 990ms
Aug 24Today
Fastest day
697ms
Slowest day
990ms
14-day trend
Improving-15%

Connect your client

One URL. Every client.

Activate the Connector, copy your link, and paste it into the client you already use. 10 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 Apiary, so you can see the experience inside your AI.

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

Apiary Connector

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

Connector linkhttps://edge.vinkius.com/vk_preview_UAsHBD3gjamXcRpVpwIeIHmn77OKcfcfMA4F8oBO/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 — Apiary capabilities are ready to use.
Configuration · claude_desktop_config.jsonCopy
{
  "mcpServers": {
    "apiary-mcp": {
      "url": "https://edge.vinkius.com/vk_preview_UAsHBD3gjamXcRpVpwIeIHmn77OKcfcfMA4F8oBO/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 Apiary owners ask.

  • 01

    Can the agent fetch the exact mock server endpoints for one of my APIs?

    Yes. You can use the get_doc_url capability to retrieve both the public facing documentation url and the private mock server endpoint string. Your agent can immediately use this url to simulate requests internally using other modules or tests.

  • 02

    Am I able to update the Blueprint markup completely through the agent?

    Absolutely. Instruct your AI agent to fetch the blueprint with get_api. Once read into context, prompt the agent to make your desired changes (e.g. 'Add a new POST route for user creation'). Then, instruct it to use publish_blueprint to upload the newly revised markdown.

  • 03

    How does the team feature list function mapping work?

    Apiary enables collaboration. Utilizing list_teams, the agent finds the slugs of your organizations. Then, using list_team_apis, it fetches all collaborative APIs available for that precise team. This hierarchy avoids hallucinating random endpoint repositories.