Beeceptor

Beeceptor MCP Connector for Claude

A+

Mock APIs, intercept requests, and manage proxy rules directly from your AI agent.

29 tools Official Updated Jun 28, 2026 Official Vinkius Partner

Connect Beeceptor to your AI agent to build, manage, and monitor mock APIs and HTTP proxies through natural language.

What you can do

  • Endpoint Management — Configure CORS, request logging, and authentication for your subdomains using update_settings.
  • Mock Rules — Create, update, and reorder rules via create_rule and reorder_rules to simulate complex API behaviors.
  • Request Inspection — List and inspect incoming HTTP requests in real-time with list_requests to debug webhooks or integrations.
  • API Specifications — Upload OpenAPI or Swagger specs using upload_spec to automatically generate mock endpoints.
  • State Management — Maintain state across mock calls using key-value storage tools like upsert_state and get_state_item.

How it works

  1. Subscribe to this server
  2. Enter your Beeceptor API Key
  3. Start mocking and debugging APIs from Claude, Cursor, or any MCP-compatible client

Who is this for?

  • Frontend Developers — quickly mock backend dependencies without writing server code.
  • QA Engineers — simulate edge cases, timeouts, and error responses to test application resilience.
  • Backend Developers — debug webhooks and third-party callbacks by inspecting payloads in real-time.
mock-apihttp-proxyapi-testingwebhook-debuggerrest-api

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

add_certificate

Add mTLS certificate

bulk_replace_rules

Bulk replace mock rules

create_rule

Create mock rule

delete_all_rules

Delete all mock rules

delete_certificate

Delete mTLS certificate

delete_request

Delete single request

delete_requests

Delete request history

delete_rule

Delete mock rule

delete_spec

Delete specification

delete_state_item

Delete single state item

delete_state

Delete state items (Bulk)

download_multipart

Download multipart file

get_job_status

Get spec upload job status

get_request

Get single request

get_rule

Get single mock rule

get_settings

Get endpoint settings

get_spec_details

Get specification details

get_state_item

Get single state item

list_certificates

List mTLS certificates

list_requests

Get request history

list_rules

Get all mock rules

list_state

Get all state

reorder_rules

Reorder mock rules

update_rule_full

Update mock rule (Full)

update_rule_partial

Update mock rule (Partial)

update_settings

Update endpoint settings

upload_blob

Upload binary blob

upload_spec

Upload API specification

upsert_state

Upsert state (Bulk)

See how to talk to your AI agent using Beeceptor.

List all mock rules for the 'payment-api' endpoint.

I've retrieved the rules for 'payment-api'. You have 3 active rules: 1. GET /success (200 OK), 2. POST /authorize (401 Unauthorized), and 3. GET /balance (200 OK).

Show me the last 5 requests received at 'my-webhook-test'.

Fetching recent traffic... I found 5 requests. The most recent one was a POST to /callback with a JSON payload containing 'event: user_signup'. Would you like to see the full headers for this request?

Enable CORS and request logging for the 'dev-sandbox' endpoint.

Settings updated successfully for 'dev-sandbox'. CORS is now enabled and request logging is active.

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

Related Connectors