- MCP Europe Tools
MCP Europe Tools
MCP server providing European data validation and formatting tools for AI agents.
Tools included:
- validate_nif: Validates Portuguese NIF (tax identification numbers) using the official algorithm
- validate_iban: Validates IBAN numbers for 18 European countries
- get_vat_rate: Returns VAT/IVA rates for all EU countries (standard, reduced, super-reduced rates)
- get_portugal_holidays: Returns Portuguese public holidays for any given year
- format_number_european: Formats numbers according to European locale conventions (PT, ES, FR, DE, and more)
Perfect for AI agents handling European invoicing, tax compliance, financial document processing, and business automation.
Endpoint: https://mcp-europe-tools-production.up.railway.app/mcp
Overview
MCP Europe Tools
European data validation and formatting tools for AI agents working with Portuguese and European data.
Available Tools
validate_nif
Validates Portuguese NIF (tax identification number) using the official checksum algorithm.
- Input: nif (string)
- Output: valid (boolean), reason (if invalid)
validate_iban
Validates IBAN numbers for 18 European countries.
- Input: iban (string)
- Output: valid (boolean), country (string)
get_vat_rate
Returns VAT rates for any EU country.
- Input: country_code (PT, ES, FR, DE, IT, NL, BE, PL, SE, DK, FI, AT, IE, GR, HU, RO, CZ, HR)
- Output: standard, reduced, intermediate rates
get_portugal_holidays
Returns Portuguese public holidays for any year.
- Input: year (number)
- Output: list of holidays with dates and names
format_number_european
Formats numbers according to European locale conventions.
- Input: number, country_code, decimals
- Output: formatted string
Endpoint
Server Config
{
"mcpServers": {
"mcp-europe-tools": {
"type": "http",
"url": "https://mcp-europe-tools-production.up.railway.app/mcp"
}
}
}Project Info
Created At
2 months agoUpdated At
a month agoAuthor Name
josemvelez78Star
-Language
-License
-Tags
Recommend Servers
View AllShotapi
@smallhandsome
19 hours ago
Memory
@modelcontextprotocol
a year ago
mcp-server-flomo MCP Server
@chatmcp
Write notes to Flomo
JavaScript
a year ago