mcp-pt
This is anunofficial community project. It is not affiliated with the data providers (DGEG, IPMA, INE, GeoAPI.pt, AMA/dados.gov.pt). Respect each provider's terms — in particular, DGEG fuel data is for non-commercial use.
What it does
Ask your AI assistant things like:
"Qual o posto de gasóleo mais barato no distrito de Lisboa?"
"Vai chover amanhã no Porto? Há avisos meteorológicos ativos?"
"Que localidade tem o código postal 1990-096?"
"Quantos habitantes tinha Portugal nos Censos 2021?"
"Procura datasets sobre ambiente no dados.gov.pt."
…and it will call the right tool, hit the public API, and answer with real data.
Install
Run it with npx (no install needed) — just point your MCP host at it.
Claude Desktop
Add to claude_desktop_config.json (~/Library/Application Support/Claude/ on macOS, %APPDATA%\Claude\ on Windows):
{
"mcpServers": {
"pt": {
"command": "npx",
"args": ["-y", "mcp-pt"]
}
}
}Cursor
Add to ~/.cursor/mcp.json (or the project's .cursor/mcp.json):
{
"mcpServers": {
"pt": { "command": "npx", "args": ["-y", "mcp-pt"] }
}
}Any MCP host
The server speaks MCP over stdio. Launch npx -y mcp-pt (or node dist/index.js from a clone) as the server command.
Tools
Tool | What it does | Source |
| Cheapest fuel stations in a district (gasolina / gasóleo / GPL) | DGEG |
| 5-day forecast for a location | IPMA |
| Active meteorological warnings | IPMA |
| Look up a código postal | GeoAPI.pt |
| Coordinate → district / municipality / parish | GeoAPI.pt |
| Municipality (concelho) details | GeoAPI.pt |
| Fetch an INE statistics indicator by | INE |
| Search datasets on dados.gov.pt | dados.gov.pt |
All tools call free, public APIs and need no API keys.
Example (raw MCP)
# List the tools over stdio
printf '%s\n' \
'{"jsonrpc":"2.0","id":1,"method":"initialize","params":{"protocolVersion":"2024-11-05","capabilities":{},"clientInfo":{"name":"x","version":"0"}}}' \
'{"jsonrpc":"2.0","method":"notifications/initialized"}' \
'{"jsonrpc":"2.0","id":2,"method":"tools/list"}' | npx -y mcp-ptHow it relates to the SDKs
mcp-pt is the AI-facing layer over a family of standalone, multi-language SDKs
for the same data — precos-combustiveis-pt,
ipma-api,
geoapi-pt-sdk,
ine-pt and
dados-gov-pt. The server is
self-contained (it calls the APIs directly), so it has no dependency on those
packages.
Develop
npm install
npm test # vitest
npm run build # tsup → dist/index.js (executable)
node dist/index.jsFAQ
No. Every tool uses a free, public Portuguese API.
No — it's an independent community project. Please respect each provider's terms (DGEG fuel data is non-commercial).
Anything that speaks MCP over stdio — Claude Desktop, Cursor, Continue, and custom clients using the MCP SDK.
License
MIT © Marcelo Domingues
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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/marcelogdomingues/mcp-pt'
If you have feedback or need assistance with the MCP directory API, please join our Discord server