For Individuals
Individuals use Famasi Agents to find medications, compare prices across nearby pharmacies, and place orders for delivery or pickup — all through natural language in an AI assistant.
What you can do
- Search medications across 1000+ pharmacies by name, condition, or generic equivalent
- Compare prices and delivery times side-by-side using the pharmacy selection widget
- Place orders for home delivery or pharmacy pickup
- Track orders with real-time status and delivery timeline via the order tracking widget
- Reorder previous medications with a single prompt
- Find pharmacies near your location with ratings and operating hours
How it works
- Open your AI assistant (ChatGPT, Claude.ai, or OpenClaw)
- Connect to the Famasi MCP connector (hosted platforms do this automatically)
- Authenticate with your phone number — an OTP is sent via SMS
- Start searching for medications in natural language
If you’re a new user, an account is created automatically after OTP verification.
Example conversation
You: "I need Amoxicillin 500mg near Ikeja"
Agent: I'll search nearby pharmacies for Amoxicillin 500mg. → calls search_medications
Agent: I found 5 options: [pharmacy selection widget with prices, ETAs, and ratings]
You: [selects HealthPlus — ₦2,400, 45min delivery]
Agent: To place this order, I need to verify your identity. What's your phone number?
You: "+2348012345678"
Agent: → calls request_patient_otp I've sent an OTP to your phone. Please enter the code.
You: "492718"
Agent: → calls verify_patient_otp ✓ Verified.
I'll place the order now. Please confirm: - Amoxicillin 500mg × 1 - HealthPlus Pharmacy, Ikeja - ₦2,400
Proceed?
You: "Yes"
Agent: → calls place_order ✓ Order placed. Here's your payment link: https://pay.famasi.africa/checkout/abc123
Complete payment to confirm delivery.Payment is via checkout link in v1. In-channel payment is planned for v2.
Available platforms
| Platform | Type | Install |
|---|---|---|
| ChatGPT | Hosted | No install — use in-app connector |
| Claude.ai | Hosted | No install — use MCP connector settings |
| OpenClaw | Local | npx @famasi/agents@latest install openclaw |
ChatGPT and Claude.ai are hosted surfaces — the MCP connection is managed for you. OpenClaw requires a local install that creates a skill file.
Authentication
Individuals authenticate with phone OTP via OAuth 2.1. On hosted platforms (ChatGPT, Claude.ai), this is handled automatically — you just enter your phone number and OTP when prompted.
Tools
13 tools organised across authentication, account management, medication search, pharmacy discovery, ordering, and order tracking.
Widgets
Three interactions use visual UI widgets instead of plain text:
| Widget | When it appears | What it does |
|---|---|---|
| Pharmacy selection | After searching medications | Compare price, ETA, and ratings across pharmacies |
| OTP login | When authentication is required | Phone number input + OTP entry form |
| Order tracking | When checking order status | Status badge + delivery timeline |