MCP server exposing U.S. public-records tools (business search/KYB, new filings, watchlist screening, federal awards) to AI agents, via the Whetstone actors on Apify.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"whetstone-mcp": {
"command": "npx",
"args": [
"-y",
"whetstone-tools/whetstone-mcp"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add whetstone-mcp npx -y whetstone-tools/whetstone-mcp
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"whetstone-mcp": {
"command": "npx",
"args": [
"-y",
"whetstone-tools/whetstone-mcp"
]
}
}
}
📋 Copy