ClaudeChatGPTPerplexityGeminiMicrosoft CopilotRaycastMeta AIGrokZ.aiQwenKimi
DeepSeekMistralCursorVS CodeWindsurfJetBrainsClineLovableVercel AI SDKLangChain

Use Beeceptor with your AI.

Connect your account once and let the AI you already use work with it, without building another integration. Mock APIs, intercept requests, and manage proxy rules 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 · 29 capabilities

The complete Beeceptor capability set.

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

Capability set01 / 08

01-04

4 capabilities in this set.

Part of 29 available through Beeceptor.

  1. 01

    Delete state

    Delete state items (Bulk)

  2. 02

    Get settings

    Get endpoint settings

  3. 03

    Get spec details

    Get specification details

  4. 04

    List certificates

    List mTLS certificates

Capability set02 / 08

05-08

4 capabilities in this set.

Part of 29 available through Beeceptor.

  1. 05

    List requests

    Get request history

  2. 06

    List rules

    Get all mock rules

  3. 07

    List state

    Get all state

  4. 08

    Upsert state

    Upsert state (Bulk)

Capability set03 / 08

09-12

4 capabilities in this set.

Part of 29 available through Beeceptor.

  1. 09

    Add certificate

    Add mTLS certificate

  2. 10

    Bulk replace rules

    Bulk replace mock rules

  3. 11

    Download multipart

    Download multipart file

  4. 12

    Get job status

    Get spec upload job status

Capability set04 / 08

13-16

4 capabilities in this set.

Part of 29 available through Beeceptor.

  1. 13

    Get request

    Get single request

  2. 14

    Get rule

    Get single mock rule

  3. 15

    Get state item

    Get single state item

  4. 16

    Upload spec

    Upload API specification

Capability set05 / 08

17-20

4 capabilities in this set.

Part of 29 available through Beeceptor.

  1. 17

    Create rule

    Create mock rule

  2. 18

    Delete all rules

    Delete all mock rules

  3. 19

    Delete certificate

    Delete mTLS certificate

  4. 20

    Delete request

    Delete single request

Capability set06 / 08

21-23

3 capabilities in this set.

Part of 29 available through Beeceptor.

  1. 21

    Delete rule

    Delete mock rule

  2. 22

    Delete requests

    Delete request history

  3. 23

    Delete spec

    Delete specification

Capability set07 / 08

24-26

3 capabilities in this set.

Part of 29 available through Beeceptor.

  1. 24

    Delete state item

    Delete single state item

  2. 25

    Update settings

    Update endpoint settings

  3. 26

    Upload blob

    Upload binary blob

Capability set08 / 08

27-29

3 capabilities in this set.

Part of 29 available through Beeceptor.

  1. 27

    Reorder rules

    Reorder mock rules

  2. 28

    Update rule full

    Update mock rule (Full)

  3. 29

    Update rule partial

    Update mock rule (Partial)

Observed, not estimated

1086ms average. Fast in production.

Beeceptor is checked daily against the live service.

Daily averagePeak 1340ms
Aug 20Today
Fastest day
868ms
Slowest day
1340ms
14-day trend
Slowing+7%

Connect your client

One URL. Every client.

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

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

Beeceptor Connector

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

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

  • 01

    Can I enable CORS for my mock endpoint through the AI?

    Yes. You can use the update_settings capability to toggle CORS, request logging, and other endpoint features instantly.

  • 02

    How do I see the payloads of recent requests sent to my Beeceptor subdomain?

    Use the list_requests capability. It retrieves a list of recent incoming HTTP calls, allowing your agent to analyze headers and body content.

  • 03

    Is it possible to simulate a database or state between API calls?

    Yes, Beeceptor provides a key-value store. You can use upsert_state to save data and get_state_item to retrieve it in subsequent mock responses.