OpenMeter (Usage Metering for AI/Cloud Billing)

OpenMeter (Usage Metering for AI/Cloud Billing) MCP Connector for Claude

F

Meter AI usage, manage customer entitlements, and automate cloud billing via OpenMeter's high-performance usage tracking API.

9 tools Official Updated Jun 28, 2026 Official Vinkius Partner

Connect OpenMeter to your AI agent to handle complex usage-based billing and entitlement management for AI and Cloud services through natural language.

What you can do

  • Usage Ingestion — Send usage events (like token counts or API calls) in CloudEvents format directly to your metering pipeline
  • Customer Management — Create and retrieve billable customer profiles, mapping them to internal keys or subjects
  • Entitlements & Features — Define metered features and set specific usage limits or access rights for each customer
  • Subscription Orchestration — Link customers to plans and manage the lifecycle of their subscriptions
  • Payment Integration — Initiate Stripe checkout sessions for seamless payment collection and subscription starts

How it works

  1. Subscribe to this server
  2. Enter your OpenMeter API Key
  3. Start metering and billing your AI users directly from your agent

Your AI now acts as a billing operations specialist, capable of tracking consumption and managing access without manual dashboard intervention.

Who is this for?

  • SaaS Founders — automate the transition from usage to invoice by letting the AI handle event ingestion and customer setup
  • FinOps Teams — query customer consumption and entitlement status using natural language
  • Product Engineers — define new features and metered resources directly from the development environment
usage-meteringai-billingcloudeventsfinopssaas-billing

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

create_customer

Create a new billable customer

create_entitlement

Create an entitlement for a customer

create_feature

Create a new feature for metering

create_stripe_checkout

Create a Stripe checkout session

create_subscription

Create a subscription

delete_subject

Delete a subject by key

get_customer

Get a customer by ID or Key

ingest_event

Ingest a usage event into OpenMeter

upsert_subjects

Provide an array of subject objects. Upsert subjects in OpenMeter

See how to talk to your AI agent using OpenMeter (Usage Metering for AI/Cloud Billing).

Ingest a 'tokens' event for subject 'cust_99' with 150 tokens from source 'gpt-wrapper'.

I've successfully ingested the usage event. Event ID: `evt_01H...`. 150 tokens have been recorded for customer `cust_99`.

Create a new feature called 'Image Generation' with key 'img_gen' and meter slug 'images_total'.

Feature 'Image Generation' (img_gen) has been created and linked to the 'images_total' meter. You can now assign entitlements for this feature to your customers.

Get the details for customer with key 'acme-corp-001'.

Retrieved customer: ACME Corp (ID: `cust_abc123`). Usage is attributed to subjects: `['acme-corp-001']`.

Use the `ingest_event` tool. Provide the event type (e.g., 'prompt'), the subject (customer ID), and a JSON payload containing the count (e.g., `{"tokens": 500}`). OpenMeter will handle the aggregation automatically.

Related Connectors