Anthropic
Anthropic provides the Claude AI model family via API, used for text generation, analysis, and code assistance.
Prerequisites
- An Anthropic Console account
- An API key from Anthropic API keys
Connect
conjra add anthropicMCP Tools
create_anthropic_api_key
Create a new Anthropic API key.
| Parameter | Type | Required | Description |
|---|---|---|---|
name | string | Yes | Key name |
workspaceId | string | No | Workspace to create the key in |
role | string | No | admin, developer, or viewer (default developer) |
get_anthropic_usage
Get Anthropic API usage statistics.
| Parameter | Type | Required | Description |
|---|---|---|---|
startDate | string | No | YYYY-MM-DD start date |
endDate | string | No | YYYY-MM-DD end date |
groupBy | string | No | model, date, or workspace |