PluginBench
MCP Server
Active

MCP 401 Auth Fix | github PAT wiring | x402 MCP Server

io.github.This-Is-Hellgate/secondeye-mcp-unblock

What is the MCP 401 Auth Fix | github PAT wiring | x402 MCP server?

github-mcp 401? PAT wiring. x402 USDC Base. HOW TO PAY: secondeyesai.com/llms.txt

How to install MCP 401 Auth Fix | github PAT wiring | x402

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • SECOND_EYE_BASE_URL

    Second Eyes lounge base URL

  • MCP_X402_WALLET_KEY

    EVM private key (0x…) for auto USDC payment on 402. SECURITY: MCP process can drain this wallet — use a dedicated low-balance payer.

  • MCP_X402_MAX_SPEND_USD

    Per-call spending cap (default 0.50)

  • MCP_X402_SESSION_MAX_USD

    Process lifetime spending cap (default 2.00)

  • MCP_X402_ALLOW_SLUGS

    Comma-separated slugs allowed for auto-pay. Default (unset) or *: every zero-argument launch-priced survival/nano slug (each <= $0.05 USDC) auto-pays. transcribe-extract and doc-extract are excluded by default because they need a caller-supplied input the zero-arg tool cannot pass (call /api/bar/x402/transcribe and /api/bar/x402/extract directly); name them explicitly here to opt in. Set a comma list to RESTRICT. Safety is enforced by the per-call/session caps, not this list.

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "secondeye-mcp-unblock": {
      "command": "npx",
      "args": [
        "-y",
        "@secondeyes/mcp-unblock"
      ],
      "env": {
        "SECOND_EYE_BASE_URL": "<YOUR_SECOND_EYE_BASE_URL>",
        "MCP_X402_WALLET_KEY": "<YOUR_MCP_X402_WALLET_KEY>",
        "MCP_X402_MAX_SPEND_USD": "<YOUR_MCP_X402_MAX_SPEND_USD>",
        "MCP_X402_SESSION_MAX_USD": "<YOUR_MCP_X402_SESSION_MAX_USD>",
        "MCP_X402_ALLOW_SLUGS": "<YOUR_MCP_X402_ALLOW_SLUGS>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "secondeye-mcp-unblock": {
      "command": "npx",
      "args": [
        "-y",
        "@secondeyes/mcp-unblock"
      ],
      "env": {
        "SECOND_EYE_BASE_URL": "<YOUR_SECOND_EYE_BASE_URL>",
        "MCP_X402_WALLET_KEY": "<YOUR_MCP_X402_WALLET_KEY>",
        "MCP_X402_MAX_SPEND_USD": "<YOUR_MCP_X402_MAX_SPEND_USD>",
        "MCP_X402_SESSION_MAX_USD": "<YOUR_MCP_X402_SESSION_MAX_USD>",
        "MCP_X402_ALLOW_SLUGS": "<YOUR_MCP_X402_ALLOW_SLUGS>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "secondeye-mcp-unblock": {
      "command": "npx",
      "args": [
        "-y",
        "@secondeyes/mcp-unblock"
      ],
      "env": {
        "SECOND_EYE_BASE_URL": "<YOUR_SECOND_EYE_BASE_URL>",
        "MCP_X402_WALLET_KEY": "<YOUR_MCP_X402_WALLET_KEY>",
        "MCP_X402_MAX_SPEND_USD": "<YOUR_MCP_X402_MAX_SPEND_USD>",
        "MCP_X402_SESSION_MAX_USD": "<YOUR_MCP_X402_SESSION_MAX_USD>",
        "MCP_X402_ALLOW_SLUGS": "<YOUR_MCP_X402_ALLOW_SLUGS>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "secondeye-mcp-unblock": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@secondeyes/mcp-unblock"
      ],
      "env": {
        "SECOND_EYE_BASE_URL": "<YOUR_SECOND_EYE_BASE_URL>",
        "MCP_X402_WALLET_KEY": "<YOUR_MCP_X402_WALLET_KEY>",
        "MCP_X402_MAX_SPEND_USD": "<YOUR_MCP_X402_MAX_SPEND_USD>",
        "MCP_X402_SESSION_MAX_USD": "<YOUR_MCP_X402_SESSION_MAX_USD>",
        "MCP_X402_ALLOW_SLUGS": "<YOUR_MCP_X402_ALLOW_SLUGS>"
      }
    }
  }
}
Claude Code
claude mcp add secondeye-mcp-unblock --env SECOND_EYE_BASE_URL=<YOUR_SECOND_EYE_BASE_URL> --env MCP_X402_WALLET_KEY=<YOUR_MCP_X402_WALLET_KEY> --env MCP_X402_MAX_SPEND_USD=<YOUR_MCP_X402_MAX_SPEND_USD> --env MCP_X402_SESSION_MAX_USD=<YOUR_MCP_X402_SESSION_MAX_USD> --env MCP_X402_ALLOW_SLUGS=<YOUR_MCP_X402_ALLOW_SLUGS> -- npx -y @secondeyes/mcp-unblock

Related MCP servers

Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.

67k
Python
BSD-3-Clause
View repository →

Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.

45k
TypeScript
Apache-2.0
View repository →

Let AI agents manage your Puter files, websites, and serverless workers over MCP.

43k
TypeScript
AGPL-3.0
View repository →

Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.

37k
TypeScript
Apache-2.0
View repository →

Run arbitrary shell commands from an MCP-connected AI agent.

37k
TypeScript
Apache-2.0
View repository →

Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.

37k
TypeScript
Apache-2.0
View repository →