Skip to main content
Glama
josuemj

Country Info MCP Server

by josuemj

🛠️ Available Remote MCP Tools

These are the tools you can use from Claude Desktop or any MCP client:

  • get_country_info: Get detailed information about a country.

  • get_countries_by_region: List top countries in a region by population.

  • get_currency_info: Show which countries use a specific currency.

  • compare_countries: Compare two countries (population, area, region, etc).

  • search_countries: Search countries by name, capital, or region.

Each tool accepts specific parameters. See EXAMPLES.md for detailed usage examples.

Connect Claude Desktop with this MCP server

To connect this MCP server to your Claude Desktop, follow Anthropic's Quickstart and within Claude Desktop go to Settings > Developer > Edit Config.

Update with this configuration:

{
  "mcpServers": {
    "countries-info": {
      "command": "npx",
      "args": [
        "mcp-remote", 
        "https://remote-mcp-server-authless.josuemj456.workers.dev/sse"
      ]
    }
  }
}

Restart Claude and you should see the tools become available.

Related MCP server: SQLite Geography Server

Dev

npm start

Deployment

npx wrangler@latest deploy

mcp local inspector

npx @modelcontextprotocol/inspector@latest

Cloudflare mcp playground

https://playground.ai.cloudflare.com/

Maintenance

ActivityInactive
ResponsivenessNo issues

Related MCP Connectors

Related MCP Servers

  • F
    license
    Not graded
    quality
    D
    maintenance
    Enables exploration of geographical data including countries, cities, states/provinces, and regions through a SQLite database. Supports searches by name, location coordinates, currency, and regional groupings with comprehensive statistical queries.
    6
    -
  • A
    license
    C
    quality
    D
    maintenance
    Provides access to the API Ninjas Country API, allowing users to query detailed country data including GDP, population, area, and other demographic metrics. It enables filtering countries by specific economic and geographic criteria through natural language commands.
    1
    MIT
  • A
    license
    Not graded
    quality
    C
    maintenance
    Provides 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.
    6
    MIT