Skip to main content
Feedback

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.

ToolDescription
createMessageSends a message to Claude and receives a response.
countMessageTokensCalculates the token count for a given message.
createMessageBatchSubmits multiple messages for processing as a batch job.
listMessageBatchesRetrieves a list of all submitted batch jobs.
getMessageBatchFetches details about a specific batch job.
deleteMessageBatchRemoves a batch job from the system.
getMessageBatchResultsRetrieves the completed results from a batch job.
cancelMessageBatchStops a batch job before it completes.
listModelsRetrieves a list of available Claude models.
getModelFetches detailed information about a specific model.
listFilesRetrieves a list of uploaded files.
deleteFileRemoves an uploaded file from storage.
getFileContentDownloads the contents of an uploaded file.
On this Page