MCP Connector

Connect ChatGPT, Claude, and other MCP-compatible clients to live US clinical trials data.

The Hipa.ai MCP connector exposes live US clinical trials data over the Model Context Protocol. Any MCP-compatible client can search, filter, and read recruiting trials without registration.

1. Endpoint

https://hipa.ai/mcp

2. Connecting

ChatGPT

In the connector settings, add a custom connector with the MCP server URL https://hipa.ai/mcp and authentication set to “No Auth”.

Claude (Desktop, Claude Code, claude.ai)

Add a custom connector pointing at https://hipa.ai/mcp. For claude_desktop_config.json or a project .mcp.json:

{
  "mcpServers": {
    "hipa-trials": {
      "url": "https://hipa.ai/mcp"
    }
  }
}

Other MCP clients

Point any MCP-compatible client at the Streamable HTTP endpoint https://hipa.ai/mcp. No API key or session setup is required.

3. Tools

The connector also exposes a study://{nctId} resource and prompts for common workflows (find_nearby_trials, eligibility_explainer). Clients that do not support resources or prompts can ignore them and use the tools directly.

4. Rate Limits

Requests are rate limited per client IP. If you exceed the limit, the connector returns a rate_limited error with a Retry-After header. Wait the indicated interval before retrying.

5. Errors

Errors are returned as structured results with a reason, a plain-language message, and an actionable recovery hint. Common reasons include not_found, invalid_input, city_not_found, invalid_cursor, and rate_limited.