Give an AI agent a Solana spending allowance instead of your key. Chain-enforced cap, x402.
claude mcp add onchain-agent-wallets -- npx -y @three-ws/onchain-agent-wallets
claude_desktop_config.json
{
"mcpServers": {
"onchain-agent-wallets": {
"command": "npx",
"args": [
"-y",
"@three-ws/onchain-agent-wallets"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"onchain-agent-wallets": {
"command": "npx",
"args": [
"-y",
"@three-ws/onchain-agent-wallets"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"onchain-agent-wallets": {
"command": "npx",
"args": [
"-y",
"@three-ws/onchain-agent-wallets"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"onchain-agent-wallets": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@three-ws/onchain-agent-wallets"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"onchain-agent-wallets": {
"command": "npx",
"args": [
"-y",
"@three-ws/onchain-agent-wallets"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.nirholas--onchain-agent-wallets/reviews or the review_server meta-tool.
POST /mcp