{
    "mcpUrl": "https://budgetfitter.uk/.well-known/mcp",
    "mcpServer": {
        "url": "https://budgetfitter.uk/.well-known/mcp",
        "transport": "streamable-http",
        "protocol": "MCP/2025-03-26"
    },
    "serverInfo": {
        "name": "BudgetFitter MCP Server",
        "version": "1.0.0",
        "url": "https://budgetfitter.uk/.well-known/mcp"
    },
    "capabilities": {
        "tools": true
    },
    "tools": [
        {
            "name": "search",
            "description": "Search for deals, brands, and tools by keyword"
        },
        {
            "name": "brand_lookup",
            "description": "Get brand data and deal intelligence by slug"
        },
        {
            "name": "get_llms_index",
            "description": "Retrieve the full LLMs.txt brand/category index"
        },
        {
            "name": "navigate",
            "description": "Resolve a site path to a full URL"
        }
    ],
    "serverCard": "https://budgetfitter.uk/.well-known/mcp/server-card.json",
    "auth": "none",
    "pricing": "https://budgetfitter.uk/pricing",
    "nlweb": {
        "ask": "https://budgetfitter.uk/ask",
        "method": "POST",
        "streaming": true
    }
}