Public Data Catalog
io.github.yhay81/public-data-catalogReviewed public-data search and execution with provenance and verifiable integrity receipts.
Tools · 3
Search current metadata from e-Gov Data Portal and Statistics Dashboard, then return a short ranked list with publisher, formats, coverage, usage terms, and official links.
Run one allowlisted, bounded HTTPS GET contract and return extracted values, provenance, and an integrity receipt.
Check receipt and result hashes plus the execution envelope against the reviewed catalog. This detects later modification; it does not prove publisher authenticity or current freshness.
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"public_data_catalog": {
"url": "https://public-data-catalog-mcp.yusuke8h.workers.dev/mcp",
"transport": "streamable-http"
}
}
}