Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

Explore

  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Tags index
  • Submit a server
  • Pricing

Learn

  • Guides hub
  • What is MCP?
  • Install guide
  • Troubleshooting
  • Security
  • Blog
  • Blog RSS

Tools

  • All tools
  • Config generator
  • Config validator
  • MCP playground
  • OpenAPI β†’ MCP
  • Badge generator

For agents

  • API docs
  • Trust & traffic
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
  • Remote MCP β†— (opens in a new tab)

Company

  • About
  • Contact
  • X (@AllMCPs) β†— (opens in a new tab)
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on Buildlist
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ—„οΈ Databases
  3. Glp1search
G
Health: Not checked yetWe have not completed a health check for this listing yet.Last checked 8/11/2026, 12:15:23 AM

Glp1search

Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View Repository

GLP-1 provider directory, peptide database, and medication comparison tools.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Install Config Generator

Choose your client
claude_desktop_config.json
{
  "mcpServers": {
    "glp1search": {
      "command": "npx",
      "args": [
        "-y",
        "glp1search"
      ]
    }
  }
}

πŸ’‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

Install Directory Badge Claim listing AlternativesπŸ—„οΈ More in Databases

Documentation Overview

GLP1Search MCP Server

MCP 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.

Data

  • 18,344 providers with contact info, ratings, pricing, and addresses
  • 8 medications β€” semaglutide, tirzepatide, liraglutide, and more
  • 25 side effects with management guidance
  • 15 FAQs covering cost, safety, eligibility, and lifestyle

Response handoffs

Every tool response includes a handoffs object with the two GLP1Search conversion paths, so agents can route users to the right next step:

  • claim_or_update_listing β€” clinics/telehealth providers claim, correct, or enhance their listing (free)
  • patient_updates_signup β€” patients subscribe to provider/pricing updates for their market
  • documentation β€” https://glp1search.com/mcp/

Usage analytics (optional, anonymous)

Tool-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.

Installation

Claude Desktop

Add to your claude_desktop_config.json:

config.json
{
  "mcpServers": {
    "glp1search": {
      "command": "npx",
      "args": ["-y", "github:Sndevore77/glp1search-mcp"]
    }
  }
}

Cursor / Windsurf / Other MCP Clients

config.json
{
  "glp1search": {
    "command": "npx",
    "args": ["-y", "github:Sndevore77/glp1search-mcp"]
  }
}

Manual

bash
git clone https://github.com/Sndevore77/glp1search-mcp.git
cd glp1search-mcp
npm install
node index.js

Tools

search_providers

Search the provider directory by name, city, state, type, or medication.

Code
search_providers({ query: "telehealth semaglutide", state: "Nationwide", limit: 5 })

Parameters:

  • query (string, required) β€” Search term
  • state (string, optional) β€” Filter by state
  • type (string, optional) β€” Filter by type: telehealth, local, clinic, pharmacy, weight-loss, wellness, endocrinology, etc.
  • limit (number, optional) β€” Max results (default 10, max 25)

get_provider

Get full details for a specific provider including ratings, contact info, and address.

Code
get_provider({ slug: "form-health" })

compare_providers

Compare 2-3 providers side by side on pricing, medications, and ratings.

Code
compare_providers({ slugs: ["ro", "hims", "form-health"] })

get_medication_info

Get detailed information about a GLP-1 medication β€” dosing, trials, costs, side effects.

Code
get_medication_info({ medication: "semaglutide" })
get_medication_info({ medication: "ozempic" })

list_medications

List all GLP-1 medications with key stats.

Code
list_medications({})

get_side_effect_info

Get side effect details β€” frequency, severity, management tips, when to see a doctor.

Code
get_side_effect_info({ effect: "nausea" })

find_cheapest_providers

Find the lowest-cost providers in a location.

Code
find_cheapest_providers({ location: "Texas", medication: "semaglutide" })

get_faq

Answer a GLP-1 question from the knowledge base.

Code
get_faq({ question: "How much weight can I lose on Ozempic?" })

Use Cases

  • Patient research β€” Find and compare GLP-1 providers by location and price
  • Clinical Q&A β€” Answer medication questions with cited, structured data
  • Cost comparison β€” Help users find affordable GLP-1 treatment options
  • Side effect guidance β€” Provide management strategies for common side effects

About

Built by GLP1Search.com β€” the most comprehensive GLP-1 provider directory. Updated regularly.

License

MIT

Related MCP Servers

View all in Databases View all alternatives
  • AllMCPs Server logoAllMCPs Server
    β˜… Featured

    The official MCP server for AllMCPs.com - submit and manage tools directly from your AI. The open directory for MCP servers. Connect Claude, Cursor, Windsurf, and AI agents to databases, tools, files, and APIs. Explore 3,181+ servers. AllMCPs is the premier, open directory for discovering, evaluating, and installing Model Context Protocol (MCP) servers to equip AI agents and LLMs with real-world superpowers.

    πŸ—„οΈ Databases7 views
    Compare vs AllMCPs Server β†’
  • Genai Toolbox logoGenai Toolbox

    Open source MCP server specializing in easy, fast, and secure tools for Databases.

    πŸ—„οΈ Databases3 views
    Compare vs Genai Toolbox β†’
  • Mcp Mysql Server logoMcp Mysql Server

    Node.js-based MySQL database integration that provides secure MySQL database operations

    πŸ—„οΈ Databases2 views
    Compare vs Mcp Mysql Server β†’
  • Z
    Zotero Bridge

    MCP Server for Zotero SQLite Database - collection, tagging, PDF reading and more.

    πŸ—„οΈ Databases0 views
    Compare vs Zotero Bridge β†’

Frequently Asked Questions about Glp1search

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "glp1search": { "command": "npx", "args": ["-y", "glp1search"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewGlp1search AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/glp1search?style=directory)](https://allmcps.com/mcp/glp1search)
HTML Embed
<a href="https://allmcps.com/mcp/glp1search"><img src="https://allmcps.com/api/badge/glp1search?style=directory" alt="Glp1search on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ—„οΈDatabases
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
27Quality signal: Emerging Β· 27/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership8/20
Documentation & tools11/30
Adoption & activity1/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… FeaturedAllMCPs Server logo

AllMCPs Server

The official MCP server for AllMCPs.com - submit and manage tools directly from your AI. The open directory for MCP servers. Connect Claude, Cursor, Windsurf, and AI agents to databases, tools, files, and APIs. Explore 3,181+ servers. AllMCPs is the premier, open directory for discovering, evaluating, and installing Model Context Protocol (MCP) servers to equip AI agents and LLMs with real-world superpowers.

Explore Server β†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to get the verified badge and attach your website.

Free dofollow backlink: after claiming, verify your product site and place a dofollow AllMCPs badge β€” we recheck it stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ—„οΈ Databases β†’Best MCP servers for Databases β†’Alternatives to Glp1search β†’Install in Claude DesktopInstall in CursorInstall in VS Code