No Spreadsheets. No Surprises.

MCP Server

The Revenium MCP Server is the fastest way to connect AI agents — like Claude — directly to your Revenium account. Instead of building dashboards and running manual queries, you ask your AI assistant in plain English: "What's driving my AI cost spike this week?" or "Set up an alert if any single transaction exceeds $5."

The MCP server handles the rest.This is MCP-first integration: Revenium's capabilities surface as native tools inside your AI assistant's context, so cost intelligence and governance become part of every conversation.

What You Can Do With the MCP Server

Once connected, your AI agent can:

Investigate cost spikes

Ask "Why did my costs spike yesterday?" and get a breakdown by provider, model, customer, agent, or API key

Detect anomalies

Find abnormal spend patterns across all dimensions, with configurable sensitivity and dollar thresholds

Monitor trends

Get cost summaries for any time window (last hour, day, week, or month) broken down any way you need

Catch cost increases early

Set relative-change alerts that fire when spend rises or falls by a percentage week-over-week or month-over-month

Meter its own usage

Track the agent's own API calls back to your Revenium account for full operational transparency

Catch cost increases early

Set relative-change alerts that fire when spend rises or falls by a percentage week-over-week or month-over-month

Integrate metering into your app

Get working code examples and implementation guidance for Python and JavaScript without leaving your IDE

Track agent job ROI

Measure the business outcomes and return on investment of individual AI agent jobs

Getting Started

1. Install uv
pip install uv

uv is a fast Python package manager used to run the MCP server without a manual install.

2. Add to Your MCP Config
{
  "mcpServers": {
    "revenium": {
      "command": "uvx",
      "args": ["revenium-mcp"],
      "env": {
        "REVENIUM_API_KEY": "hak_your_api_key_here"
      }
    }
  }
}

This works with any MCP-compatible client. Use this as your baseline — the Claude Code and IDE-specific steps below are just convenience wrappers around the same config.

For Claude Code
claude mcp add revenium \
  -e REVENIUM_API_KEY=hak_your_api_key_here \
  -- uvx revenium-mcp
For Cursor, Augment, or Other IDEs

Add the JSON config above to your IDE's MCP settings file (e.g. ~/.cursor/mcp.json).

Ship With Confidence

Start with visibility. Scale with control.

100,000 transactions free. No credit card required.