Skip to main content

Tools

Overview of available tools for managing Aluvia connectivity credentials via MCP.

All tools exposed by the Aluvia MCP Server operate on your Aluvia account and require a valid Aluvia Token.

  • Read-only tools let you inspect credentials and usage.
  • Write tools let you create, update, test, or delete connectivity credentials in real time.
TypeToolDescription
Read-onlylist_proxy_credentialsLists all connectivity credentials in your Aluvia account, including usernames and configuration details.
Writecreate_proxy_credentialCreates one or more new connectivity credentials in a single call (supports a count parameter).
Writeupdate_proxy_credentialUpdates an existing connectivity credential (e.g., enable/disable sticky sessions) by username.
Writedelete_proxy_credentialPermanently deletes a connectivity credential by username. Use with care, as this action cannot be undone.
Utilitytest_proxy_credentialSends a real HTTP request using a specific connectivity credential (to a test URL or custom URL) and returns status, response body, and connection details.
Read-onlyget_proxy_credential_usageReturns raw usage statistics for a specific connectivity credential over a given time window (start/end timestamps), useful for monitoring and billing analysis on your side.