Skip to content
Cursor

assay for Cursor

io.github.jasonczmeng/assay

x402 service-quality oracle: check a service's paid-probe quality tier and score before paying it.

client:Cursor transport:stdio runtime:npm

Install assay 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": {
    "assay": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "assay-oracle-mcp"
      ],
      "env": {
        "ASSAY_URL": "<ASSAY_URL>",
        "ASSAY_WALLET_KEY": "<ASSAY_WALLET_KEY>"
      }
    }
  }
}

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

assay in other clients