io.github.payclaw/payclaw✓
io.github.payclaw/payclaw · v0.1.4
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.payclaw/payclaw",
"description": "Virtual Visa cards for AI agents. JIT card issuance, human-approved, MCP-native.",
"repository": {
"url": "https://github.com/payclaw/mcp-server",
"source": "github"
},
"version": "0.1.4",
"packages": [
{
"registryType": "npm",
"identifier": "@payclaw/mcp-server",
"version": "0.1.4",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "PayClaw API key (get one at payclaw.io/dashboard/settings)",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "PAYCLAW_API_KEY"
},
{
"description": "PayClaw API base URL (defaults to https://payclaw.io)",
"format": "string",
"name": "PAYCLAW_API_URL"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}