MCPBundler Docs
MCPBundler Docs
Volver al marketplacePrimeros PasosAutenticacionTutorial - De un Bundle a un Agente Conectado
API Reference
Agent A2A Tools
Agent Channels
Agent Configuration (Staging)
Agent Configuration (Versions)
Agent Tools
Agents
Auth
Billing
Bundler
Bundler Tool
Bundles
Add MCP to BundleCreate BundleRemove MCP from BundleDelete BundleClear Bundle-Entry Credential AssignmentFollow Public BundleGet BundleGet Public BundleList Approved Schema Revisions For A Bundle Entry's ListingUpdate Bundle Entry PermissionsUpdate BundleSet Bundle-Entry Credential AssignmentList BundlesUnfollow Public Bundle
Call Campaigns
Catalog
Conversations
Credentials
Deployments
Discover
Embedding
Fleet
Knowledge Bases
LLM
MCP Listings
Media
OAuth Clients
OAuth2
Observability
Organisations
Realtime
Reviews
Roadmap
SCIM
STT
Suppression
Triggers
TTS
Users
Utils
Voices
Webhooks
Workflows
API ReferenceBundles

Add MCP to Bundle

POST
/v1/bundles/{bundle_id}/entries

Adds an MCP listing to the bundle. Rejects private or organization MCPs when the bundle is public.

Authorization

OAuth2AuthorizationCodeBearer
AuthorizationBearer <token>

In: header

Path Parameters

bundle_id*Bundle Id
Formatuuid

Query Parameters

verify_locally?Verify Locally
Defaulttrue

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X POST "https://example.com/v1/bundles/497f6eca-6276-4993-bfeb-53cbbbba6f08/entries" \  -H "Content-Type: application/json" \  -d '{    "listing_id": "5322d4a9-51d2-4408-82fb-01ffecfb8304",    "alias": "string"  }'
{  "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",  "listing_id": "5322d4a9-51d2-4408-82fb-01ffecfb8304",  "version_id": "9e94c502-ca41-4342-a7f7-af96b444512c",  "alias": "string",  "allowed_tools": [    null  ],  "allowed_resources": [    null  ],  "allowed_prompts": [    null  ],  "auth_mode": "NONE",  "auth_strategy": "none",  "mcp_url": "string",  "pinned_schema_revision_id": "c17c738e-816e-481d-adc5-0d95599cd9e7",  "pinned_schema_revision_number": 0,  "verify_live_on_connect": false,  "listing": {    "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",    "namespace": "string",    "visibility": "public",    "status": "published",    "title": "string",    "short_description": "string",    "icon_url": "string",    "icon_bg_color": "string",    "icon_text_color": "string",    "provider_name": "string",    "transport": "string",    "pricing": "string",    "avg_rating": 0,    "install_count": 0,    "created_at": "2019-08-24T14:15:22Z",    "owner_username": "string",    "category": {      "id": 0,      "name": "string",      "slug": "string",      "description": "string",      "icon": "string",      "mcp_count": 0    },    "tags": [],    "supported_auth_modes": [],    "supported_auth_types": []  },  "version": {    "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",    "version": "string",    "changelog": "string",    "install_command": "string",    "config_json": {},    "min_node_version": "string",    "is_latest": false,    "published_at": "2019-08-24T14:15:22Z"  }}
{  "detail": "string",  "code": "string"}
{  "detail": "string",  "code": "string"}
{  "detail": "string",  "code": "string"}
{  "detail": [    {      "loc": [        "string"      ],      "msg": "string",      "type": "string"    }  ]}

Bundles

Endpoints in the Bundles group.

Create Bundle

Next Page

listing_id*Listing Id
Formatuuid
version_id?|null
alias*Alias
Length1 <= length <= 64
auth_strategy?string|null