Skip to main content
Glama

World Bank MCP Server

by anshumax

世界銀行MCPサーバー

世界銀行のオープンデータAPIとの連携を可能にするモデルコンテキストプロトコル(MCP)サーバー。このサーバーにより、AIアシスタントは世界銀行が提供している国の指標をリスト化し、分析することが可能になります。

特徴

  • 世界銀行オープンデータAPIで利用可能な国の一覧
  • 世界銀行オープンデータAPIで利用可能な指標の一覧
  • 各国の人口区分、貧困者数などの指標を分析する
  • 包括的なログ記録

使用法

クロード・デスクトップ

これを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 用の World Bank Data Server を自動的にインストールするには:

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.

AI アシスタントが世界銀行のオープンデータ API と対話できるようになり、利用可能な国全体の指標のリスト化と分析が可能になります。

  1. 特徴
    1. 使用法
      1. クロード・デスクトップ
      2. Smithery経由でインストール

    Related MCP Servers

    • A
      security
      A
      license
      A
      quality
      Allows AI assistants to list tables, read data, and execute SQL queries through a controlled interface, making database exploration and analysis safer and more structured.
      Last updated -
      1
      580
      Python
      MIT License
      • Linux
      • Apple
    • A
      security
      A
      license
      A
      quality
      Provides tools for AI assistants to interact with the Ethereum blockchain through standard JSON-RPC methods, enabling queries for account balances, gas prices, and smart contract code.
      Last updated -
      6
      3
      JavaScript
      MIT License
    • -
      security
      F
      license
      -
      quality
      Enables AI assistants to interact with Metabase databases and dashboards, allowing users to list and execute queries, access data visualizations, and interact with database resources through natural language.
      Last updated -
      25
      JavaScript
      • Apple
    • -
      security
      F
      license
      -
      quality
      Enables AI assistants to interact with Metabase, providing access to dashboards, questions, databases, and tools for executing queries and viewing data through natural language.
      Last updated -
      JavaScript
      • Apple

    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