{
    "serverInfo": {
        "name": "WanderWallet Public Website",
        "version": "1.0.0"
    },
    "description": "Public website discovery for WanderWallet country pages, travel payment guides, local payment rails, deposits, safety, policies, and contact routing.",
    "transport": {
        "type": "https",
        "url": "https://wanderwallet.io/mcp"
    },
    "capabilities": {
        "tools": true,
        "resources": true,
        "prompts": false
    },
    "tools": [
        {
            "name": "find_wanderwallet_service",
            "description": "Find relevant public WanderWallet website pages for a country, rail, guide, or product question.",
            "inputSchema": {
                "type": "object",
                "properties": {
                    "query": {
                        "type": "string"
                    }
                },
                "required": [
                    "query"
                ]
            }
        }
    ],
    "resources": [
        {
            "uri": "https://wanderwallet.io/llms.txt",
            "name": "Agent site guide",
            "mimeType": "text/markdown"
        },
        {
            "uri": "https://wanderwallet.io/.well-known/api-catalog",
            "name": "API catalog",
            "mimeType": "application/linkset+json"
        }
    ]
}