🏛 UNESCO MCP Servers

Model Context Protocol endpoints for UNESCO data

📄 UNESDOC

Search and analyze UNESCO documents and publications via OAI-PMH

https://unesco-data-ai-mcp-unesco-server.hf.space/unesdoc/mcp

📊 Datahub

Access UNESCO statistical datasets and indicators (data.unesco.org)

https://unesco-data-ai-mcp-unesco-server.hf.space/datahub/mcp

🔍 Search

Search across all *.unesco.org websites via Tavily

https://unesco-data-ai-mcp-unesco-server.hf.space/search/mcp

💻 Claude Desktop configuration

{
  "mcpServers": {
    "unesco-doc": {
      "url": "https://unesco-data-ai-mcp-unesco-server.hf.space/unesdoc/mcp",
      "headers": { "Authorization": "Bearer <UNESCO_MCP_API_KEY>" }
    },
    "unesco-datahub": {
      "url": "https://unesco-data-ai-mcp-unesco-server.hf.space/datahub/mcp",
      "headers": { "Authorization": "Bearer <UNESCO_MCP_API_KEY>" }
    },
    "unesco-search": {
      "url": "https://unesco-data-ai-mcp-unesco-server.hf.space/search/mcp",
      "headers": { "Authorization": "Bearer <UNESCO_MCP_API_KEY>" }
    }
  }
}
ℹ️ This is an MCP server, not a regular web application. Connect using an MCP client such as Claude Desktop. Replace <UNESCO_MCP_API_KEY> with the access token provided by your UNESCO administrator.