Skip to content

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

  1. Install — Use the CLI or connect directly to MCP
  2. Authenticate — Link your provider account with API key
  3. Integrate — Use the tools in your application

Quick start

Terminal window
# Install for Claude Code or Codex
npx @famasi/agents@latest install claude-code
# Link your provider account
npx @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

Terminal window
# Link your provider account
npx @famasi/agents@latest link provider --provider-id YOUR_PROVIDER_ID
# This creates .famasi/provider-link.json with your provider context

API 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