Public Interest MCP
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Public Interest MCPwhat's the weather in Tokyo?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Public Interest MCP
Three small, no-key Model Context Protocol servers that make useful public information available to people and AI agents everywhere.
The repository also contains HakBul: a privacy-first Turkish public-service discovery web app and companion AI skill. It translates a plain-language situation into a few official starting points without making eligibility decisions.
Server | Sector | What it does |
Everyday life, travel, agriculture, logistics | Finds places and returns weather forecasts and air quality via Open-Meteo. | |
Food, health, retail | Searches products and checks nutrition and allergens via Open Food Facts. | |
Business, journalism, public services | Reads Open Contracting (OCDS) release packages and summarizes awards. |
Why these three
They meet three tests: their underlying data is public, their reach is international, and an agent can give a useful answer without a paid API key. Together they serve everyday users, travellers, retailers, health-conscious households, suppliers, journalists, NGOs, researchers, developers, and public servants.
Related MCP server: MCP Weather Free
Quick start
Requirements: Node.js 20 or newer. Clone the repository, then add one server to your MCP client. For example, in a client configuration file:
{
"mcpServers": {
"civic-data": {
"command": "node",
"args": ["/absolute/path/to/public-interest-mcp/packages/civic-data-mcp/src/index.mjs"]
}
}
}Each package README documents its tools and examples. Servers communicate over standard input/output; logs are written to standard error.
Development
npm test
npm run lintStatus and scope
This is an early, deliberately small implementation. It exposes stable, read-only operations and validates inputs before making remote requests. Source platforms can change or impose rate limits; do not treat outputs as legal, procurement, emergency, or safety advice.
Contributing
Please read CONTRIBUTING.md, CODE_OF_CONDUCT.md, and SECURITY.md. Ideas and bug reports belong in the GitHub issue templates included under .github/.
License
Licensed under the Apache License 2.0.
This server cannot be deployed
Maintenance
Related MCP Connectors
- APIVerveOAuthcom.apiverve
350+ production-ready APIs through one MCP server — weather, geocoding, validation, financial data.
Unlock the power of food transparency with our Open Food Facts MCP server. Easily look up any food
This MCP server provides seamless access to Malaysia's government open data, including datasets, w…
Hosted MCP server for Xweather weather data: conditions, forecasts, alerts, and more.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceMCP server providing access to Malaysia's government datasets, dashboards, weather forecasts, and transport data through a unified search system and hybrid data access architecture.6 npm3MIT
- AlicenseNot gradedqualityDmaintenanceAn MCP server that provides real-time weather data, hourly forecasts, and daily summaries using the free Open-Meteo API with no API key required. It enables users to search for weather conditions by specific coordinates or city names across multiple measurement units.2MIT
- AlicenseNot gradedqualityDmaintenanceMCP Server for global weather, forecasts, air quality, and climate data using Open-Meteo, no API key required.17 PyPIMIT
- AlicenseNot gradedqualityDmaintenanceA collection of MCP servers that connect AI assistants to Spanish open government data, including statistics, legislation, land registry, and weather forecasts.9MIT