Provider
Provider
If you’re building a telemedicine app, EMR system, diagnostics platform, or any healthcare tool that needs pharmacy connectivity, this is your section.
What you can do
- Manage patients and dispensary plans
- Search formulary across 1000+ pharmacies
- Create and manage orders
- Access analytics and reporting
- Manage provider wallet and transactions
How it works
- Install — Use the CLI or connect directly to MCP
- Authenticate — Link your provider account with API key
- Integrate — Use the tools in your application
Quick start
# Install for Claude Code or Codexnpx @famasi/agents@latest install claude-code
# Link your provider accountnpx @famasi/agents@latest link provider --provider-id YOUR_PROVIDER_ID
# Then use naturally:"Search formulary for Amoxicillin""Create a customer""Get my wallet balance"Authentication
Provider Link (Recommended)
# Link your provider accountnpx @famasi/agents@latest link provider --provider-id YOUR_PROVIDER_ID
# This creates .famasi/provider-link.json with your provider contextAPI Key
For direct MCP connections, use your provider API key:
{ "mcpServers": { "famasi": { "url": "https://mcp.famasi.ai/mcp", "headers": { "Authorization": "Bearer YOUR_API_KEY" } } }}Next steps
- Provider Tools — What you can do
- Coding Agents — Claude Code and Codex
- Direct Connection — For custom integrations
- CLI — Installation and commands