Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

aurarouter-claude

Anthropic Claude provider for AuraRouter -- exposes Claude models as an MCP provider server.

Installation

pip install aurarouter-claude

Usage

As an MCP server (standalone)

python -m aurarouter_claude

With AuraRouter

Once 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:9100

Configuration

Set your Anthropic API key via environment variable:

export ANTHROPIC_API_KEY=sk-ant-...

Available Models

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

License

Apache-2.0

About

Anthropic Claude provider for aurarouter

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages