Skip to main content
Glama

UNHCR Population Data MCP Server

by rvibek
pyproject.toml910 B
[build-system] requires = ["setuptools>=42", "wheel"] build-backend = "setuptools.build_meta" [project] name = "unhcr-mcp-server" version = "0.1.0" description = "MCP Server for UNHCR Population Data" readme = "README.md" authors = [ {name = "MCP Developer"} ] license = {text = "MIT"} classifiers = [ "Programming Language :: Python :: 3", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", ] requires-python = ">=3.8" dependencies = [ "mcp[cli]>=1.6.0", "requests>=2.28.0" ] [project.optional-dependencies] dev = [ "pytest>=7.0.0", "black>=23.0.0", "isort>=5.12.0", "mypy>=1.0.0" ] [tool.black] line-length = 100 target-version = ["py38"] [tool.isort] profile = "black" line_length = 100 [tool.mypy] python_version = "3.8" warn_return_any = true warn_unused_configs = true disallow_untyped_defs = true disallow_incomplete_defs = true

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/rvibek/mcp_unhcr'

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