Skip to main content
ClaudeWave

Remote MCP server for the NumberBroom phone verification API

MCP ServersOfficial Registry0 stars0 forksTypeScriptMITUpdated yesterday
ClaudeWave Trust Score
87/100
Trusted
Passed
  • Open-source license (MIT)
  • Actively maintained (<30d)
  • Clear description
  • Documented (README)
Last scanned: 9/9/2026
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/cameron-creations/numberbroom-mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "numberbroom-mcp": {
      "command": "node",
      "args": ["/path/to/numberbroom-mcp/dist/index.js"]
    }
  }
}
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.
💡 Clone https://github.com/cameron-creations/numberbroom-mcp and follow its README for install instructions.
Use cases

MCP Servers overview

# NumberBroom MCP Server

A remote [MCP](https://modelcontextprotocol.io) server that lets AI agents (Claude, ChatGPT,
and other MCP-compatible clients) verify US phone numbers through the
[NumberBroom](https://numberbroom.com) API: carrier-level line type, carrier name, an activity
score, and TCPA litigator status.

This server is a thin, stateless proxy. It has no database and runs no OAuth flow — it forwards
your NumberBroom API key straight through to `https://numberbroom.com/api/v1`, which already
owns authentication, rate limiting, billing, and abuse protection. See
[numberbroom.com/developers](https://numberbroom.com/developers) for the underlying REST API
this wraps.

## Tools

| Tool | Description | Cost |
|---|---|---|
| `verify_phone_number` | Line type, carrier, activity score, TCPA litigator flag for one US number. | $0.20/call, charged to your NumberBroom credit balance. Unparseable numbers are not charged. |
| `get_credit_balance` | Remaining pre-paid credit balance on your NumberBroom account. | Free. |

## Get an API key

1. Sign up at [numberbroom.com](https://numberbroom.com) and add credit to your account.
2. Generate an API key at [numberbroom.com/settings](https://numberbroom.com/settings).

## Connect a client

Add this server as a remote MCP connection using its deployed URL,
`https://numberbroom.com/mcp`, with your NumberBroom API key as a Bearer token in the
`Authorization` header:

```
Authorization: Bearer nb_live_YOUR_KEY
```

Exactly how you set that header depends on the client — most MCP-capable apps that support
remote servers let you add a custom header per connection.

## Local development

```bash
npm install
npm run dev
```

This starts the server at `http://localhost:8787/mcp` via `wrangler dev`.

## Deploy

```bash
npm run deploy
```

Deploys to Cloudflare Workers as `numberbroom-mcp`. Requires a Cloudflare account
authenticated via `wrangler login`.

## Why a proxy, not a rewrite

Every tool call here is a direct, unmodified pass-through to NumberBroom's own `/api/v1`
endpoints. That means:

- Auth, rate limiting (5,000 lookups/key/day), the circuit breaker, and billing are all
  enforced exactly once, by NumberBroom's own API — this server does not duplicate or
  second-guess any of it.
- A number that fails to parse costs nothing, same as calling the REST API directly.
- This server never sees or stores your API key beyond the lifetime of a single request; each
  MCP tool call constructs an isolated server instance with no shared state between callers.

## License

MIT

What people ask about numberbroom-mcp

What is cameron-creations/numberbroom-mcp?

+

cameron-creations/numberbroom-mcp is mcp servers for the Claude AI ecosystem. Remote MCP server for the NumberBroom phone verification API It has 0 GitHub stars and its last recorded update is dated 2026-09-08.

How do I install numberbroom-mcp?

+

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

Is cameron-creations/numberbroom-mcp safe to use?

+

Our security agent has analyzed cameron-creations/numberbroom-mcp and assigned a Trust Score of 87/100 (tier: Trusted). See the full breakdown of passed checks and flags on this page.

Who maintains cameron-creations/numberbroom-mcp?

+

cameron-creations/numberbroom-mcp is maintained by cameron-creations. The last recorded GitHub activity is dated 2026-09-08, with 0 open issues.

Are there alternatives to numberbroom-mcp?

+

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

Deploy numberbroom-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: cameron-creations/numberbroom-mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/cameron-creations-numberbroom-mcp)](https://claudewave.com/repo/cameron-creations-numberbroom-mcp)
<a href="https://claudewave.com/repo/cameron-creations-numberbroom-mcp"><img src="https://claudewave.com/api/badge/cameron-creations-numberbroom-mcp" alt="Featured on ClaudeWave: cameron-creations/numberbroom-mcp" width="320" height="64" /></a>

More MCP Servers

numberbroom-mcp alternatives