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/

F
license - not found
-
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • F
    license
    -
    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.
    Last updated
    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.
    Last updated
    1
    MIT
  • A
    license
    -
    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.
    Last updated
    23
    MIT

View all related MCP servers

Related MCP Connectors

  • Countries MCP — world country data from REST Countries API v3.1

  • Query 29,500+ World Bank development indicators for 200+ countries across 60+ years.

  • Macro data for AI agents: GDP, inflation, unemployment & trade, any country. No API keys.

View all MCP Connectors

Latest Blog Posts

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/josuemj/remote-mcp-server-authless'

If you have feedback or need assistance with the MCP directory API, please join our Discord server