You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "Pay-per-token Claude & Grok inference, settled in BSV, via the inference.bsvkey.com gateway.",
"repository": {
"url": "https://github.com/BSVKey/inference-mcp",
"source": "github"
},
"version": "1.2.1",
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "@bsvkey/inference-mcp",
"version": "1.2.1",
"transport": { "type": "stdio" },
"environmentVariables": [
{
"name": "BSVKEY_API_KEY",
"description": "A funded channel key in the form channelId:channelSecret. Open + fund a channel once at https://inference.bsvkey.com. Optional (can be passed per call).",
"isRequired": false,
"isSecret": true
},
{
"name": "BSVKEY_BASE_URL",
"description": "Gateway base URL. Defaults to https://inference.bsvkey.com/v1; override to point at a self-hosted deployment.",
"isRequired": false
},
{
"name": "BSVKEY_WIF",
"description": "A funded BSV private key (WIF) used by the x402_infer tool to pay per call in BSV (no channel). Signing is local; the key never leaves the process. Optional (can be passed per call).",