Gph MCP Server

GPH Intelligence MCP Server — Healthcare Service Provider Finder

Remote serverstreamable-http

What is the Gph MCP server?

GPH Intelligence MCP Server — Healthcare Service Provider Finder. Exposed over MCP by the gph mcp server, that capability becomes something an assistant can invoke while it works, not something you go and do afterwards.

What it actually does

An MCP server that gives AI agents access to 76,000+ curated healthcare service vendors across the United States. Built for practice managers, healthcare AI developers, and anyone building tools for the medical practice market.

Its toolset

Everything the assistant can do here goes through one of these:

  • match_practice — Find the best healthcare service vendors for a medical practice based on specialty, size, location, EHR system, and budget. Returns ranked matches
  • search_providers — Search the vendor directory by category, location, and quality rating. Returns paginated results
  • get_provider_detail — Get the full profile for a specific vendor including description, services, contact information, and quality score

Adding it to your client

Being a remote server, there is no local install. You register the endpoint with your client, authorise it once, and the tools appear.

When to reach for it

This sits in the file and storage access group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Gph's toolset — match_practice, search_providers, get_provider_detail — is a fair guide to whether it matches your workflow. It is maintained by crindo2; worth a glance at recent repository activity before you build anything load-bearing on it.

We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.

Caveats

  • Your data travels to the provider's service, so the usual questions apply about what you send and what they retain.
  • MCP clients confirm each tool call by default. Leave that on until you have watched what the gph mcp server does with a few real requests.

Available tools

ToolWhat it does
match_practiceFind the best healthcare service vendors for a medical practice based on specialty, size, location, EHR system, and budget. Returns ranked matches with quality scores.
search_providersSearch the vendor directory by category, location, and quality rating. Returns paginated results.
get_provider_detailGet the full profile for a specific vendor including description, services, contact information, and quality score.

How to install the Gph MCP server

{
  "mcpServers": {
    "gph": {
      "command": "npx",
      "args": ["-y", "mcp-remote"]
    }
  }
}

Add to claude_desktop_config.json, then restart Claude Desktop.

Example prompts to try

  • Use Gph to match practice.
  • Use Gph to search providers.
  • Use Gph to get provider detail.

Frequently asked questions

It connects Gph to MCP-compatible AI assistants such as Claude and Cursor, exposing 3 tools (match_practice, search_providers, get_provider_detail) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Gph directly.