MCPBundler Docs
MCPBundler Docs
Back to marketplaceGetting StartedAuthenticationTutorial - Bundle to Connected Agent
API Reference
Agent A2A Tools
Agent Channels
Agent Configuration (Staging)
Agent Configuration (Versions)
Agent Tools
Agents
Auth
Billing
Bundler
Bundler Tool
Bundles
Call Campaigns
Catalog
Conversations
Credentials
Deployments
Discover
Embedding
Fleet
Knowledge Bases
LLM
MCP Listings
Media
OAuth Clients
Create Oauth ClientGet Oauth Client Mcp ExposureList Mcp ToolsList Oauth ClientsRevoke Oauth ClientSet Oauth Client Mcp ExposureSet Oauth Client Resource Grants
OAuth2
Observability
Organisations
Realtime
Reviews
Roadmap
SCIM
STT
Suppression
Triggers
TTS
Users
Utils
Voices
Webhooks
Workflows
API ReferenceOAuth Clients

Get Oauth Client Mcp Exposure

GET
/v1/organisations/{org_id}/oauth-clients/{client_id}/mcp-exposure

Read one credential's MCP-exposure allow-list, grouped back into one entry per (resource, action) pair - the org-admin-readable counterpart to set_oauth_client_mcp_exposure, needed so the account MCP tab can render its checkboxes against the credential's actual current state instead of always starting from all-unchecked.

Same org-scoping and 404 opacity as the sibling mcp-exposure and revoke routes: a credential belonging to a different organisation is a 404, not a 403.

Authorization

OAuth2AuthorizationCodeBearer
AuthorizationBearer <token>

In: header

Path Parameters

org_id*Org Id
Formatuuid
client_id*Client Id
Formatuuid

Query Parameters

verify_locally?Verify Locally
Defaulttrue

Response Body

application/json

application/json

curl -X GET "https://example.com/v1/organisations/497f6eca-6276-4993-bfeb-53cbbbba6f08/oauth-clients/497f6eca-6276-4993-bfeb-53cbbbba6f08/mcp-exposure"
[  {    "resource": "string",    "action": "string",    "resource_ids": [      "f3aaf7b6-b51a-43c8-8627-9e1a7630b22a"    ]  }]
{  "detail": [    {      "loc": [        "string"      ],      "msg": "string",      "type": "string"    }  ]}

Create Oauth Client

Previous Page

List Mcp Tools

Next Page