Anthropic MCP connector
Authentication type
- API Key - Requires a static API key to be configured before the agent can connect to the service.
Uses
Use the Anthropic MCP connector to perform the following actions:
- Create a Message
- Count Message tokens
- Create a Message Batch
- List Message Batches
- Retrieve a Message Batch
- Delete a Message Batch
- Retrieve Message Batch results
- Cancel a Message Batch
- List Models
- Get a Model
- List Files
- Delete a File
Example prompts
Use the following example prompts to invoke Anthropic MCP connector tools from your AI assistant or Boomi Connect workflow:
Create a new message in Anthropic.Count Message tokens in Anthropic.Create a new message batch in Anthropic.List all message batches in Anthropic.Get the message batch from Anthropic.Delete the message batch from Anthropic.Get the message batch results from Anthropic.Cancel a Message Batch in Anthropic.List all models in Anthropic.Get the model from Anthropic.
Anthropic MCP connector tools
The Anthropic MCP connector provides the following tools. Each tool maps to a specific action you can invoke from your AI agent or automation.
| Tool | Description |
|---|---|
| createMessage | Sends a message to Claude and receives a response. |
| countMessageTokens | Calculates the token count for a given message. |
| createMessageBatch | Submits multiple messages for processing as a batch job. |
| listMessageBatches | Retrieves a list of all submitted batch jobs. |
| getMessageBatch | Fetches details about a specific batch job. |
| deleteMessageBatch | Removes a batch job from the system. |
| getMessageBatchResults | Retrieves the completed results from a batch job. |
| cancelMessageBatch | Stops a batch job before it completes. |
| listModels | Retrieves a list of available Claude models. |
| getModel | Fetches detailed information about a specific model. |
| listFiles | Retrieves a list of uploaded files. |
| deleteFile | Removes an uploaded file from storage. |
| getFileContent | Downloads the contents of an uploaded file. |