← Back to Plugins
MCP Server MCP

Second Eyes Agent Workflow Services

github By github 👁 1 views ▲ 0 votes

Workflow diagnostics, capability routing, and x402 settlement for MCP-compatible agents.

Homepage Verified source GitHub

Install

npx -y @secondeyes/[email protected]

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://secondeyesai.com/api/bar"
    }
  ],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "@secondeyes/mcp-unblock",
      "version": "1.2.7",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Second Eyes service base URL",
          "default": "https://secondeyesai.com",
          "name": "SECOND_EYE_BASE_URL"
        },
        {
          "description": "EVM private key (0x…) for auto USDC payment on 402. SECURITY: MCP process can drain this wallet — use a dedicated low-balance payer.",
          "name": "MCP_X402_WALLET_KEY"
        },
        {
          "description": "Per-call spending cap (default 0.50)",
          "default": "0.50",
          "name": "MCP_X402_MAX_SPEND_USD"
        },
        {
          "description": "Process lifetime spending cap (default 2.00)",
          "default": "2.00",
          "name": "MCP_X402_SESSION_MAX_USD"
        },
        {
          "description": "Comma-separated capability slugs allowed for compatibility auto-pay. Default (unset) or * enables every zero-argument capability priced at or below $0.05 USDC. Input-requiring transcription and extraction routes remain excluded unless explicitly selected. Spending caps remain authoritative.",
          "name": "MCP_X402_ALLOW_SLUGS"
        }
      ]
    }
  ]
}
mcp model-context-protocol streamable-http npm

Comments

Sign in to leave a comment

Loading comments...