CountryCallingCodes
@Kajdep
关于 CountryCallingCodes
Read-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.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"country-calling-codes": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://countrycalling.codes/api/mcp"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is CountryCallingCodes?
CountryCallingCodes is a read-only MCP server that provides lookup access to international telephone calling‑code reference data, including country names, ISO 3166-1 codes, E.164 dial codes, regions, and trunk prefixes. It is hosted at countrycalling.codes and requires no authentication or local setup beyond a compatible MCP client.
How to use CountryCallingCodes?
Configure your MCP client to point to the hosted endpoint https://countrycalling.codes/api/mcp using Streamable HTTP transport. For clients that require a local stdio bridge, use the mcp-remote package with npx. Invoke the single tool lookup_country_calling_code with optional parameters such as q, code, dialCode, region, or limit.
Key features of CountryCallingCodes
- Read‑only public lookup of international dial codes and ISO country codes
- Supports free‑text search, ISO alpha‑2/alpha‑3 codes, and E.164 dial codes
- Returns region and subregion data, trunk prefixes, and NANP area‑code disambiguation
- Hosted as a remote MCP server with Streamable HTTP transport
- No authentication required; free to use
- OpenAPI schema and LLM guide available at the same domain
Use cases of CountryCallingCodes
- An AI assistant looking up the dial code for a country by name or ISO code
- Validating or normalizing phone numbers using E.164 reference data
- Building a country‑selector dropdown with region‑based filtering
- Enriching location queries with ISO codes and region information
FAQ from CountryCallingCodes
What data does the tool return?
It returns country and territory names, ISO 3166-1 alpha-2 and alpha-3 codes, E.164 dial codes, regions/subregions, trunk prefixes, and NANP area‑code disambiguation where relevant.
Does the server require any API key or authentication?
No, the hosted endpoint is public and requires no authentication.
How is the MCP server hosted and accessed?
It is a remote MCP server using Streamable HTTP transport at https://countrycalling.codes/api/mcp. No local data or database is needed.
Are any private or sensitive data stored?
No, the repository contains no private data and no full dataset export; the server returns only public reference data from countrycalling.codes.
What transport does the server use?
It uses Streamable HTTP. For clients that do not support remote MCP, a stdio bridge can be set up via the mcp-remote package.
其他 分类下的更多 MCP 服务器
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
评论