icf-mcp-cloudflare
Verified Safeby stayce
Overview
Provides programmatic access to the WHO International Classification of Functioning, Disability and Health (ICF) via a Model Context Protocol (MCP) server, primarily for AI agents.
Installation
npm run devEnvironment Variables
- WHO_CLIENT_ID
- WHO_CLIENT_SECRET
Security Notes
The server follows good security practices: sensitive WHO API credentials are managed via environment variables and Cloudflare secrets (not hardcoded). Input validation is performed using Zod schemas for all tool calls. It operates within the sandboxed environment of Cloudflare Workers, limiting system-level risks. API interactions use OAuth2 with token refresh logic. No 'eval' or similar dangerous patterns were found. Error handling for API calls is in place. The main dependency for external API calls is the official WHO ICD-API, which is a trusted source.
Similar Servers
portaljs-mcp-server
A remote Model Context Protocol (MCP) server deployed on Cloudflare Workers, providing AI agent tools to interact with PortalJS datasets for search, retrieval, and data preview.
banrepco_mcp
Provides a remote Model Context Protocol (MCP) server for accessing Colombian financial indicators like inflation and exchange rates (TRM) for integration with AI models and tools.
MyMCP
Dynamically convert any OpenAPI v3 specification into a fully-functional Model Context Protocol (MCP) server, exposing external APIs as MCP tools.
icf-mcp-server
Provides an MCP interface for AI agents to access, search, and browse the WHO International Classification of Functioning, Disability and Health (ICF) data.