Odel
inference mcp

inference mcp

Local
@bsvkeyJavaScriptMITUpdated Today

Pay-per-token Claude & Grok inference, settled in BSV, via the inference.bsvkey.com gateway.

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@bsvkey/inference-mcpv1.1.1

Run

npx -y @bsvkey/inference-mcp

MCP client config

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