npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@seraviahealth/glp1search-mcp

v2.0.1

Published

GLP-1 medication data, 24,000+ provider directory, 90 peptides, 193 FAQs, and weight loss clinic search. The most comprehensive GLP-1 and peptide MCP server.

Downloads

417

Readme

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

Installation

Claude Desktop

Add to your claude_desktop_config.json:

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

Cursor / Windsurf / Other MCP Clients

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

Manual

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.

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.

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

compare_providers

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

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

get_medication_info

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

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

list_medications

List all GLP-1 medications with key stats.

list_medications({})

get_side_effect_info

Get side effect details — frequency, severity, management tips, when to see a doctor.

get_side_effect_info({ effect: "nausea" })

find_cheapest_providers

Find the lowest-cost providers in a location.

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

get_faq

Answer a GLP-1 question from the knowledge base.

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