Cursor + BlindPay

Connect Cursor to BlindPay via the MCP server and Agent Skills: move money, run payouts, and query corridors in natural language.

Cursor is an AI code editor. Connect it to BlindPay with the MCP server (live tools) and Agent Skills (domain knowledge) for agentic stablecoin payments inside your editor.

Add the MCP server

Create .cursor/mcp.json in your project (or add to the global config):

JSON
.cursor/mcp.json

Restart Cursor, then enable the blindpay server in Settings → MCP.

Add Agent Skills

Bash
Terminal

Skills teach the agent BlindPay's rails, corridors, fees, KYC/KYB flows, and API patterns so it writes correct integrations.

Use it

Get your credentials

Copy your API key and instance ID from the BlindPay dashboard.

Ask the agent

In Cursor chat, try:

text
Cursor prompt

Build the integration

Ask Cursor to scaffold the integration in your app: it has both live tools and Skills context.

The MCP server runs locally and reads your key from the config env. Keep .cursor/mcp.json out of version control if it contains live credentials.

Next steps

FAQ