Odel
PromptSpend

PromptSpend

Local
@andrewavery7TypeScriptMITUpdated Today

LLM pricing where every rate carries its source and the date it was last confirmed.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@promptspend/mcpv0.1.6

Run

npx -y @promptspend/mcp

MCP client config

{
  "mcpServers": {
    "promptspend": {
      "command": "npx",
      "args": [
        "-y",
        "@promptspend/mcp"
      ]
    }
  }
}