Skip to main content
ClaudeWave

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.

MCP ServersOfficial Registry0 stars0 forksJavaScriptMITUpdated today
Install in Claude Code / Claude Desktop
Method: NPX · whetstone-mcp
Claude Code CLI
claude mcp add whetstone-mcp -- npx -y whetstone-mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "whetstone-mcp": {
      "command": "npx",
      "args": ["-y", "whetstone-mcp"],
      "env": {
        "APIFY_TOKEN": "<apify_token>"
      }
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
Detected environment variables
APIFY_TOKEN
Use cases

MCP Servers overview

# whetstone-mcp

An [MCP](https://modelcontextprotocol.io) server for **U.S. public-records data** — so AI
agents and MCP clients (Claude Desktop, Cursor, etc.) can look up business records,
screen names against government watchlists, and pull federal awards directly.

Powered by the [Whetstone](https://whetstonetools.com/company-check/) actors on Apify. All
data is official U.S. government public-record data.

## Tools

| Tool | What it does |
|---|---|
| `business_search` | Official Secretary of State business registration (KYB) across 25 states |
| `new_business_filings` | Newly registered businesses from 10 states, windowed by date |
| `watchlist_screen` | Screen a name against 12 federal watchlists (OFAC, BIS, State Dept) |
| `federal_awards` | A company's federal contracts, grants, and loans (USAspending.gov) |

## Setup

You need a free **Apify API token** (apify.com → Settings → API & Integrations). Runs bill
to your Apify account under pay-per-result pricing (~$2 per 1,000 result rows; the free tier
covers light use).

### Claude Desktop

Add to `claude_desktop_config.json`:

```json
{
  "mcpServers": {
    "whetstone": {
      "command": "npx",
      "args": ["-y", "whetstone-mcp"],
      "env": { "APIFY_TOKEN": "apify_api_your_token_here" }
    }
  }
}
```

Restart Claude Desktop. The four tools then appear and the agent can call them.

### Any MCP client

Run the server over stdio:

```bash
APIFY_TOKEN=apify_api_... npx -y whetstone-mcp
```

## Notes & limits

- **Heavy queries can be slow.** Business search across all 25 states (or filings across all
  10) runs synchronously and may approach the 300-second limit. Pass a `states` subset for
  faster, cheaper runs.
- **Name-based matching.** Watchlist and federal-award results are matched by name and are
  **not identity confirmation** — verify a hit against the official source before acting.
  Nothing here is legal, compliance, or financial advice.
- A free, interactive version of the combined lookup is at
  [whetstonetools.com/company-check](https://whetstonetools.com/company-check/), and there's
  also an [n8n community node](https://www.npmjs.com/package/n8n-nodes-whetstone).

## License

[MIT](LICENSE) © Whetstone Tools · support@whetstonetools.com

What people ask about whetstone-mcp

What is whetstone-tools/whetstone-mcp?

+

whetstone-tools/whetstone-mcp is mcp servers for the Claude AI ecosystem. 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. It has 0 GitHub stars and was last updated today.

How do I install whetstone-mcp?

+

You can install whetstone-mcp by cloning the repository (https://github.com/whetstone-tools/whetstone-mcp) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is whetstone-tools/whetstone-mcp safe to use?

+

whetstone-tools/whetstone-mcp has not been audited yet by our security agent. Review the original repository on GitHub before using it in production.

Who maintains whetstone-tools/whetstone-mcp?

+

whetstone-tools/whetstone-mcp is maintained by whetstone-tools. The last recorded GitHub activity is from today, with 0 open issues.

Are there alternatives to whetstone-mcp?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy whetstone-mcp to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: whetstone-tools/whetstone-mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/whetstone-tools-whetstone-mcp)](https://claudewave.com/repo/whetstone-tools-whetstone-mcp)
<a href="https://claudewave.com/repo/whetstone-tools-whetstone-mcp"><img src="https://claudewave.com/api/badge/whetstone-tools-whetstone-mcp" alt="Featured on ClaudeWave: whetstone-tools/whetstone-mcp" width="320" height="64" /></a>

More MCP Servers

whetstone-mcp alternatives