whetstone-mcp

whetstone-tools/whetstone-mcp
★ 0 stars JavaScript AI/LLM Updated today
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.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "whetstone-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "whetstone-tools/whetstone-mcp"
      ]
    }
  }
}