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):
Restart Cursor, then enable the blindpay server in Settings → MCP.
Add Agent Skills
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:
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.