mcp-portugal
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., "@mcp-portugalIs 123456789 a valid NIF, and what type?"
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.
mcp-portugal
A Model Context Protocol (MCP) server for Portuguese public data. Give any MCP-capable AI assistant (Claude Desktop, Claude Code, Cursor, …) reliable, deterministic tools to validate a NIF, an IBAN, a postal code, and to look up national holidays — no API keys, runs locally over stdio.
🌍 English · Português · 📚 Documentation
Tools
Tool | Description |
| Validate a NIF (check digit) and classify the taxpayer type. |
| Validate an IBAN (ISO 7064 mod-97); flags PT IBANs. |
| Validate a CP7 postal code ( |
| National holidays for a year, including movable (Easter-based). |
| Whether a given |
Related MCP server: brasil-mcp-essentials
Use with Claude Desktop / Claude Code
Add to your MCP config (e.g. claude_desktop_config.json, or .mcp.json for
Claude Code):
{
"mcpServers": {
"portugal": {
"command": "npx",
"args": ["-y", "mcp-portugal"]
}
}
}Then ask: "Is 123456789 a valid NIF, and what type?" or "List the Portuguese holidays in 2026."
Run locally
npm install
npm start # runs the stdio server (tsx)
npm test # unit + stdio integration tests
npm run build # tsc -> dist/To test it by hand with the MCP Inspector:
npx @modelcontextprotocol/inspector npx -y mcp-portugalRoadmap
Postal-code → locality lookup (CTT open data)
ATCUD / invoice QR-code composition (via
pt-fiscal)IBAN → bank name resolution
Contributions welcome — see CONTRIBUTING.md.
License
MIT © Marcelo Domingues
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
AlicenseAqualityBmaintenanceMCP server for Portuguese Parliament open data, enabling AI agents to access legislative initiatives, deputies, plenary votes, petitions, and parliamentary committees.Last updated1243MIT
brasil-mcp-essentialsofficial
AlicenseAqualityAmaintenanceA privacy-first MCP server providing 14 offline Brazilian utilities including document validation, boleto parsing, PIX BR Code generation/parsing, and calendar tools.Last updated221MIT- AlicenseCqualityBmaintenanceA no-key-first MCP server providing access to UK public data including postcodes, bank holidays, carbon intensity, flood warnings, and government datasets.Last updated261MIT
- Alicense-qualityCmaintenanceMCP server for accessing BPstat (Banco de Portugal) statistics API without API keys. Enables querying Portuguese central bank data through natural language.Last updated26MIT
Related MCP Connectors
MCP server for live, sourced Brazilian public data from the official IBGE APIs.
dados.gov.pt MCP — Portugal's national open data portal.
# MCP DadosBR Servidor MCP focado em dados públicos do Brasil. Oferece duas ferramentas simples e…
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-portugal'
If you have feedback or need assistance with the MCP directory API, please join our Discord server