← opennash.com

INDIVIDUAL MCP TOOL

public_sources

List callable public sources, packs, reuse boundaries, and explicit coverage gaps.

opennash.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://api.opennash.com/healthcare/mcp

No auth detected

Connect to this endpoint to inspect the live schema for public_sources and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

opennash.com

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.opennash-health-public-evidence]
url = "https://api.opennash.com/healthcare/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "opennash-health-public-evidence": {
      "type": "http",
      "url": "https://api.opennash.com/healthcare/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: opennash-health-public-evidence
Remote MCP URL: https://api.opennash.com/healthcare/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "opennash-health-public-evidence": {
      "url": "https://api.opennash.com/healthcare/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "opennash-health-public-evidence": {
      "type": "http",
      "url": "https://api.opennash.com/healthcare/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "opennash-health-public-evidence",
  "transport": "streamable-http",
  "url": "https://api.opennash.com/healthcare/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • health_research — Plan, retrieve, answer, compare, or export public biomedical evidence.
  • search — Search public evidence using ChatGPT's URL-backed data-only app contract.
  • fetch — Fetch one prior search result by exact ID using ChatGPT's data-only app contract.
  • medications — Normalize drug identities and retrieve public labels and bounded safety evidence.
  • trials — Search official public trial records without determining eligibility.
  • trials_search — Search ClinicalTrials.gov with explicit upstream and post-retrieval filter accounting.
  • trials_get — Fetch one exact NCT record; approximate identifiers are never substituted.
  • trials_sites — List and geography-filter official study sites and contacts.