{
    "name": "crackers.biz WebMCP tools",
    "tools": [
        {
            "name": "ask_cracker_advice",
            "description": "Ask a natural language cracker question.",
            "endpoint": "https://crackers.biz/wp-json/crackers/v1/ask/"
        },
        {
            "name": "get_product_truth",
            "description": "Fetch rich Product Truth by GTIN, product_id or query.",
            "endpoint": "https://crackers.biz/wp-json/crackers/v1/product-truth/"
        },
        {
            "name": "read_agent_index",
            "description": "Fetch the compiled Product Truth index used by Ask.",
            "endpoint": "https://crackers.biz/crackers-agent-index.json"
        }
    ]
}