icf-mcp-server
Verified Safeby stayce
Overview
Provides an MCP interface for AI agents to access, search, and browse the WHO International Classification of Functioning, Disability and Health (ICF) data.
Installation
python -m icf_mcpEnvironment Variables
- WHO_ICD_CLIENT_ID
- WHO_ICD_CLIENT_SECRET
- WHO_ICD_RELEASE
- WHO_ICD_LANGUAGE
Security Notes
The server securely handles API credentials via environment variables, preventing hardcoding. It uses `httpx` for asynchronous HTTP requests to the legitimate WHO API. No `eval`, `exec`, or direct shell command usage was found. The FastMCP server uses STDIO transport, which is generally safe for local agent communication and does not inherently expose public network ports.
Similar Servers
tmcp
A server implementation for the Model Context Protocol (MCP) to enable LLMs to access external context and tools.
knowledgebase-mcp
A standardized Model Context Protocol (MCP) server that aggregates and provides AI systems with access to diverse biomedical knowledge bases and analysis tools.
opentargets-mcp
Serves as a Model Context Protocol (MCP) server exposing the Open Targets Platform GraphQL API as a set of structured tools for AI agents and other MCP-compatible clients to access biomedical data.
mcp-openehr-assistant
The openEHR Assistant MCP Server helps end-users, especially openEHR modelers and developers, with various openEHR-related tasks and APIs, including archetype exploration, semantic explanation, language translation, syntax correction, and design reviews, by connecting AI assistants to external data sources and tools.