
1k Patient Mcp
1k Patient MCP is an MCP server that exposes a hosted patient dataset API for agent prototyping over streamable HTTP.
About
The 1k Patient MCP server is a hosted Model Context Protocol endpoint described as serving on the order of one thousand patient records for agent-facing workflows. Public metadata is thin—there is no bundled stdio package in the catalog entry—so developers typically treat it as a remote integration you register by URL in Claude Code, Cursor, or another MCP client that supports streamable HTTP. You must assume HIPAA, consent, and production PHI rules do not apply to demo use without explicit vendor documentation. Skillselion places it under build → integrations as a specialized health-data MCP remote, not a compliance-certified EHR replacement.
- Remote streamable-http MCP on Google Cloud Run (us-central1)
- Named for a 1k-patient sample scale for agent testing
- Minimal surface: dedicated patient MCP without local install package in manifest
- Useful for health-app prototypes that need structured patient context in-agent
1k Patient Mcp by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
claude mcp add --transport http 1k-patient-mcp https://mcp-patient-ilb-psc-cloudrun-d-673872727624.us-central1.run.app/mcpAdd your badge
Show developers this MCP server is listed on Skillselion. Paste this into your README.
| Transport | HTTP |
|---|---|
| Auth | None |
What it does
Connect an agent to a hosted 1k-patient dataset MCP endpoint for healthcare-oriented prototypes and demos.
Who is it for?
Best when you're demoing health-tech or research agents and need a hosted patient MCP sandbox and accept remote-only integration.
Skip if: Production PHI workloads, regulated clinical deployment without vendor compliance detail, or offline-only local MCP setups.
What you get
You can register a remote patient MCP URL so agents query sample patient context while building health-oriented features.
- Registered remote patient MCP endpoint for agent sessions
- Sample-scale patient context for integration spikes
- Faster health-feature demos without custom patient API build-out
By the numbers
- Branding implies ~1,000 patient sample scale (1k patient MCP)
- Remote type: streamable-http on Google Cloud Run us-central1
- Server version 1.0.1 in catalog manifest
Recommended MCP Servers
How it compares
Hosted sample patient-data MCP remote, not a full EHR integration skill or on-device medical records store.
FAQ
Who is 1k Patient MCP for?
Developers prototyping healthcare or patient-context agents who want a remote MCP dataset rather than building patient APIs from scratch.
When should I use 1k Patient MCP?
Use it during build integrations when you need agent-accessible patient sample data for demos or feature spikes—not as a certified production clinical system.
How do I add 1k Patient MCP to my agent?
Add the published streamable-http MCP URL to your agent’s remote server list (Cloud Run endpoint) and verify connectivity from Claude Code or Cursor.