MCPBundler Docs
MCPBundler Docs
Back to marketplaceGetting StartedAuthenticationTutorial - Bundle to Connected Agent
API Reference
Auth
Bundler
Bundles
Catalog
Deployments
Discover
LLM
MCP Listing Claims
Start Domain ClaimVerify Domain Claim
MCP Listings
OAuth2
Observability
Organisations
Reviews
Roadmap
SCIM
Users
Utils
Vault
Webhooks
API ReferenceMCP Listing Claims

Start Domain Claim

POST
/v1/mcp/{listing_id}/claim/domain

Request a DNS TXT verification token to claim a listing by domain.

Authorization: any authenticated user.

The domain is derived from the listing itself (homepage_url, falling back to source_url) - not supplied by the caller - so a claim can only ever target the domain the listing already advertises. Each user has their own independent pending attempt per listing: starting a new attempt only overwrites that same caller's previous attempt for this listing, never another user's.

Authorization

OAuth2AuthorizationCodeBearer
AuthorizationBearer <token>

In: header

Path Parameters

listing_id*Listing Id
Formatuuid

Query Parameters

verify_locally?Verify Locally
Defaulttrue

Response Body

application/json

application/json

curl -X POST "https://example.com/v1/mcp/497f6eca-6276-4993-bfeb-53cbbbba6f08/claim/domain"
{  "domain": "string",  "verification_token": "string",  "dns_record_name": "string",  "dns_record_value": "string"}
{  "detail": [    {      "loc": [        "string"      ],      "msg": "string",      "type": "string"    }  ]}

MCP Listing Claims

Endpoints in the MCP Listing Claims group.

Verify Domain Claim

Next Page