CAT
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Cross AI Tools

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic

Glp1search

sndevore77/glp1search-mcp
STDIOregistry active
Summary

Connects Claude to GLP1Search.com's database of 18,344 verified GLP-1 medication providers across the US. Exposes eight tools including search_providers for filtering clinics by location and medication type, compare_providers for side-by-side pricing analysis, and get_medication_info for dosing and clinical trial data on drugs like Ozempic and Mounjaro. Also includes side effect management guidance and cost comparison queries. Useful when building patient research workflows, answering questions about weight loss medications, or helping users find affordable telehealth or local treatment options. The provider data includes contact info, ratings, and pricing where available.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

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

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Categories
Databases
Registryactive
Package@seraviahealth/glp1search-mcp
TransportSTDIO
UpdatedApr 5, 2026
View on GitHub

Related Databases MCP Servers

View all →
Postgres

ai.waystation/postgres

Connect to your PostgreSQL database to query data and schemas.
54
Read Only Local Postgres Mcp Server

hovecapital/read-only-local-postgres-mcp-server

MCP server for read-only PostgreSQL database queries in Claude Desktop
2
Database Mcp

cocaxcode/database-mcp

MCP server for database connectivity. Multi-DB (PostgreSQL, MySQL, SQLite), 19 tools.
1
Mcp Mysql

io.github.infoinlet-marketplace/mcp-mysql

Read-only MySQL/MariaDB for AI agents — query, list/describe tables, health. SQL-guarded.
Database Admin

io.github.cybeleri/database-admin

Database admin MCP: schema inspection, query optimization for PostgreSQL and MySQL
Postgres Secured (Aegis Zero-Trust)

io.github.yash-0620/postgres-mcp-secured

Enterprise PostgreSQL MCP secured by Aegis Zero-Trust to block unauthorized SQL injections.