HomeDirectoryBlogGuidesResources Partners Get MatchedList Your Firm

GPH Intelligence API

Access 103,000+ healthcare service providers via MCP. Search, match, and retrieve provider data for your AI applications.

https://gph-mcp-server.pages.dev/mcp

match_practice

Match a practice to top-rated providers by specialty, location, EHR, and budget

search_providers

Search the full 103K+ directory with category, state, city, and quality filters

get_provider_detail

Full provider profile: description, services, contact info, quality score, reviews

API Pricing

Pay as you go or subscribe monthly. Teams calling 300+ times/month save 50-80% on Developer.

Pay As You Go

$0.50/call
Unlimited, billed monthly
  • No commitment
  • All 3 MCP tools
  • Dedicated API key
  • Stripe-billed card on file
Start PAYG

Developer

$149/mo
5,000 calls / month
  • Dedicated API key
  • Priority response
  • Email support
  • Usage dashboard
Get API Key

Growth

$499/mo
25,000 calls / month
  • Everything in Developer
  • SLA guarantee
  • Priority support
Get Started

Scale

$999/mo
100,000 calls / month
  • Everything in Growth
  • Dedicated support
  • Custom filtering
Get Started

Enterprise

$2,500/mo
Unlimited
  • Custom SLA
  • White-label option
  • Data licensing
  • Dedicated account manager
Subscribe

Quick Start

Subscribe, grab your API key from the welcome email, pass it in the x-api-key header.

# Match a practice to providers curl -X POST https://gph-mcp-server.pages.dev/mcp \ -H "Content-Type: application/json" \ -H "x-api-key: gph_live_..." \ -d '{ "jsonrpc": "2.0", "id": 1, "method": "tools/call", "params": { "name": "match_practice", "arguments": { "category": "Medical Billing & RCM", "state": "TX", "city": "Dallas", "specialty": "Family Medicine", "practice_size": "Small" } } }'