Skip to main content

Prerequisites


Step 1: Create the config file

Create or edit ~/.cursor/mcp.json:

Step 2: Restart Cursor

Quit and reopen Cursor to load the new MCP server.

Step 3: Verify

In a new chat, ask Cursor to check your balance:
Cursor should call get_balance and show your USDC balance.

Add the starter prompt

For best results, add this to your Cursor rules (.cursorrules or project settings):

Available tools

Once connected, Cursor has access to these tools: See the full tool list for all available tools.

Troubleshooting

”MCP server not found”

  1. Check that ~/.cursor/mcp.json exists and is valid JSON
  2. Verify npx is available in your PATH
  3. Restart Cursor

”Authentication failed”

  1. Verify your API key is correct
  2. Check the key hasn’t expired in Settings → API Keys
  3. Ensure there are no extra spaces in the key

”Tool call failed”

Check the Cursor output panel for error messages. Common issues:
  • Rate limiting (wait and retry)
  • Invalid parameters (check the tool documentation)
  • Network issues (verify internet connection)