Remote MCP server for the NumberBroom phone verification API
- ✓Open-source license (MIT)
- ✓Actively maintained (<30d)
- ✓Clear description
- ✓Documented (README)
git clone https://github.com/cameron-creations/numberbroom-mcp{
"mcpServers": {
"numberbroom-mcp": {
"command": "node",
"args": ["/path/to/numberbroom-mcp/dist/index.js"]
}
}
}Resumen de MCP Servers
# 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
Lo que la gente pregunta sobre numberbroom-mcp
¿Qué es cameron-creations/numberbroom-mcp?
+
cameron-creations/numberbroom-mcp es mcp servers para el ecosistema de Claude AI. Remote MCP server for the NumberBroom phone verification API Tiene 0 estrellas en GitHub y su última actualización registrada es del 2026-09-08.
¿Cómo se instala numberbroom-mcp?
+
Puedes instalar numberbroom-mcp clonando el repositorio (https://github.com/cameron-creations/numberbroom-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 cameron-creations/numberbroom-mcp?
+
Nuestro agente de seguridad ha analizado cameron-creations/numberbroom-mcp y le ha asignado un Trust Score de 87/100 (tier: Trusted). Revisa el desglose completo de comprobaciones superadas y flags en esta página.
¿Quién mantiene cameron-creations/numberbroom-mcp?
+
cameron-creations/numberbroom-mcp es mantenido por cameron-creations. La última actividad registrada en GitHub es del 2026-09-08, con 0 issues abiertos.
¿Hay alternativas a numberbroom-mcp?
+
Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.
Despliega numberbroom-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.
[](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>Más MCP Servers
Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.
User-friendly AI Interface (Supports Ollama, OpenAI API, ...)
An open-source AI agent that brings the power of Gemini directly into your terminal.
Real-time global intelligence dashboard. AI-powered news aggregation, geopolitical monitoring, and infrastructure tracking in a unified situational awareness interface
The fastest path to AI-powered full stack observability, even for lean teams.
🕷️ An adaptive Web Scraping framework that handles everything from a single request to a full-scale crawl!