{
  "markdown": "# GPH Intelligence - Healthcare Vendor Finder\n\nAn 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.\n\n## What It Does\n\nThe 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.\n\n## Tools\n\n### `match_practice`\nFind the best healthcare service vendors for a medical practice based on specialty, size, location, EHR system, and budget. Returns ranked matches with quality scores.\n\n**Parameters:**\n- `category` (required) -- Service category (e.g. \"Medical Billing & RCM\", \"Credentialing Services\")\n- `state` (required) -- Two-letter state abbreviation (e.g. \"TX\", \"CA\")\n- `specialty` -- Practice specialty (e.g. \"Family Medicine\", \"Cardiology\")\n- `practice_size` -- \"Solo\", \"Small\", \"Mid-size\", or \"Large\"\n- `city` -- City name\n- `ehr_system` -- EHR system in use (e.g. \"Epic\", \"athenahealth\")\n- `budget_range` -- Monthly budget range\n\n### `search_providers`\nSearch the vendor directory by category, location, and quality rating. Returns paginated results.\n\n**Parameters:**\n- `category` (required) -- Service category to search\n- `state` -- Two-letter state abbreviation\n- `city` -- City name filter\n- `min_rating` -- Minimum quality score (0-100)\n- `per_page` -- Results per page (default 10, max 25)\n- `page` -- Page number\n\n### `get_provider_detail`\nGet the full profile for a specific vendor including description, services, contact information, and quality score.\n\n**Parameters:**\n- `slug` (required) -- Vendor slug identifier (e.g. \"ams-solutions-inc-dallas-tx\")\n\n## Usage\n\n### MCP Endpoint\n```\nhttps://gph-mcp-server.pages.dev/mcp\n```\n\n### Connect via Claude Desktop\nAdd to your `claude_desktop_config.json`:\n```json\n{\n  \"mcpServers\": {\n    \"gph-intelligence\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"mcp-remote\", \"https://gph-mcp-server.pages.dev/mcp\"]\n    }\n  }\n}\n```\nNo API key required.\n\n## Data Coverage\n\n- **76,000+** curated healthcare service vendors\n- **25** service categories across 6 super-categories\n- **All 50 states** + DC\n- **Quality scores** based on Google ratings, review volume, and verification status\n- Monthly data refreshes\n\n## Categories\n\n**Operations & Administration**\nMedical Billing & RCM, Credentialing Services, Medical Coding, Practice Management Consulting, Healthcare Staffing & Recruiting\n\n**Technology**\nHealthcare IT & EHR, Telehealth & Virtual Care, Medical Transcription & Documentation\n\n**Legal, Finance & Compliance**\nHealthcare Legal Services, Healthcare CPA & Tax Advisory, Compliance & HIPAA, Practice Financing, Practice Valuation & Brokerage, Malpractice Insurance\n\n**Facilities & Equipment**\nHealthcare Construction & Facilities, Medical Equipment & Supplies, Healthcare Real Estate, Signage & Wayfinding, Medical Waste & Environmental\n\n**Growth & Marketing**\nHealthcare Marketing, Patient Financing, Group Purchasing Organizations, PR & Communications\n\n**Clinical Support**\nPharmacy & Medication Management, Laboratory & Diagnostics\n\n## API Access\n\nFree: 100 calls per IP per day, no API key required.\n\nFor bulk or unmetered access, license the dataset at [getpracticehelp.com/data-licensing/](https://www.getpracticehelp.com/data-licensing/)\n\n## Troubleshooting\n\n- **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).\n- **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).\n- **Can't connect** -- point your client at the remote endpoint, no API key required:\n  ```\n  npx -y mcp-remote https://gph-mcp-server.pages.dev/mcp\n  ```\n- **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.\n- **Support** -- questions or higher-volume access requests: cbeggroup@gmail.com\n\n## Links\n\n- **Homepage:** [getpracticehelp.com](https://www.getpracticehelp.com)\n- **Provider Directory:** [getpracticehelp.com/providers/](https://www.getpracticehelp.com/providers/)\n- **Smithery:** [smithery.ai/server/cbeggroup/getpracticehelp](https://smithery.ai/server/cbeggroup/getpracticehelp)\n- **Privacy:** [gph-mcp-server.pages.dev/privacy](https://gph-mcp-server.pages.dev/privacy)\n\n## License\n\nMIT\n",
  "bytes": 4810,
  "sha": "faf7535fc52e7f3db435b7375d30e036704b837f640f4d2930eda48fcc8ace5e",
  "repo_slug": "crindo2/gph-mcp-server",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_crindo2_gph_mcp_server_cc4761ce/readme"
}