MCPBundler Docs
MCPBundler Docs
Back to marketplaceGetting StartedAuthenticationTutorial - Bundle to Connected Agent
API Reference
Auth
Bundler
Ingest Request TelemetryResolve Bundle
Bundles
Catalog
Deployments
Discover
LLM
MCP Listing Claims
MCP Listings
OAuth2
Observability
Organisations
Reviews
Roadmap
SCIM
Users
Utils
Vault
Webhooks
API ReferenceBundler

Ingest Request Telemetry

POST
/v1/bundler/telemetry

Record one MCP operation (tool call, resource read, prompt get, tools/list) for observability. Consumed by the mcpbundler daemon after every proxied request; never surfaced to browser clients.

Authorization

BundleAccessToken
AuthorizationBearer <token>

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X POST "https://example.com/v1/bundler/telemetry" \  -H "Content-Type: application/json" \  -d '{    "action": "string"  }'
Empty
Empty
{  "detail": [    {      "loc": [        "string"      ],      "msg": "string",      "type": "string"    }  ]}

Bundler

Endpoints in the Bundler group.

Resolve Bundle

Next Page

action*Action
success?Success
Defaulttrue
mcp_namespace?string|null
tool_name?string|null
latency_ms?integer|null
bytes_transferred?integer|null
error_message?string|null