Install in Cursor

Use AuthProof with Cursor's MCP support for autonomous API discovery and signed fetches.

1

Add the server to Cursor MCP settings

json
{
  "mcpServers": {
    "authproof": {
      "command": "npx",
      "args": ["-y", "@authproof/mcp-server"],
      "env": {
        "AUTHPROOF_SERVER": "https://authproof.io"
      }
    }
  }
}
2

Guide the agent toward the autonomous flow

text
Use discover_projects to find APIs.
Use register_self to request access.
If pending, poll with check_status.
When active, call signed_fetch.