MCP Server
MCP
io.github.payclaw/payclaw
Virtual Visa cards for AI agents. JIT card issuance, human-approved, MCP-native.
Install
npx -y @payclaw/[email protected]
Configuration Example
{
"remotes": [],
"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"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment