← Back to Plugins
MCP Server MCP

ScalpStream

github By github 👁 1 views ▲ 0 votes

Pay-per-call data over x402: air quality, border waits, fuel prices, market research.

Homepage Verified source GitHub

Install

oci:ghcr.io/dv1-321/scalpstream-mcp:v0.1.3

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "oci",
      "identifier": "ghcr.io/dv1-321/scalpstream-mcp:v0.1.3",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Base-mainnet private key holding a little USDC, used to pay per call. Leave unset to run in preview-only mode, where every paid tool returns the free preview and the exact price instead. Gas is sponsored by the facilitator, so the wallet needs USDC and no ETH. Use a throwaway key.",
          "isSecret": true,
          "name": "EVM_BASE_PRIVATE_KEY"
        },
        {
          "description": "Refuse any single call quoted above this many dollars. Defaults to 0.10. Checked before anything is signed, so a refusal costs nothing.",
          "name": "SCALPMCP_MAX_PRICE_USD"
        },
        {
          "description": "Refuse once this process has spent this many dollars in total. Defaults to 2.00.",
          "name": "SCALPMCP_BUDGET_USD"
        }
      ]
    }
  ]
}
mcp model-context-protocol oci

Comments

Sign in to leave a comment

Loading comments...