Skip to content
Cursor

whetstone mcp for Cursor

io.github.whetstone-tools/whetstone-mcp

U.S. public-records: business registration (KYB), filings, watchlist screening, federal awards.

client:Cursor transport:stdio runtime:npm

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

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

whetstone mcp in other clients