Skip to main content
Glama

World Bank MCP Server

by anshumax

世界银行MCP服务器

一个模型上下文协议 (MCP) 服务器,支持与开放的世界银行数据 API 进行交互。该服务器允许人工智能助手列出指标,并分析世界银行现有各国的指标。

特征

  • 列出世界银行开放数据 API 中可用的国家
  • 列出世界银行开放数据 API 中可用的指标
  • 分析各国的人口结构、贫困人数等指标
  • 综合日志记录

用法

使用 Claude Desktop

将其添加到您的claude_desktop_config.json中:

{ "mcpServers": { "world_bank": { "command": "uv", "args": [ "--directory", "path/to/world_bank_mcp_server", "run", "world_bank_mcp_server" ] } } }

通过 Smithery 安装

要通过Smithery自动为 Claude Desktop 安装世界银行数据服务器:

npx -y @smithery/cli install @anshumax/world_bank_mcp_server --client claude
Install Server
A
security – no known vulnerabilities
F
license - not found
A
quality - confirmed to work

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

使人工智能助手能够与世界银行开放数据 API 进行交互,从而可以列出和分析可用国家的指标。

  1. 特征
    1. 用法
      1. 使用 Claude Desktop
      2. 通过 Smithery 安装

    Related MCP Servers

    • A
      security
      F
      license
      A
      quality
      Provides access to the Australian Bureau of Statistics (ABS) Data API. This server allows AI assistants to query and analyze ABS statistical data.
      Last updated -
      1
      4
      TypeScript
    • -
      security
      A
      license
      -
      quality
      Exposes Denmark's Statistical Bureau API as programmable resources, making it easy to integrate with language models and modern AI applications to enable natural language queries for statistical data.
      Last updated -
      13
      Python
      MIT License
    • -
      security
      F
      license
      -
      quality
      Provides access to Israel's OpenBudget API, allowing users to query and search various government budget datasets including budget items, contracts, and support payments.
      Last updated -
      12
      Python
    • -
      security
      F
      license
      -
      quality
      Provides access to Israel's OpenBudget API, enabling users to query and search various governmental budget datasets including budget items, contracts, and support payments.
      Last updated -
      12
      Python

    View all related MCP servers

    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/anshumax/world_bank_mcp_server'

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