Skip to main content
Glama
elevenlabs

ElevenLabs MCP Server

Official
by elevenlabs

check_subscription

Check your current ElevenLabs API subscription status and monitor usage to manage your account effectively.

Instructions

Check the current subscription status. Could be used to measure the usage of the API.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • The handler function for the 'check_subscription' tool. It retrieves the user's subscription details using the ElevenLabs client and returns them as formatted JSON text content.
    def check_subscription() -> TextContent: subscription = client.user.subscription.get() return TextContent(type="text", text=f"{subscription.model_dump_json(indent=2)}")
  • Registers the 'check_subscription' tool using the @mcp.tool decorator with its description.
    @mcp.tool( description="Check the current subscription status. Could be used to measure the usage of the API." )

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/elevenlabs/elevenlabs-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server