Skip to content

freelancer payment protection for Cursor

io.github.rudrendupaul/freelancer-payment-protection

Wraps the fpp CLI as a single generic MCP tool for freelancer client payment-risk checks.

client:Cursor transport:stdio runtime:pypi

Install freelancer payment protection in Cursor

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

{
  "mcpServers": {
    "freelancer-payment-protection": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "freelancer-payment-protection-cli"
      ]
    }
  }
}

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

freelancer payment protection in other clients