Country Info MCP Server
Click on "Install 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 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
- FlicenseCqualityCmaintenanceProvides tools to fetch up-to-date visa and immigration information for various countries, helping users plan their international travel with accurate data.Last updated2
- Flicense-qualityDmaintenanceEnables 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 updated6
- 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.Last updated1MIT
- Alicense-qualityCmaintenanceProvides 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 updated23MIT
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.
Appeared in Searches
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/josuemj/remote-mcp-server-authless'
If you have feedback or need assistance with the MCP directory API, please join our Discord server