Servers
C
CountryCallingCodes
@Kajdep
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.
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"country-calling-codes": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://countrycalling.codes/api/mcp"
]
}
}
}