← Back to Plugins
MCP Server MCP

io.github.metrxbots/mcp-server

github By github 👁 1 views ▲ 0 votes

Track AI agent costs, detect waste, optimize models, and prove ROI. 23 MCP tools across 10 domains.

Homepage Verified source GitHub

Install

npx -y @metrxbot/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@metrxbot/mcp-server",
      "version": "0.2.2",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your Metrx API key (sign up free at https://app.metrxbot.com/sign-up — manage keys at https://app.metrxbot.com/settings/security)",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "METRX_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...