Anthropic Claude provider for AuraRouter -- exposes Claude models as an MCP provider server.
pip install aurarouter-claudepython -m aurarouter_claudeOnce installed, AuraRouter automatically discovers this package via the aurarouter.providers entry point. Configure it in auraconfig.yaml:
provider_catalog:
manual:
- name: claude
endpoint: http://localhost:9100Set your Anthropic API key via environment variable:
export ANTHROPIC_API_KEY=sk-ant-...| Model | Context Window | Input Cost | Output Cost |
|---|---|---|---|
| Claude Opus 4 | 200k | $15.00/1M | $75.00/1M |
| Claude Sonnet 4 | 200k | $3.00/1M | $15.00/1M |
| Claude Haiku 4.5 | 200k | $0.80/1M | $4.00/1M |
Apache-2.0