AgentHubAgentHub

mcp-l402-gate

MCP ServerMCP Registry官方收录

io.github.zekebuilds-lab/mcp-l402-gate · v0.1.4

L402 Lightning paywall + DoI score gate for MCP tools: challenge, verify, score.

概览

mcp-l402-gate 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。

安装

选择你的平台查看安装方式

{
  "mcpServers": {
    "mcp-l402-gate": {
      "command": "npx",
      "args": [
        "-y",
        "@powforge/mcp-l402-gate"
      ]
    }
  }
}

环境变量

POW_GATE_URL可选

PowForge L402 gate base URL. Defaults to public production endpoint when running via npx; override for self-hosted or local dev.

ORACLE_URL可选

PowForge Depth-of-Identity oracle base URL. Used by l402_gate_score for pubkey lookups. Defaults to public production endpoint.

相关资源

统一 Manifest

{
  "id": "io.github.zekebuilds-lab/mcp-l402-gate",
  "type": "mcp-server",
  "version": "0.1.4",
  "displayName": "mcp-l402-gate",
  "description": "L402 Lightning paywall + DoI score gate for MCP tools: challenge, verify, score.",
  "repository": {
    "url": "https://github.com/zekebuilds-lab/mcp-l402-gate",
    "source": "github"
  },
  "homepage": "https://powforge.dev/mcp",
  "distribution": {
    "packages": [
      {
        "registryType": "npm",
        "identifier": "@powforge/mcp-l402-gate",
        "version": "0.1.4",
        "transport": "stdio",
        "environmentVariables": [
          {
            "name": "POW_GATE_URL",
            "description": "PowForge L402 gate base URL. Defaults to public production endpoint when running via npx; override for self-hosted or local dev."
          },
          {
            "name": "ORACLE_URL",
            "description": "PowForge Depth-of-Identity oracle base URL. Used by l402_gate_score for pubkey lookups. Defaults to public production endpoint."
          }
        ]
      }
    ],
    "remotes": []
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "io.github.zekebuilds-lab/mcp-l402-gate",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.zekebuilds-lab%2Fmcp-l402-gate/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
mcp-l402-gate — MCP Server 安装与配置 · AgentHub