BulletProof · Example Payload

Bulletproof Ucp Mcp Initialize

CompanyConsumer Packaged GoodsFood and BeverageHealth and WellnessSupplementsEcommerceDirect to ConsumerRetailAgentic CommerceShopify

Bulletproof Ucp Mcp Initialize is an example object payload from BulletProof, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

jsonrpcidresult

Example Payload

bulletproof-ucp-mcp-initialize.json Raw ↑
{
    "jsonrpc": "2.0",
    "id": 1,
    "result": {
        "protocolVersion": "2024-11-05",
        "capabilities": {
            "tools": {
                "listChanged": true
            },
            "prompts": {
                "listChanged": true
            },
            "resources": {
                "listChanged": true
            },
            "logging": {}
        },
        "serverInfo": {
            "name": "universal-commerce",
            "version": "0.1.0"
        }
    }
}