NumberBroom MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@NumberBroom MCP ServerVerify this US phone number (212) 555-0148 and tell me the line type, carrier, and TCPA litigator status."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
NumberBroom MCP Server
A remote MCP server that lets AI agents (Claude, ChatGPT, and other MCP-compatible clients) verify US phone numbers through the NumberBroom 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 for the underlying REST API
this wraps.
Tools
Tool | Description | Cost |
| 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. |
| Remaining pre-paid credit balance on your NumberBroom account. | Free. |
Related MCP server: areacode-mcp
Get an API key
Sign up at numberbroom.com and add credit to your account.
Generate an API key at 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_KEYExactly 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
npm install
npm run devThis starts the server at http://localhost:8787/mcp via wrangler dev.
Deploy
npm run deployDeploys 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
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Verify phone numbers, emails and IPs, and check remaining plan credits.
Phone carrier lookup, append, verification, DNC, and fraud data services.
Read-only phone intelligence for AI voice agents — line type, risk, DNC, signed receipts.
Discover, inspect and run 63,000+ agent tools from one balance. Pay per call, no subscriptions.
Related MCP Servers
- AlicenseAqualityBmaintenanceEnables querying telecom routing data (LRN, CNAM, DNO, LERG, toll-free routing) directly from AI assistants like Claude, ChatGPT.1424MIT
- AlicenseAqualityBmaintenanceProvides North American (NANP) area code and phone number intelligence for AI agents, including area code lookup, phone validation, carrier info, city/state coverage, local time, and scam context.840MIT
- AlicenseAqualityDmaintenanceEnables AI assistants to send SMS messages, verify phone numbers via OTP, assess fraud risk, and access TeleSign API documentation through natural language.8377Apache 2.0
- AlicenseNot gradedqualityCmaintenanceValidates phone numbers and provides country calling codes, enabling AI agents to look up international dialing codes and filter by country name, ISO code, or calling code.7MIT
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/cameron-creations/numberbroom-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server