← Index

io.github.payclaw/payclaw

io.github.payclaw/payclaw·v0.1.4·Other
Quality Score
78
/100

Virtual Visa cards for AI agents. JIT card issuance, human-approved, MCP-native.

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "payclaw": {
      "command": "npx",
      "args": [
        "-y",
        "@payclaw/mcp-server"
      ],
      "env": {
        "PAYCLAW_API_KEY": "<your-payclaw_api_key>",
        "PAYCLAW_API_URL": "<payclaw_api_url>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "payclaw": {
      "command": "npx",
      "args": [
        "-y",
        "@payclaw/mcp-server"
      ],
      "env": {
        "PAYCLAW_API_KEY": "<your-payclaw_api_key>",
        "PAYCLAW_API_URL": "<payclaw_api_url>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @payclaw/mcp-server
§02  Environment variables
PAYCLAW_API_KEY
requiredsecret

PayClaw API key (get one at payclaw.io/dashboard/settings)

PAYCLAW_API_URL

PayClaw API base URL (defaults to https://payclaw.io)

§03  MCP Quality Score  ·  methodology
freshness
23
completeness
10
installability
25
documentation
15
stability
5
§04  Alternatives in Other