Skip to main content
Glama

@striderlabs/mcp-goodrx

A Model Context Protocol (MCP) connector for the GoodRx prescription discount service. Enables AI assistants to search for drug prices, find pharmacies, and retrieve discount coupons using GoodRx.

Overview

This MCP connector uses Playwright browser automation to interact with GoodRx, providing real-time prescription drug pricing and discount coupon data.

Related MCP server: Playwright MCP Server

Installation

npm install @striderlabs/mcp-goodrx

Or install Playwright browsers after installation:

npx playwright install chromium

Tools

goodrx_search_drug

Search for a prescription drug on GoodRx to find available pricing information, forms, and dosages.

Parameters:

  • drug_name (string, required) - Name of the drug (generic or brand name)

  • dosage (string, optional) - Dosage form (e.g., "10mg", "500mg tablet")

  • quantity (number, optional) - Number of pills/units

goodrx_get_prices

Get GoodRx discount prices for a drug at nearby pharmacies.

Parameters:

  • drug_name (string, required) - Name of the drug

  • dosage (string, optional) - Dosage (e.g., "10mg")

  • quantity (number, default: 30) - Number of pills

  • zip_code (string, optional) - ZIP code to search near

  • form (string, optional) - Drug form (tablet, capsule, etc.)

goodrx_get_coupon

Get a GoodRx discount coupon for a specific drug at a pharmacy. Returns BIN, PCN, Group, and Member ID needed at checkout.

Parameters:

  • drug_name (string, required) - Name of the drug

  • pharmacy (string, optional) - Pharmacy name (e.g., "CVS", "Walgreens")

  • dosage (string, optional) - Dosage (e.g., "10mg")

  • quantity (number, default: 30) - Number of pills

  • zip_code (string, optional) - ZIP code for the pharmacy location

goodrx_find_pharmacies

Find pharmacies near a location that accept GoodRx discount coupons.

Parameters:

  • zip_code (string, required) - ZIP code to search near

  • pharmacy_name (string, optional) - Filter by pharmacy chain name

  • radius_miles (number, default: 10) - Search radius in miles

goodrx_compare_prices

Compare drug prices across multiple pharmacies to find the best deal using GoodRx.

Parameters:

  • drug_name (string, required) - Name of the drug to compare

  • dosage (string, optional) - Dosage (e.g., "10mg")

  • quantity (number, default: 30) - Number of pills

  • zip_code (string, optional) - ZIP code for comparison

  • pharmacies (string[], optional) - Specific pharmacies to compare (e.g., ["CVS", "Walgreens", "Rite Aid"])

  • form (string, optional) - Drug form (tablet, capsule, etc.)

Usage with Claude Desktop

Add to your Claude Desktop configuration (~/Library/Application Support/Claude/claude_desktop_config.json on macOS):

{
  "mcpServers": {
    "goodrx": {
      "command": "npx",
      "args": ["-y", "@striderlabs/mcp-goodrx"]
    }
  }
}

Usage with MCP CLI

npx @striderlabs/mcp-goodrx

Example Queries

Once connected, you can ask your AI assistant:

  • "What is the cheapest price for Lisinopril 10mg near 90210?"

  • "Find pharmacies near ZIP code 10001 that accept GoodRx"

  • "Get me a GoodRx coupon for Metformin at CVS"

  • "Compare prices for Atorvastatin 20mg at pharmacies near me"

Technical Details

  • Uses Playwright with headless Chromium for browser automation

  • Implements session management with singleton browser instance

  • Anti-detection measures including custom user agent and navigator property overrides

  • Graceful shutdown handling for SIGINT/SIGTERM

Requirements

  • Node.js >= 18

  • Playwright Chromium browser (installed via npx playwright install chromium)

License

MIT

Author

Strider Labs hello@striderlabs.ai

Install Server
A
license - permissive license
A
quality
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • F
    license
    -
    quality
    D
    maintenance
    Enables AI assistants to automate web browsers through Playwright, providing capabilities for navigation, content extraction, form filling, screenshot capture, and JavaScript execution. Supports multiple browser engines with comprehensive error handling and security features.
    Last updated
    1
  • A
    license
    -
    quality
    D
    maintenance
    Provides browser automation capabilities using Playwright, enabling users to navigate websites, extract content, take screenshots, and interact with web pages through natural language prompts.
    Last updated
    14
    MIT
  • A
    license
    -
    quality
    D
    maintenance
    Enables AI models to find the best online deals by browsing and interacting with multiple shopping platforms like Amazon and eBay across various regions. It uses Playwright to automate searches and retrieve product information from compatible e-commerce and deal-tracking websites.
    Last updated
    18
    3
    MIT

View all related MCP servers

Related MCP Connectors

  • Provides cloud browser automation capabilities using Stagehand and Browserbase, enabling LLMs to i…

  • AI-powered browser automation — navigate, click, fill forms, and extract data from any website.

  • AI-agent search API: Google, YouTube, Amazon, Reddit, TikTok, TikTok Shop, Instagram, X, LinkedIn

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/markswendsen-code/mcp-goodrx'

If you have feedback or need assistance with the MCP directory API, please join our Discord server