mcp-statcan-odcaf
Verified Safeby JoseJimenez-M
Overview
Exposes Canada's Official Canadian Cultural Facilities Dataset (ODCAF) via an MCP server for AI clients to query.
Installation
uvicorn main:app --reload --host 0.0.0.0 --port 8000Security Notes
The server correctly uses parameterized queries with `aiosqlite` to prevent SQL injection. No `eval` or direct code execution functions are observed. There are no hardcoded secrets. The CORS middleware is set to allow all origins (`allow_origins=["*"]`), which is permissive but common for public APIs and not a direct code execution vulnerability.
Similar Servers
data-commons-mcp
A server that facilitates natural language search for open-access scientific datasets and tools using a Large Language Model (LLM) and the Model Context Protocol (MCP).
mcp-server-for-apache-ofbiz
Serves as a Model Context Protocol (MCP) gateway, enabling generative AI applications to interact with backend systems like Apache OFBiz through dynamically loaded tools and RESTful APIs.
mcp-datagovmy
Provides AI models access to Malaysia's open government datasets and dashboards, including real-time weather and public transport information, with enhanced search and direct Parquet file parsing capabilities.
chicago-art-museum-mcp-server
Provides AI assistants like Claude with access to the Art Institute of Chicago's public API for searching and retrieving art-related information.