Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

FineRx

com.finerxfinder/finerx

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

Uptime
100.0%
1 direct probes · 30d
Response
719ms
last probe
Tools
5
callable
Resources
0
readable
Prompts
0
available

Tools · 5

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 thi…

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 ob…

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 (obser…

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 i…

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 observ…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "finerx": {
      "url": "https://www.finerxfinder.com/mcp",
      "transport": "streamable-http"
    }
  }
}