# agent-cost-meter

Gives your agent spending awareness it doesn't have natively. Tracks cumulative token and API call costs per session, compares against your budget ceiling, and fires a warning before you hit it. Stop…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add found402/agent-cost-meter

# Browse available tools
npx -y @smithery/cli@latest tool list found402/agent-cost-meter

# Get full schema for a tool
npx -y @smithery/cli@latest tool get found402/agent-cost-meter check_agent_cost

# Call a tool
npx -y @smithery/cli@latest tool call found402/agent-cost-meter check_agent_cost '{}'
```

## Direct MCP Connection

Endpoint: `https://agent-cost-meter--found402.run.tools`

## Tools (1)

- `check_agent_cost` — Tracks cumulative agent session spend against a budget ceiling. Calculates cost from token usage and API calls, returns…

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get found402/agent-cost-meter <tool-name>
```
