CountryCallingCodes
Country Calling Codes MCP
Metadata-only submission repository for the hosted Country Calling Codes MCP server.
This repository intentionally does not include the website source code or the full country calling-code dataset. It exists so MCP directories and registries can discover, inspect, and list the public hosted MCP endpoint.
Hosted MCP
MCP endpoint:
https://countrycalling.codes/api/mcpTransport: Streamable HTTP
Authentication: none
Tool:
lookup_country_calling_codeWebsite:
https://countrycalling.codesLLM guide:
https://countrycalling.codes/llms-full.mdSkill manifest:
https://countrycalling.codes/skill.jsonOpenAPI schema:
https://countrycalling.codes/api/calling-codes/openapi.json
Related MCP server: Countries MCP Server
What It Does
The MCP server provides read-only lookup access to international telephone calling-code reference data:
Country and territory names
ISO 3166-1 alpha-2 and alpha-3 codes
E.164 international dial codes
Regions and subregions
Trunk prefixes where relevant
NANP area-code disambiguation where relevant
MCP Client Configuration
For MCP clients that support remote Streamable HTTP servers:
{
"mcpServers": {
"country-calling-codes": {
"url": "https://countrycalling.codes/api/mcp"
}
}
}For clients that require a local stdio bridge, use mcp-remote:
{
"mcpServers": {
"country-calling-codes": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://countrycalling.codes/api/mcp"
]
}
}
}Tool
lookup_country_calling_code
Look up countries and territories by free-text query, ISO code, E.164 dial code, or region.
Input parameters:
q: free-text search, such asUnited Kingdom,London, orAUScode: ISO 3166-1 alpha-2 or alpha-3 code, such asGBorGBRdialCode: calling code with or without plus sign, such as+44or44region: one ofAfrica,Americas,Asia,Europe,Oceanialimit: maximum results to return, from1to250
Example tool input:
{
"code": "GB"
}Expected result includes the United Kingdom record with dial code +44.
Directory Submission Metadata
Name: Country Calling Codes
Description: 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.
Category: Data / Search / Reference / API
Website: https://countrycalling.codes
MCP URL: https://countrycalling.codes/api/mcp
OpenAPI URL: https://countrycalling.codes/api/calling-codes/openapi.json
Skill manifest: https://countrycalling.codes/skill.json
LLM guide: https://countrycalling.codes/llms-full.md
GitHub: https://github.com/Kajdep/countrycallingcodesmcp
Tool: lookup_country_calling_code
Auth: None
Cost to user: Free/public read-only lookupData and Privacy
This repository contains no private data and no full dataset export. The hosted
MCP server is read-only and returns public reference data from
countrycalling.codes.
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
- Alicense-qualityDmaintenanceMCP server for provisioning dedicated real-SIM US phone numbers, receiving inbound SMS, and extracting OTP codes. Built for AI agents automating phone verification workflows.Last updated271MIT
- Alicense-qualityDmaintenanceMCP Server that gives AI assistants access to comprehensive country data from 250+ countries.Last updated1MIT

Ready APIsofficial
Alicense-qualityCmaintenanceMCP tools for geo, email, phone, company, DNS, FX, equities, weather, tax, economics, and intelligence — streamable HTTP, one API key.Last updatedMIT- Flicense-qualityBmaintenanceCC0 open-data registry of community support helplines worldwide. TypeScript MCP server providing verified contacts with citation, staleness, and country-context guardrails. 15+ countries indexed.Last updated
Related MCP Connectors
PeeringDB MCP — the peering ecosystem database.
ip-api.com MCP.
Free GeoNames MCP: countries, cities, POIs, distance & nearby. Remote HTTP + agent token signup.
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/Kajdep/countrycallingcodesmcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server