Skip to main content
ClaudeWave
Crindo2 avatar
Crindo2

gph-mcp-server

View on GitHub

GPH Intelligence MCP Server — Healthcare Service Provider Finder. Access 100,000+ verified providers via MCP.

MCP ServersOfficial Registry0 stars0 forksJavaScriptMITUpdated today
ClaudeWave Trust Score
54/100
· OK
Passed
  • Actively maintained (<30d)
  • Clear description
Flags
  • !No standard license detected
Last scanned: 6/11/2026
Install in Claude Code / Claude Desktop
Method: NPX · mcp-remote
Claude Code CLI
claude mcp add gph -- npx -y mcp-remote
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "gph": {
      "command": "npx",
      "args": ["-y", "mcp-remote"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
Use cases

MCP Servers overview

# GPH Intelligence - Healthcare Vendor Finder

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.

## What It Does

The GPH Intelligence MCP server provides structured access to GetPracticeHelp's database of healthcare service vendors -- medical billing companies, credentialing services, EHR consultants, healthcare attorneys, compliance firms, and more -- across 25 categories and all 50 states.

## Tools

### `match_practice`
Find the best healthcare service vendors for a medical practice based on specialty, size, location, EHR system, and budget. Returns ranked matches with quality scores.

**Parameters:**
- `category` (required) -- Service category (e.g. "Medical Billing & RCM", "Credentialing Services")
- `state` (required) -- Two-letter state abbreviation (e.g. "TX", "CA")
- `specialty` -- Practice specialty (e.g. "Family Medicine", "Cardiology")
- `practice_size` -- "Solo", "Small", "Mid-size", or "Large"
- `city` -- City name
- `ehr_system` -- EHR system in use (e.g. "Epic", "athenahealth")
- `budget_range` -- Monthly budget range

### `search_providers`
Search the vendor directory by category, location, and quality rating. Returns paginated results.

**Parameters:**
- `category` (required) -- Service category to search
- `state` -- Two-letter state abbreviation
- `city` -- City name filter
- `min_rating` -- Minimum quality score (0-100)
- `per_page` -- Results per page (default 10, max 25)
- `page` -- Page number

### `get_provider_detail`
Get the full profile for a specific vendor including description, services, contact information, and quality score.

**Parameters:**
- `slug` (required) -- Vendor slug identifier (e.g. "ams-solutions-inc-dallas-tx")

## Usage

### MCP Endpoint
```
https://gph-mcp-server.pages.dev/mcp
```

### Connect via Claude Desktop
Add to your `claude_desktop_config.json`:
```json
{
  "mcpServers": {
    "gph-intelligence": {
      "command": "npx",
      "args": ["-y", "mcp-remote", "https://gph-mcp-server.pages.dev/mcp"]
    }
  }
}
```
No API key required.

## Data Coverage

- **76,000+** curated healthcare service vendors
- **25** service categories across 6 super-categories
- **All 50 states** + DC
- **Quality scores** based on Google ratings, review volume, and verification status
- Monthly data refreshes

## Categories

**Operations & Administration**
Medical Billing & RCM, Credentialing Services, Medical Coding, Practice Management Consulting, Healthcare Staffing & Recruiting

**Technology**
Healthcare IT & EHR, Telehealth & Virtual Care, Medical Transcription & Documentation

**Legal, Finance & Compliance**
Healthcare Legal Services, Healthcare CPA & Tax Advisory, Compliance & HIPAA, Practice Financing, Practice Valuation & Brokerage, Malpractice Insurance

**Facilities & Equipment**
Healthcare Construction & Facilities, Medical Equipment & Supplies, Healthcare Real Estate, Signage & Wayfinding, Medical Waste & Environmental

**Growth & Marketing**
Healthcare Marketing, Patient Financing, Group Purchasing Organizations, PR & Communications

**Clinical Support**
Pharmacy & Medication Management, Laboratory & Diagnostics

## API Access

Free: 100 calls per IP per day, no API key required.

For bulk or unmetered access, license the dataset at [getpracticehelp.com/data-licensing/](https://www.getpracticehelp.com/data-licensing/)

## Troubleshooting

- **No results returned** -- broaden your query. `category` is required, so make sure it is set; then try removing the `city`/`min_rating` filters or widening the `state` (national providers are always included).
- **HTTP 429 (rate limited)** -- the free tier allows 100 calls per IP per day, resetting at 00:00 UTC. For higher volume, license the dataset (see API Access above).
- **Can't connect** -- point your client at the remote endpoint, no API key required:
  ```
  npx -y mcp-remote https://gph-mcp-server.pages.dev/mcp
  ```
- **403 from a browser** -- the `/mcp` endpoint validates the `Origin` header to prevent DNS rebinding. Standard MCP clients (Claude Desktop, `mcp-remote`, server-to-server) send no `Origin` header and connect fine; only disallowed browser origins are blocked.
- **Support** -- questions or higher-volume access requests: cbeggroup@gmail.com

## Links

- **Homepage:** [getpracticehelp.com](https://www.getpracticehelp.com)
- **Provider Directory:** [getpracticehelp.com/providers/](https://www.getpracticehelp.com/providers/)
- **Smithery:** [smithery.ai/server/cbeggroup/getpracticehelp](https://smithery.ai/server/cbeggroup/getpracticehelp)
- **Privacy:** [gph-mcp-server.pages.dev/privacy](https://gph-mcp-server.pages.dev/privacy)

## License

MIT

What people ask about gph-mcp-server

What is Crindo2/gph-mcp-server?

+

Crindo2/gph-mcp-server is mcp servers for the Claude AI ecosystem. GPH Intelligence MCP Server — Healthcare Service Provider Finder. Access 100,000+ verified providers via MCP. It has 0 GitHub stars and was last updated today.

How do I install gph-mcp-server?

+

You can install gph-mcp-server by cloning the repository (https://github.com/Crindo2/gph-mcp-server) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is Crindo2/gph-mcp-server safe to use?

+

Our security agent has analyzed Crindo2/gph-mcp-server and assigned a Trust Score of 54/100 (tier: OK). See the full breakdown of passed checks and flags on this page.

Who maintains Crindo2/gph-mcp-server?

+

Crindo2/gph-mcp-server is maintained by Crindo2. The last recorded GitHub activity is from today, with 0 open issues.

Are there alternatives to gph-mcp-server?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy gph-mcp-server to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: Crindo2/gph-mcp-server
[![Featured on ClaudeWave](https://claudewave.com/api/badge/crindo2-gph-mcp-server)](https://claudewave.com/repo/crindo2-gph-mcp-server)
<a href="https://claudewave.com/repo/crindo2-gph-mcp-server"><img src="https://claudewave.com/api/badge/crindo2-gph-mcp-server" alt="Featured on ClaudeWave: Crindo2/gph-mcp-server" width="320" height="64" /></a>

More MCP Servers

gph-mcp-server alternatives