Famasi
Famasi is a pharmacy network that lets people find medications, compare prices, and place orders from nearby pharmacies. Famasi Agents brings this network into AI assistants — so users can search stock, compare prices, and route fulfilment using natural language through MCP (Model Context Protocol).
Who it’s for
Individuals
People ordering medications for themselves. Authenticate with your phone number and OTP, then use 13 tools to search, order, and track medications.
- Search medications across 1000+ pharmacies
- Compare prices and delivery times
- Place orders for home delivery or pickup
- Track order status and reorder previous medications
Platforms: ChatGPT, Claude.ai, OpenClaw
Read the full Individual guide →
Providers
Healthcare platforms integrating pharmacy connectivity — telemedicine apps, EMR systems, diagnostics platforms, or any tool that needs pharmacy access. Providers authenticate with an API key and get access to 26 tools for managing customers, orders, formulary, analytics, and wallet.
- Manage patients and dispensary plans
- Search formulary across the pharmacy network
- Create and track orders on behalf of patients
- Access analytics, transactions, and wallet
Platforms: Claude Code, Codex, Generic MCP
Read the full Provider guide →
How it works
- Install — Run the CLI to install the Famasi agent for your platform
- Authenticate — Individuals use phone OTP, providers use an API key
- Ask — Use natural language to find meds, place orders, check status
- Fulfil — Pharmacies handle delivery or pickup
Quick install
# For providers (Claude Code, Codex)npx @famasi/agents@latest install claude-code
# For individuals (OpenClaw)npx @famasi/agents@latest install openclawVerify your setup
npx @famasi/agents@latest doctorChecks installation status, authentication state, configuration values, and missing environment variables.
Supported platforms
| Platform | Type | Audience | Install |
|---|---|---|---|
| Claude Code | Local | Providers | npx @famasi/agents@latest install claude-code |
| Codex | Local | Providers | npx @famasi/agents@latest install codex |
| Generic MCP | Local | Providers | npx @famasi/agents@latest install generic-mcp |
| OpenClaw | Local | Individuals | npx @famasi/agents@latest install openclaw |
| ChatGPT | Hosted | Individuals | Use in-app connector |
| Claude.ai | Hosted | Individuals | Use in-app connector |