What is the io.github.michu5696/paycrow MCP server?
Escrow protection for agent payments on Base — USDC held in smart contract until job completion.
How to install io.github.michu5696/paycrow
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"paycrow": {
"command": "npx",
"args": [
"-y",
"paycrow"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"paycrow": {
"command": "npx",
"args": [
"-y",
"paycrow"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"paycrow": {
"command": "npx",
"args": [
"-y",
"paycrow"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"paycrow": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"paycrow"
]
}
}
}Claude Code
claude mcp add paycrow -- npx -y paycrowRelated MCP servers
Escrow protection for agent payments on Base — USDC held in smart contract until job completion.