{
  "markdown": "# GLP1Search MCP Server\n\nMCP server for GLP-1 medication data and the largest provider directory in the US. Search 18,344 verified clinics, telehealth programs, and pharmacies. Built by [GLP1Search.com](https://glp1search.com).\n\n## Data\n\n- **18,344 providers** with contact info, ratings, pricing, and addresses\n- **8 medications** — semaglutide, tirzepatide, liraglutide, and more\n- **25 side effects** with management guidance\n- **15 FAQs** covering cost, safety, eligibility, and lifestyle\n\n## Response handoffs\n\nEvery tool response includes a `handoffs` object with the two GLP1Search conversion paths, so agents can route users to the right next step:\n\n- `claim_or_update_listing` — clinics/telehealth providers claim, correct, or enhance their listing (free)\n- `patient_updates_signup` — patients subscribe to provider/pricing updates for their market\n- `documentation` — https://glp1search.com/mcp/\n\n## Usage analytics (optional, anonymous)\n\nTool-call analytics are **disabled by default**. When `GLP1SEARCH_GA4_API_SECRET` is set (hosted/partner deployments only), the server reports anonymous `mcp_tool_call` events (tool name, truncated query, state/slug filters — never emails or user identity) to GA4 via the Measurement Protocol. Set `GLP1SEARCH_ANALYTICS_DISABLED=1` to force analytics off. Analytics never block or fail a tool call.\n\n## Installation\n\n### Claude Desktop\n\nAdd to your `claude_desktop_config.json`:\n\n```json\n{\n  \"mcpServers\": {\n    \"glp1search\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"github:Sndevore77/glp1search-mcp\"]\n    }\n  }\n}\n```\n\n### Cursor / Windsurf / Other MCP Clients\n\n```json\n{\n  \"glp1search\": {\n    \"command\": \"npx\",\n    \"args\": [\"-y\", \"github:Sndevore77/glp1search-mcp\"]\n  }\n}\n```\n\n### Manual\n\n```bash\ngit clone https://github.com/Sndevore77/glp1search-mcp.git\ncd glp1search-mcp\nnpm install\nnode index.js\n```\n\n## Tools\n\n### search_providers\n\nSearch the provider directory by name, city, state, type, or medication.\n\n```\nsearch_providers({ query: \"telehealth semaglutide\", state: \"Nationwide\", limit: 5 })\n```\n\n**Parameters:**\n- `query` (string, required) — Search term\n- `state` (string, optional) — Filter by state\n- `type` (string, optional) — Filter by type: telehealth, local, clinic, pharmacy, weight-loss, wellness, endocrinology, etc.\n- `limit` (number, optional) — Max results (default 10, max 25)\n\n### get_provider\n\nGet full details for a specific provider including ratings, contact info, and address.\n\n```\nget_provider({ slug: \"form-health\" })\n```\n\n### compare_providers\n\nCompare 2-3 providers side by side on pricing, medications, and ratings.\n\n```\ncompare_providers({ slugs: [\"ro\", \"hims\", \"form-health\"] })\n```\n\n### get_medication_info\n\nGet detailed information about a GLP-1 medication — dosing, trials, costs, side effects.\n\n```\nget_medication_info({ medication: \"semaglutide\" })\nget_medication_info({ medication: \"ozempic\" })\n```\n\n### list_medications\n\nList all GLP-1 medications with key stats.\n\n```\nlist_medications({})\n```\n\n### get_side_effect_info\n\nGet side effect details — frequency, severity, management tips, when to see a doctor.\n\n```\nget_side_effect_info({ effect: \"nausea\" })\n```\n\n### find_cheapest_providers\n\nFind the lowest-cost providers in a location.\n\n```\nfind_cheapest_providers({ location: \"Texas\", medication: \"semaglutide\" })\n```\n\n### get_faq\n\nAnswer a GLP-1 question from the knowledge base.\n\n```\nget_faq({ question: \"How much weight can I lose on Ozempic?\" })\n```\n\n## Use Cases\n\n- **Patient research** — Find and compare GLP-1 providers by location and price\n- **Clinical Q&A** — Answer medication questions with cited, structured data\n- **Cost comparison** — Help users find affordable GLP-1 treatment options\n- **Side effect guidance** — Provide management strategies for common side effects\n\n## About\n\nBuilt by [GLP1Search.com](https://glp1search.com) — the most comprehensive GLP-1 provider directory. Updated regularly.\n\n## License\n\nMIT\n",
  "bytes": 3933,
  "sha": "cbbe6f8de26b069e487ccc879587c9422ce4dd34d3bdf95379f4c690000d9018",
  "repo_slug": "sndevore77/glp1search-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_sndevore77_glp1search_ea9c40c1/readme"
}