HomeDirectoryBlogResources 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

Start free. Scale when you need to.

Free

$0/mo
25 calls / month
  • All 3 MCP tools
  • No API key required
  • Streamable HTTP transport
Start Using

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
Contact Sales

Quick Start

Start querying in seconds — no signup required for the free tier.

# Match a practice to providers curl -X POST https://gph-mcp-server.pages.dev/mcp \ -H "Content-Type: application/json" \ -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" } } }'