Lets an agent pay for x402 APIs in USDC on Arc, under a spending policy it cannot change.
claude mcp add cra-agent -- npx -y @cra-agent/mcp
claude_desktop_config.json
{
"mcpServers": {
"cra-agent": {
"command": "npx",
"args": [
"-y",
"@cra-agent/mcp"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"cra-agent": {
"command": "npx",
"args": [
"-y",
"@cra-agent/mcp"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"cra-agent": {
"command": "npx",
"args": [
"-y",
"@cra-agent/mcp"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"cra-agent": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@cra-agent/mcp"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"cra-agent": {
"command": "npx",
"args": [
"-y",
"@cra-agent/mcp"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.giupy997--cra-agent/reviews or the review_server meta-tool.
POST /mcp