Public Interest MCP
Click on "Install 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 installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/realdeal88/public-interest-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server