Hint Health MCP Server
Hint publishes a hosted, remote MCP server that exposes its public developer documentation and API reference to MCP-capable agents. It is documented at developers.hint.com/docs/hint-mcp-server and answers an anonymous tools/list at https://developers.hint.com/mcp. The server is scoped to public documentation — Hint states it does not expose private practice data, partner credentials, or authenticated API operations. The execute-request tool is a generic HAR-shaped proxy, so an agent that already holds a Hint bearer token can drive real api.hint.com calls through it.
One-click install for Cursor, VS Code, Claude, and 20+ other MCP clients, powered by API Commons MCP Install — visit install.apicommons.org for more information.
Documentation
Documentation link · transport streamable-http
Tools
list-endpoints— Lists all API paths and their HTTP methods with summaries, organized by path. Results can be passed directly into 'get-endpoint'.get-endpoint— Gets detailed information about a specific API endpoint, including security schemes and servers.search-endpoints— Performs a deep search through paths, operations, and parameters to discover relevant API endpoints.execute-request— Executes an API request with a given HAR request object.
About MCP
The Model Context Protocol (MCP) is an open protocol Anthropic introduced for connecting LLM-based agents to external tools and data sources. Providers publish MCP servers that expose their API surface as structured, discoverable tools — an MCP-compatible client (Claude Desktop, Cursor, Cline, Continue, etc.) can connect to the server and call its tools without any per-provider integration code.
Browse every MCP server on the APIs.io network or compare with the broader Agent Skill surfaces of the same providers.
Work with this as data
Every MCP server here is available over the APIs.io API and to AI agents over MCP.