Nova Scotia Data Explorer for Claude Desktop
io.github.sevask/nova-scotia-data-explorer
Query and explore Nova Scotia open datasets via the Socrata SODA API.
client:Claude Desktop
transport:streamable-http
tools:4
Install Nova Scotia Data Explorer in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"nova-scotia-data-explorer": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://scotiasignal.ca/mcp"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs