Public Interest MCP
A collection of three no-key MCP servers that provide public data including global weather forecasts, food product facts, and open procurement summaries via standard protocols.
README
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 |
|---|---|---|
global-weather-mcp |
Everyday life, travel, agriculture, logistics | Finds places and returns weather forecasts and air quality via Open-Meteo. |
product-facts-mcp |
Food, health, retail | Searches products and checks nutrition and allergens via Open Food Facts. |
open-procurement-mcp |
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.
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 lint
Status 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.
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.