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
{
"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