Country Info MCP Server
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Country Info MCP ServerCompare the population and area of Brazil and Argentina"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
🛠️ 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
This server cannot be deployed
Maintenance
Related MCP Connectors
Countries MCP — world country data from REST Countries API v3.1
Access European statistics: GDP, unemployment, inflation, population data.
Access World Bank development indicators for 200+ countries.
490+ economic & demographic indicators for 218 countries from IMF, World Bank, UN, FRED.
Related MCP Servers
- FlicenseCqualityBmaintenanceProvides tools to fetch up-to-date visa and immigration information for various countries, helping users plan their international travel with accurate data.2-
- FlicenseNot gradedqualityDmaintenanceEnables 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-
- AlicenseCqualityDmaintenanceProvides 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.1MIT
- AlicenseNot gradedqualityCmaintenanceProvides 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.6MIT