Skip to content
Cursor

fairseal mcp server for Cursor

io.github.ned-del/fairseal-mcp-server

Verifiable entropy, provably-fair games, and receipt verification for AI agents (FairSeal API).

client:Cursor transport:stdio runtime:npm

Install fairseal mcp server in Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "fairseal-mcp-server": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@fairseal/mcp-server"
      ],
      "env": {
        "FAIRSEAL_API_KEY": "<FAIRSEAL_API_KEY>",
        "FAIRSEAL_API_URL": "<FAIRSEAL_API_URL>"
      }
    }
  }
}

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

fairseal mcp server in other clients