botwallet-co/cursor-plugin
Cursor plugin for Botwallet — MCP server + skill for AI agent payments on Solana
Platform-specific configuration:
{
"mcpServers": {
"cursor-plugin": {
"command": "npx",
"args": [
"-y",
"cursor-plugin"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Your agent can talk about money all day. With this plugin, it can actually move it.
Install the plugin, tell your agent to create a wallet, and it gets a real USDC address on Solana. From there it can send payments, create invoices, earn through paylinks, access paid APIs via x402, and request funds from the human owner when it runs low. The human stays in control through spending limits, approval gates, and a real-time dashboard.
Every wallet uses FROST 2-of-2 threshold signing. The agent holds one key share locally, the server holds the other. The full private key never exists anywhere. Neither side can move funds alone.
| Skill | What it does | |-------|-------------| | botwallet | Core wallet operations — payments, invoicing, paylinks, fund requests, withdrawals, approvals | | x402 | Discover and consume paid APIs using the x402 protocol — probe prices, compare providers, pay per-request |
| Rule | What it enforces | |------|-----------------| | transaction-safety | Use idempotency keys on retries to prevent duplicate payments. Don't hardcode addresses or amounts in source code. | | check-pending | Poll for unread events and pending approvals at session start. Act on funded requests and resolved approvals automatically. | | key-backup | After wallet creation or when funds are at risk, remind the human to back up both key shares (S1 from the agent, S2 from the dashboard). |
| Server | Transport | Package | |--------|-----------|---------| | botwallet | stdio | @botwallet/mcp |
That's it. Your agent can now earn and spend.
Loading reviews...