Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

io.github.Sndevore77/glp1search

NPM · @SERAVIAHEALTH/GLP1SEARCH-MCP · SCANNED AUG 3

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

+23 this week 69 Trust /100
Trust breakdown (6 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →

Supply Chain Security86
  • No malware found by supply-chain analysis.Pass
  • Only part of the dependency tree could be resolved (94 of 98), so this covers what we could see, not the whole tree.Partial
  • No install/post-install scripts declared.Pass
  • Only part of the dependency tree could be resolved (94 of 98), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability77
  • AI-judged instruction clarity (excellent).Pass
  • Tool/resource definitions use about 1135 tokens (~103/item across 11 items; 11 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management27
  • Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

npm · @seraviahealth/glp1search-mcp

# add to Claude Code
claude mcp add sndevore77-glp1search -- npx -y @seraviahealth/glp1search-mcp
# add to Codex CLI
codex mcp add sndevore77-glp1search -- npx -y @seraviahealth/glp1search-mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "sndevore77-glp1search": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@seraviahealth/glp1search-mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add sndevore77-glp1search --command npx --arg -y --arg @seraviahealth/glp1search-mcp
# ~/.hermes/config.yaml
mcp_servers:
  sndevore77-glp1search:
    command: "npx"
    args: ["-y", "@seraviahealth/glp1search-mcp"]
// mcp.json
{
  "mcpServers": {
    "sndevore77-glp1search": {
      "command": "npx",
      "args": [
        "-y",
        "@seraviahealth/glp1search-mcp"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 3 Aug 26 +4
    • Stability: unverified → 0.27 functional
  • 2 Aug 26 +39
    • Provenance: unverified → fail security
    • Known CVEs: unverified → partial security
    • Install scripts: unverified → pass security
    • Malware scan: unverified → pass security
    • Stability: Stability not yet verified: we do not have a sandbox capture of the MCP schema this version of the package serves yet. security
    • Tool coverage: 100 → unverified functional
    • Capabilities: pass → unverified functional
    • Maintenance: unverified → pass functional
    • License: unverified → pass functional
    • Schema quality: unverified → excellent functional
    • Dependency health: unverified → partial functional
    • Licence: MIT functional
  • 1 Aug 26 +5
    • Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window). security
    • MCP protocol: unverified → pass functional
  • 31 Jul 26 −25
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 30 Jul 26 +22
    • Tool coverage: unverified → 100 functional
  • 28 Jul 26 −22
    • Tool coverage: 100 → unverified functional
    • First check of Schema quality: unverified functional
  • 27 Jul 26 46

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 3 Aug 2026 · Analysed npm/@seraviahealth/[email protected]

Provenance none

Ecosystem: npm · Outcome: none

Dependencies 94 packages

94 packages in the resolved dependency tree · 94 deprecated · 29 stale.

The dependency tree was only partially resolved, so these counts may be incomplete.

MCP tools — 11 exposed · ~1,135 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
compare_medications ~114

Compare two GLP-1 medications side by side. Returns weight loss data, cost, side effects, pros/cons, and clinical trial results. Covers 18 comparison pairs including semaglutide vs tirzepatide, Ozempic vs Wegovy, and more.

NameTypeReqDescription
medAstringyesFirst medication name (e.g. 'semaglutide', 'ozempic')
medBstringyesSecond medication name (e.g. 'tirzepatide', 'wegovy')

No output schema declared.

No examples provided.

compare_providers ~80

Compare 2-3 GLP-1 providers side by side. Returns a comparison of pricing, medications, ratings, and other key details. Useful when a user is deciding between providers.

NameTypeReqDescription
slugsarrayyesArray of 2-3 provider slugs to compare (e.g. ['ro', 'hims', 'form-health'])

No output schema declared.

No examples provided.

find_cheapest_providers ~112

Find the lowest-cost GLP-1 providers in a specific location. Searches by state or city and returns providers sorted by price. Useful for budget-conscious users looking for affordable GLP-1 medications.

NameTypeReqDescription
locationstringyesState name, city, or 'Nationwide' for telehealth providers (e.g. 'Texas', 'Los Angeles', 'Nationwide')
medicationstringFilter by medication (e.g. 'Semaglutide', 'Tirzepatide')

No output schema declared.

No examples provided.

get_faq ~98

Answer a GLP-1 or weight loss medication question. Searches a curated knowledge base of frequently asked questions about GLP-1 medications, side effects, costs, providers, diet, exercise, and more. Use this for general GLP-1 questions.

NameTypeReqDescription
questionstringyesThe question to answer (e.g. 'How much weight can I lose?', 'What are the side effects?', 'How much does it cost?')

No output schema declared.

No examples provided.

get_medication_info ~121

Get detailed information about a GLP-1 or weight loss medication. Includes brand names, dosing, average weight loss, side effects, cost, and whether compounded versions are available. Covers semaglutide, tirzepatide, liraglutide, dulaglutide, exenatide, and pipeline drugs.

NameTypeReqDescription
medicationstringyesMedication name or slug (e.g. 'semaglutide', 'tirzepatide', 'ozempic', 'wegovy', 'mounjaro', 'zepbound')

No output schema declared.

No examples provided.

get_peptide_info ~116

Get detailed information about a peptide — dosing, benefits, side effects, research, stacking, and regulatory status. Covers 90+ peptides including BPC-157, TB-500, Ipamorelin, CJC-1295, Semax, PT-141, and more. Use this for any peptide question.

NameTypeReqDescription
peptidestringyesPeptide name or slug (e.g. 'bpc-157', 'tb-500', 'ipamorelin', 'semax', 'pt-141')

No output schema declared.

No examples provided.

get_provider ~79

Get full details for a specific GLP-1 provider from GLP1Search.com. Use the provider's slug (URL-friendly name) to retrieve complete information including ratings, contact details, pricing, and medications offered.

NameTypeReqDescription
slugstringyesProvider slug (URL-friendly identifier, e.g. 'form-health', 'ro', 'hims')

No output schema declared.

No examples provided.

get_side_effect_info ~95

Get detailed information about a GLP-1 medication side effect. Includes frequency, severity, duration, management tips, and when to seek medical help. Use this when someone asks about a specific side effect they are experiencing or concerned about.

NameTypeReqDescription
effectstringyesSide effect name or slug (e.g. 'nausea', 'hair-loss', 'constipation', 'pancreatitis', 'muscle-loss')

No output schema declared.

No examples provided.

list_medications ~49

List all GLP-1 and weight loss medications with key stats. Returns name, brand names, class, average weight loss, cost range, and approval status. Good starting point for medication comparisons.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

list_peptides ~88

List all peptides in the database with key stats. Returns 90+ peptides organized by category (healing, growth hormone, weight loss, cognitive, anti-aging, muscle, sexual health, immune). Good starting point for peptide research.

NameTypeReqDescription
categorystringFilter by category: healing, growth-hormone, weight-loss, cognitive, anti-aging, muscle, sexual-health, immune

No output schema declared.

No examples provided.

search_providers ~183

Search the GLP1Search.com directory of 18,000+ GLP-1 medication providers. Find clinics, telehealth programs, weight loss centers, and pharmacies. Use this to help users find GLP-1 providers by name, location, type, or medication.

NameTypeReqDescription
limitnumberMaximum number of results to return (default 10, max 25)
querystringyesSearch term — provider name, city, state, medication name, or provider type
statestringFilter by US state name (e.g. 'California', 'Texas', 'Nationwide' for telehealth)
typestringFilter by provider type: telehealth, local, clinic, pharmacy, weight-loss, wellness, endocrinology, nutrition, dermatology, cosmetic-surgery, integrative, chiropractic, acupuncture

No output schema declared.

No examples provided.