# FineRx MCP server

US Rx price comparison + foreign-brand US-equivalent lookup. Observed prices, read-only.

## Links
- Registry page: https://www.getdrio.com/mcp/com-finerxfinder-finerx
- Website: https://www.finerxfinder.com

## Install
- Command: `uvx finerx-mcp`
- Endpoint: https://www.finerxfinder.com/mcp
- Auth: Auth required by registry metadata

## Setup notes
- Package: Pypi finerx-mcp v1.2.0
- Environment variable: FINERX_API_KEY (required; secret)
- Environment variable: FINERX_API_BASE
- The upstream registry signals required auth or secrets.
- Remote endpoint: https://www.finerxfinder.com/mcp

## Tools
- search_drugs - Search FineRx for drugs by name or localized alias.

    Returns candidate drugs with their slug (use it with get_drug), kind
    (generic/brand), and lowest observed public price (fromPrice). Use this
    first to resolve a drug name to a slug.
     Endpoint: https://www.finerxfinder.com/mcp
- get_drug - Get a FineRx drug's details: coverage stats and its strength/form variants.

    ``slug`` comes from search_drugs. Returns overall stats (product/package/
    chain/vendor counts, fromPrice, latest observation date) and the list of
    variants (strength x form) each with a fromPrice.
     Endpoint: https://www.finerxfinder.com/mcp
- compare_prices - Compare FineRx prices for one package (an 11-digit NDC + quantity).

    Returns the offer matrix: for each pharmacy chain x savings program, the
    observed price and the date it was observed (observedAt). The cheapest offer
    is flagged isLowest. Get an ``ndc`` from get_drug's packages or search flow.
     Endpoint: https://www.finerxfinder.com/mcp
- find_nearby_pharmacies - Find the nearest pharmacy locations to a US ZIP code, per chain.

    ``zip`` is a 5-digit US ZIP. Optional ``chains`` is a comma-separated list of
    chain codes (e.g. "walgreens,publix"); default is all chains. ``limit`` caps
    locations per chain. Coordinates are OpenStreetMap-sourced (ODbL).
     Endpoint: https://www.finerxfinder.com/mcp
- get_dataset_info - Get FineRx dataset coverage, freshness, and the attribution/disclaimer terms.

    Returns dataset counts (drugs, products, prices, chains, savings programs,
    pharmacy locations), the latest observation date, and the terms every
    consumer must honor (attribution + disclaimer).
     Endpoint: https://www.finerxfinder.com/mcp

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: com.finerxfinder
- Version: 1.2.0
- Runtime: Pypi
- Transports: STDIO, HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Jul 19, 2026
- Source: https://registry.modelcontextprotocol.io
