# GPH Intelligence — Healthcare Service Provider Finder

Find the right healthcare service vendor for your medical practice. Search 100,000+ verified providers across medical billing, credentialing, IT, legal, compliance, and more — matched to your special…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add cbeggroup/getpracticehelp

# Browse available tools
npx -y @smithery/cli@latest tool list cbeggroup/getpracticehelp

# Get full schema for a tool
npx -y @smithery/cli@latest tool get cbeggroup/getpracticehelp match_practice

# Call a tool
npx -y @smithery/cli@latest tool call cbeggroup/getpracticehelp match_practice '{}'
```

## Direct MCP Connection

Endpoint: `https://getpracticehelp--cbeggroup.run.tools`

## Tools (3)

- `match_practice` — Find the best healthcare service providers for a medical practice based on specialty, size, location, EHR system, and b…
- `search_providers` — Search for healthcare service providers by category, location, and quality rating. Returns a paginated list of provider…
- `get_provider_detail` — Get full profile details for a specific healthcare service provider including description, services, contact informatio…

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get cbeggroup/getpracticehelp <tool-name>
```

## Prompts (1)

- `find_vendor` (need, location) — Find the best healthcare service vendor for a medical practice
