Bootstrap MCP product integration
Products
Bootstrap MCP product integration
Creates an MCP-enabled product with a unified plans array, configures origin URL, and maps tools to plans in one request.
POST
Bootstrap MCP product integration
Documentation Index
Fetch the complete documentation index at: https://docs.solvapay.com/llms.txt
Use this file to discover all available pages before exploring further.
Body
application/json
Response
MCP product bootstrapped successfully
Created or updated MCP server identity
Example:
{
"defaultPlanRef": "pln_FREE123",
"mcpProxyUrl": "https://acme-docs.mcp.solvapay.com/mcp",
"reference": "mcp_ABC123",
"subdomain": "acme-docs",
"url": "https://origin.example.com/mcp"
}Resolved plan mapping by bootstrap key
Example:
{
"free": {
"name": "Free",
"reference": "pln_FREE123"
}
}Created product
Auto-discovered tools used during bootstrap
True when tools were auto-discovered from origin because the request omitted tools
Example:
true