CountryCallingCodes

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.

Category
Visit Server

README

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/mcp
  • Transport: Streamable HTTP
  • Authentication: none
  • Tool: lookup_country_calling_code
  • Website: https://countrycalling.codes
  • LLM guide: https://countrycalling.codes/llms-full.md
  • Skill manifest: https://countrycalling.codes/skill.json
  • OpenAPI schema: https://countrycalling.codes/api/calling-codes/openapi.json

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 as United Kingdom, London, or AUS
  • code: ISO 3166-1 alpha-2 or alpha-3 code, such as GB or GBR
  • dialCode: calling code with or without plus sign, such as +44 or 44
  • region: one of Africa, Americas, Asia, Europe, Oceania
  • limit: maximum results to return, from 1 to 250

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 lookup

Data 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.

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured