FineRx
com.finerxfinder/finerxUS Rx price comparison + foreign-brand US-equivalent lookup. Observed prices, read-only.
Tools · 5
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 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 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 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 FineRx dataset coverage, freshness, and the attribution/disclaimer terms. Returns dataset counts (drugs, products, prices, chains, savings programs, pharmacy locations), the latest observ…
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"finerx": {
"url": "https://www.finerxfinder.com/mcp",
"transport": "streamable-http"
}
}
}