mcp-iso-codes
Provides lookups against the Debian iso-codes project JSON, enabling retrieval of ISO codes such as country, language, and currency codes.
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-iso-codesLook up the ISO country code for Japan."
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.
@pipeworx/iso-codes
ISO codes MCP — country (ISO 3166-1, -2, -3), language (ISO 639-1/-2/-3), currency (ISO 4217), and script (ISO 15924) lookups. Data fetched from the debian iso-codes project (raw JSON on github). Keyless; cached 24h in-pack.
Part of Pipeworx — an MCP gateway connecting AI agents to 1394+ live data sources.
Tools
country(query)— lookup country by name / alpha-2 / alpha-3 / numericsubdivisions(country_alpha2)— ISO 3166-2 subdivisions of a countrylanguage(query)— lookup language by name / 2-letter / 3-letter codecurrency(query)— lookup currency by name / code / numericscript(query)— lookup script (ISO 15924)list(kind, filter?)— list all of one kind: countries | languages | currencies | scripts
Related MCP server: CountryCallingCodes
Data source
raw.githubusercontent.com/{ISO 3166-1, ISO 639-3, ISO 4217, ISO 15924} JSON in salsa.debian.org/iso-codes-team/iso-codes.
Quick Start
Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
{
"mcpServers": {
"iso-codes": {
"url": "https://gateway.pipeworx.io/iso-codes/mcp"
}
}
}Or connect to the full Pipeworx gateway for access to all 1394+ data sources:
{
"mcpServers": {
"pipeworx": {
"url": "https://gateway.pipeworx.io/mcp"
}
}
}Using with ask_pipeworx
Instead of calling tools directly, you can ask questions in plain English:
ask_pipeworx({ question: "your question about Iso Codes data" })The gateway picks the right tool and fills the arguments automatically.
More
License
MIT
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.
Related MCP Servers
- AlicenseAqualityDmaintenanceProvides access to Japanese statistical standard area codes (標準地域コード) from official government data, enabling users to list and search area codes by prefecture or municipality name.2Apache 2.0
- Alicense-qualityCmaintenanceRead-only MCP server and JSON API for international country calling codes, ISO country codes, E.164 dial codes, regions, trunk prefixes, and NANP area codes.MIT
- Alicense-qualityCmaintenanceEnables looking up ISO standards (e.g., 27001, 9001) with live status, pricing, compliance catalogue, and ISO Open Data file pointers.13MIT
- Alicense-qualityCmaintenanceProvides world country data from the REST Countries API, enabling search by name, ISO code, region, language, or currency, with details like capital, population, and languages.10MIT
Related MCP Connectors
WHO ICD-10/ICD-11 diagnosis codes. Lookup, search, chapters via official WHO API.
Geocode, reverse geocode, and run Overpass spatial queries on OpenStreetMap data.
Geocode, reverse geocode, and run Overpass spatial queries on OpenStreetMap data.
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/pipeworx-io/mcp-iso-codes'
If you have feedback or need assistance with the MCP directory API, please join our Discord server