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 ServersRegistry oficial0 estrellas0 forksJavaScriptMITActualizado 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
Casos de uso

Resumen de MCP Servers

# 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

Lo que la gente pregunta sobre whetstone-mcp

¿Qué es whetstone-tools/whetstone-mcp?

+

whetstone-tools/whetstone-mcp es mcp servers para el ecosistema de Claude AI. 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. Tiene 0 estrellas en GitHub y se actualizó por última vez today.

¿Cómo se instala whetstone-mcp?

+

Puedes instalar whetstone-mcp clonando el repositorio (https://github.com/whetstone-tools/whetstone-mcp) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.

¿Es seguro usar whetstone-tools/whetstone-mcp?

+

whetstone-tools/whetstone-mcp aún no ha sido auditado por nuestro agente de seguridad. Revisa el repositorio original en GitHub antes de usarlo en producción.

¿Quién mantiene whetstone-tools/whetstone-mcp?

+

whetstone-tools/whetstone-mcp es mantenido por whetstone-tools. La última actividad registrada en GitHub es de today, con 0 issues abiertos.

¿Hay alternativas a whetstone-mcp?

+

Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.

Despliega whetstone-mcp en tu cloud

Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.

¿Mantienes este repo? Añade un badge a tu README

Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.

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>

Más MCP Servers

Alternativas a whetstone-mcp