← 返回
未分类 中文

Pipeworx countries

World country data — search by name, code, region, language, or currency via REST Countries API v3.1
世界国家数据 — 通过 REST Countries API v3.1 按名称、代码、地区、语言或货币搜索
brucegutman brucegutman 来源
未分类 clawhub v1.0.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 289
下载
💾 0
安装
1
版本
#latest

概述

REST Countries

Comprehensive data for every country in the world. Look up population, capital, languages, currencies, flag emoji, and geographic details. Search by name, ISO code, region, spoken language, or currency.

Tools

ToolDescription
-------------------
search_countriesSearch countries by name (partial matches work)
get_country_by_codeLookup by ISO 3166-1 alpha-2 (e.g., "US") or alpha-3 (e.g., "USA") code
countries_by_regionList all countries in a region: africa, americas, asia, europe, oceania
countries_by_languageCountries where a given language is spoken (e.g., "spanish")
countries_by_currencyCountries using a given currency (e.g., "eur", "usd")

Use cases

  • Building country selector dropdowns with flags and calling codes
  • Answering "what countries speak French?" or "which countries use the Euro?"
  • Enriching location data with population, timezone, and regional info
  • Geographic research comparing countries by area, population density, or income

Example: countries that speak Arabic

curl -s -X POST https://gateway.pipeworx.io/countries/mcp \
  -H "Content-Type: application/json" \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"countries_by_language","arguments":{"language":"arabic"}}}'

Returns each country's name, capital, region, population, and flag emoji.

Setup

{
  "mcpServers": {
    "pipeworx-countries": {
      "command": "npx",
      "args": ["-y", "mcp-remote@latest", "https://gateway.pipeworx.io/countries/mcp"]
    }
  }
}

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-05-07 21:24 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

professional

Pipeworx crypto

brucegutman
通过CoinGecko获取加密货币价格、市值排名及法币转换
★ 0 📥 497
knowledge-management

Obsidian

steipete
操作 Obsidian 仓库(纯 Markdown 笔记)并通过 obsidian-cli 自动化。
★ 449 📥 105,713
knowledge-management

web-tools-guide

user_ec205dbb
MANDATORY before calling web_search, web_fetch, browser, or opencli. Contains required error-handling procedures (web_se
★ 86 📥 167,729