Skip to content

Agent Purchase Verification for Cursor

io.github.rfrost19/agent-purchase-verification

Check if an ecommerce purchase meets buyer rules before payment. Returns PASS, FAIL, or REVIEW.

client:Cursor transport:streamable-http tools:1

Install Agent Purchase Verification in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "agent-purchase-verification": {
      "url": "https://web-production-855eb4.up.railway.app/mcp/"
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

What Cursor can do once it is connected

Agent Purchase Verification in other clients