Togai (Usage Metering & Pricing)

Togai (Usage Metering & Pricing) MCP Connector for Claude

F

Automate usage-based billing and metering — ingest events, manage customers, and track entitlements directly from your AI agent.

19 tools Official Updated Jun 28, 2026 Official Vinkius Partner

Connect Togai to any AI agent to orchestrate complex usage-based pricing models and real-time metering through natural conversation.

What you can do

  • Event Ingestion — Push raw usage data using ingest_event or ingest_batch_events to track product consumption in real-time.
  • Customer & Account Management — Create and update legal entities and billing accounts with create_customer and create_account.
  • Usage Metering — Define how raw events transform into billable units using create_usage_meter.
  • Billing & Credits — Monitor financial health with list_invoices, get_wallet_balance, and grant_credit.
  • Entitlements — Check feature access and limits instantly using check_entitlement or get_entitlements.

How it works

  1. Subscribe to this server
  2. Enter your Togai API Key
  3. Start managing your revenue operations from Claude, Cursor, or any MCP-compatible client

Who is this for?

  • FinOps & RevOps — Monitor usage patterns, check invoice statuses, and manage credits without leaving your workflow.
  • Product Managers — Verify customer entitlements and usage metrics to make data-driven pricing decisions.
  • Developers — Test event ingestion and verify metering logic directly from the code editor.
usage-based-billingmeteringfintechrevenue-operationspricing-strategy

19 tools expose this connector's capabilities to your AI agent.

check_entitlement

Check entitlement for a specific feature

create_account

Create a new account

create_customer

Create a new customer

create_price_plan

Create a price plan (V2)

create_usage_meter

Requires type, aggregation, and computations. Create a usage meter

get_account

Get details for a specific account

get_customer

Get details for a specific customer

get_entitlements

Get entitlements for an account

get_metrics

Get aggregated metrics

get_wallet_balance

Get wallet balance for an account

grant_credit

Grant credits to an account

ingest_batch_events

Ingest a batch of usage events

ingest_event

Requires an event object with schemaName, timestamp, accountId, id, attributes, and dimensions. Ingest a single usage event

list_accounts

List all accounts

list_customers

List all customers

list_invoices

List invoices with optional filters

list_rate_cards

List rate cards for a price plan

update_account

Update an existing account

update_customer

Update an existing customer

See how to talk to your AI agent using Togai (Usage Metering & Pricing).

List the first 10 customers in my Togai account.

I've retrieved your customer list. You have customers like 'Acme Corp' (ID: cust_123) and 'Globex' (ID: cust_456). Would you like to see details for any of them?

Ingest a usage event for account 'acc_vink_01' with 50 units of 'api_requests'.

Successfully ingested the event to Togai. The usage has been recorded for account 'acc_vink_01' under the 'api_requests' schema.

What is the current wallet balance for account 'acc_987'?

The account 'acc_987' currently has a balance of $150.00 available in their wallet.

You can use the `check_entitlement` tool by providing the account ID and the feature ID. The agent will return whether the customer is entitled to use that feature based on their current plan.

Related Connectors