tl-openmeter-api-mcp-server

Expose an MCP server for local OpenMeter API operations.

Updated Feb 14, 2026
One-click install
npx skills add https://github.com/toddlevy/tl-agent-skills --skill tl-openmeter-api-mcp-server
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tl-openmeter-api-mcp-server
Source: https://github.com/toddlevy/tl-agent-skills/tree/main/skills/tl-openmeter-api-mcp-server
Command: npx skills add https://github.com/toddlevy/tl-agent-skills --skill tl-openmeter-api-mcp-server

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

tl-openmeter-api-mcp-server provides a local MCP server to enable AI assistants to call the OpenMeter API directly against a locally running OpenMeter instance, enabling end-to-end workflows in development and testing.

Core Features & Use Cases

  • Exposes tools for common OpenMeter operations: list meters, get meter, query usage, manage customers, create subscriptions, list plans and features, check status, and ingest events.
  • Supports integration with Cursor or other agents for real-time operational tasks against a local OpenMeter deployment; ideal for development environments and offline demos.

Quick Start

Install dependencies in this directory and run npm run build to start the MCP server against a local OpenMeter instance.

Frequently Asked Questions about tl-openmeter-api-mcp-server

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate OpenMeter API calls from an AI agent during local development?

You can automate local OpenMeter API calls by running an MCP server that exposes tools for meters, customers, usage, and events. This allows AI assistants to interact directly with a local OpenMeter instance for development and testing workflows.

Can I use Cursor to manage OpenMeter meters and customers?

Yes, Cursor can integrate with the MCP server to perform real-time operational tasks against a local OpenMeter deployment. It supports managing customers, listing meters, creating subscriptions, and ingesting events through exposed tools.

What OpenMeter operations are supported by a local MCP server?

The local MCP server supports common OpenMeter operations including listing meters, querying usage, managing customers, creating subscriptions, listing plans and features, checking status, and ingesting events.

How do I set up an MCP server for local OpenMeter testing environments?

To set up the MCP server, install the dependencies in the project directory and run npm run build. This starts the server against your locally running OpenMeter instance for testing and offline demos.

Does the OpenMeter MCP server work for offline demos and testing?

Yes, the MCP server is designed specifically for development environments and offline demos. It enables AI agents to execute end-to-end workflows against a local OpenMeter deployment without requiring external connectivity.