{
    "schema_version": "2025-06-18",
    "name": "Hosco MCP Server",
    "description": "Hosco's official read-only MCP server exposing Hosco's hospitality job catalogue. Semantic search over the active jobs (OpenAI embeddings + Qdrant), paginated listings, and per-job details. Hosco's market is Spain, France, Italy, the UK, Switzerland and the UAE.",
    "server": {
        "name": "Hosco Hospitality Jobs",
        "version": "1.0.0"
    },
    "transports": [
        {
            "type": "streamable-http",
            "url": "https://mcp.hosco.com/mcp/public"
        }
    ],
    "authentication": "none",
    "capabilities": {
        "tools": true,
        "resources": false,
        "prompts": false
    },
    "tools": [
        {
            "name": "search-jobs-tool",
            "description": "Semantic search over hospitality jobs with structured filters."
        },
        {
            "name": "list-jobs-tool",
            "description": "Most recently published jobs, paginated."
        },
        {
            "name": "job-details-tool",
            "description": "Full job details by slug or id."
        }
    ],
    "documentation": {
        "llms_txt": "https://mcp.hosco.com/llms.txt",
        "landing": "https://mcp.hosco.com/"
    },
    "clients": {
        "claude_code": "claude mcp add hosco-hospitality-jobs -- npx -y mcp-remote https://mcp.hosco.com/mcp/public",
        "claude_desktop": {
            "mcpServers": {
                "hosco-hospitality-jobs": {
                    "command": "npx",
                    "args": [
                        "-y",
                        "mcp-remote",
                        "https://mcp.hosco.com/mcp/public"
                    ]
                }
            }
        }
    }
}