Numbers Online — phone intelligence
Server Details
Read-only phone intelligence for AI voice agents — line type, risk, DNC, signed receipts.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
- Repository
- numbers-online/numbers-online-mcp
- GitHub Stars
- 0
- Server Listing
- Numbers Online
Available Tools
4 toolscaller_riskCaller risk signalARead-onlyIdempotentInspect
Return a labeled, low-confidence risk read for an inbound caller: a spam signal (0–100, higher = riskier), verstat passthrough, and a first-party do-not-contact (DNC) signal — without a name dip. A supplementary input to the agent's own policy, never a verdict on whether to accept or reject the call. Supply the call's STIR/SHAKEN verstat to fold it into the signal — a failed validation raises the risk.
| Name | Required | Description | Default |
|---|---|---|---|
| number | Yes | Phone number in E.164, e.g. +14155552671 (loose input is normalized). | |
| verstat | No | Optional STIR/SHAKEN verstat for THIS call — TN-Validation-Passed / -Failed / No-TN-Validation, or a full Identity / P-Asserted-Identity header value. When supplied it folds into the risk signal (a failed validation raises it). |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint, openWorldHint, idempotentHint. Description adds behavioral context: 'low-confidence', impact of failed STIR/SHAKEN validation raising risk, and that it is never a final verdict. No contradiction.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Description is a single concise paragraph that front-loads the primary output. Every sentence adds value with no redundancy. Could be slightly more structured with bullets, but efficient.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a tool with high schema coverage, no output schema, and low complexity, the description covers what is returned, how to use it, and its role. Missing explicit mention of return format but components are listed.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100% with descriptions for both parameters. Description adds meaning: number is normalized, verstat can be full header, and that verstat folds into risk signal. Provides value beyond the schema.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
Specifically states it returns a risk read with spam signal, verstat passthrough, and DNC signal, and explicitly distinguishes from siblings by noting 'without a name dip' and as a 'supplementary input' not a verdict.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
Clearly indicates when to use (supplementary to agent's own policy, not a verdict) and mentions supplying verstat to influence risk. Lacks explicit when-not-to-use or alternative tool references, but context is strong.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
dnc_checkDo-not-contact supplementary signalARead-onlyIdempotentInspect
Return a first-party do-not-contact signal (suppress / no_match / unknown) for a number, sourced ONLY from suppression preferences registered and verified by the number's own owner inside Numbers Online — never a copy of any government or licensed do-not-call registry. "suppress" = the owner asked not to be contacted on this channel; "no_match" = no suppression preference on record (absence of suppress is not consent); "unknown" = the number could not be evaluated. Comes with a signed receipt recording the status "as of T". Advisory input to the agent's own process — it does not assert that a call is lawful.
| Name | Required | Description | Default |
|---|---|---|---|
| number | Yes | Phone number in E.164, e.g. +14155552671 (loose input is normalized). |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Beyond annotations (readOnlyHint, openWorldHint), description adds that the signal is sourced only from owner-registered preferences, never from government DNC registries, and comes with a signed receipt. No contradiction with annotations.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Description is detailed but well-structured, explaining three outcomes, sourcing, and advisory nature. Slightly lengthy but efficient for the information conveyed.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given one parameter with full schema coverage, no output schema, and helpful annotations, the description fully covers the tool's purpose, return values, and limitations (not a legal assertion). Complete for its complexity.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100% for the single parameter 'number', which is well described in the schema (E.164 with normalization). The description adds no extra meaning for the parameter beyond what the schema provides.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
Description clearly states it returns a do-not-contact signal (suppress/no_match/unknown) for a number, sourced only from the number's owner preferences, distinguishing it from government registries and sibling tools like caller_risk or phone_lookup.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
Description implies it is an advisory input and not a legal assertion, but lacks explicit guidance on when to use versus alternatives or when not to use. No exclusions mentioned.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
line_typeLine typeARead-onlyIdempotentInspect
Return only the deterministic fields for a number — validity, line type (mobile / fixed line / VoIP / …), range carrier, country, and formatting. No paid dip; a free, fast classification a voice agent can call before deciding to enrich.
| Name | Required | Description | Default |
|---|---|---|---|
| number | Yes | Phone number in E.164, e.g. +14155552671 (loose input is normalized). |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint, openWorldHint, and idempotentHint, so the description adds useful context: it is free, deterministic (returns specific fields), and intended for pre-enrichment. No contradictions exist, and the description enhances understanding beyond the annotations.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is two concise sentences that front-load the core functionality. Every word is meaningful, with no redundancy or filler. The structure efficiently communicates purpose, output, and use case.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the tool has one input, no output schema, and a simple operation, the description covers the returned fields and usage context. It lacks explicit details on return format or error handling, but the listed fields and deterministic nature provide sufficient completeness for a voice agent.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The input schema has 100% coverage with a detailed description for the 'number' parameter. The tool description does not add new information about the parameter; it only restates the context. Therefore, the description provides no additional semantic value beyond the schema.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool returns deterministic fields for a phone number, including validity, line type, carrier, country, and formatting. It explicitly distinguishes itself from paid enrichment tools by noting it is a free, fast classification a voice agent can call before enriching, which differentiates it from sibling tools like phone_lookup.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides context by stating it is a 'free, fast classification a voice agent can call before deciding to enrich,' implying it should be used for preliminary checks. However, it does not explicitly mention when not to use it or name specific sibling alternatives, though the use case is clear.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
phone_lookupPhone number intelligenceARead-onlyIdempotentInspect
Return a supplementary, low-confidence intelligence bundle for a phone number: validity, formatting, line type, range carrier, country, caller name (CNAM, where available), STIR/SHAKEN verstat (supply the call's verstat to fold it into the spam signal), a labeled spam signal, and a first-party do-not-contact (DNC) signal — a suppression preference registered by the number's own owner, never a copy of any government registry. Advisory only — the agent keeps every routing and dialing decision.
| Name | Required | Description | Default |
|---|---|---|---|
| number | Yes | Phone number in E.164, e.g. +14155552671 (loose input is normalized). | |
| verstat | No | Optional STIR/SHAKEN verstat for THIS call — TN-Validation-Passed / -Failed / No-TN-Validation, or a full Identity / P-Asserted-Identity header value. When supplied it folds into the risk signal (a failed validation raises it). | |
| max_cache_age_seconds | No | Operator TTL control; 0 forces a fresh dip. |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true, idempotentHint=true, openWorldHint=true. The description adds valuable context: 'low-confidence', 'advisory only', and details that the DNC signal is first-party (not a government registry copy). No contradictions.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single long sentence with a list of returned fields, which is clear but could be more structured. It front-loads the purpose and is generally adequate without extra fluff.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Despite no output schema, the description enumerates all return fields comprehensively. It covers the advisory nature and DNC specificity. Missing error or edge case handling, but overall complete for its intended use.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema covers all 3 parameters (100% coverage). Description adds context for 'verstat' by explaining it folds into the spam signal. The other parameters are standard; the description doesn't repeat schema but adds slight extra value for the verstat parameter.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states it returns a 'supplementary, low-confidence intelligence bundle' for a phone number, listing specific data points (validity, formatting, line type, carrier, country, CNAM, STIR/SHAKEN, spam signal, DNC signal). It distinguishes from siblings by offering a combined bundle, while siblings like 'caller_risk', 'dnc_check', 'line_type' appear to focus on individual aspects.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description says 'Advisory only — the agent keeps every routing and dialing decision', implying it's for intelligence, not actions. However, it does not explicitly guide when to use this tool vs siblings like 'caller_risk' or 'dnc_check'. Missing explicit when-to-use and when-not-to-use statements.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
4 tool updates
- First observed
caller_risk - First observed
dnc_check - First observed
line_type - First observed
phone_lookup
Frequently Asked Questions
Claiming proves that you control a remote MCP connector. It does not move, proxy, or interrupt the server.
Open the connector listing, choose Claim ownership, and sign in to Glama.
Complete one verification method:
GitHub identity — fastest for official registry listings. For a namespace such as
io.github.alice/server, link the matching GitHub user, then choose Claim with GitHub. An organization namespace such asio.github.acme/serveralso needs that organization to have installed the Glama AI GitHub App and approved its permissions, because GitHub discloses organization membership only to apps it has installed. Use HTTP or DNS when it has not.HTTP challenge — works when you can deploy a public file. Generate a token, publish the exact JSON Glama shows at
/.well-known/glama.jsonon the same origin as the connector, then choose Check HTTP challenge.DNS challenge — works when you control DNS but cannot change the server. Generate a token, create the exact TXT record Glama shows, wait for it to propagate, then choose Check DNS challenge.
After verification, Glama sends a confirmation email and gives you access to listing details, thumbnails, health checks, and analytics. Keep the HTTP file or DNS record in place: Glama periodically checks it and ownership remains verified while the token is discoverable.
The HTTP ownership file has this structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"claim": "glama_claim_..."
}Claim tokens are opaque, stable, and bound to the signed-in Glama account. They contain no email address or other personal information. If Glama can no longer discover a verified HTTP or DNS token, it starts a seven-day grace period before removing claim-based access. Restore the same token during that period to keep ownership verified. Never publish an email address, Glama session token, GitHub token, or connector credential as ownership proof.
If verification fails, confirm that you copied the current token exactly. The HTTP file must be public, return valid JSON with a successful HTTP response, and stay on the connector's origin. DNS changes may need more time to propagate. A claim cannot transfer to a different origin or hostname: if the connector target changes, Glama starts the grace period and the new target must be claimed separately after the previous claim is released.
For a connector linked to the official MCP Registry, registry updates continue to replace its name, description, and URL by default. After claiming, open Manage connector and enable Use Glama listing details as the source of truth if edits made on Glama should be preserved. Categories and thumbnails are always managed on Glama; registry linkage and technical connection settings continue to sync.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
To improve your MCP server's ranking:
Claim ownership of the server listing
Complete the server profile with an accurate description and thumbnail
Provide a test profile so Glama can connect to and evaluate the server
Keep tool definitions clear and complete to earn a high Tool Definition Quality Score (TDQS)
Route real usage through the Glama Gateway; more recorded successful server uses also improve the ranking
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Related MCP Connectors
Phone carrier lookup, append, verification, DNC, and fraud data services.
Give AI agents a phone layer for consent-based calls, transcripts, summaries, and outcomes.
Give your AI agent a phone: place calls, navigate IVRs, wait on hold, get structured answers.
Give AI agents a phone: outbound AI calls that return a summary, transcript, and extracted fields.
Related MCP Servers
- AlicenseAqualityBmaintenanceTells your agent whether a number is safe to call or text right now. Live US/Canada phone data: carrier, line type, LRN, CNAM, spam/scam reputation, SMS deliverability, and TCPA 8am–9pm calling-window verdicts, plus bulk jobs. Every query is a fresh network dip, never stale cache. Free sandbox key, no card required. Pay per lookup, no minimums.6MIT
- FlicenseNot gradedqualityAmaintenanceEnables phone number intelligence and spam-risk detection by combining metadata, FTC complaint history, and IPQS reputation into explainable risk scores with confidence levels.1-
- 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.858MIT
- AlicenseNot gradedqualityBmaintenanceValidates phone numbers worldwide (carrier, line type, country) via single or batch requests, with pay-per-call using x402 micropayments (USDC on Base) — no API key required.MIT
Glama MCP Gateway
Add one secure layer between your agents and this server.
TDQS
Tools overlap significantly: phone_lookup includes spam signals and DNC check, while caller_risk and dnc_check provide more specific or constrained functionality. Descriptions help differentiate use cases, but an agent might struggle to choose between them.
All tool names use snake_case and are descriptive (e.g., caller_risk, dnc_check, line_type, phone_lookup). The pattern is mostly consistent, though verbs and noun combinations vary slightly.
Four tools cover the core needs of phone intelligence (quick classification, risk assessment, DNC check, comprehensive lookup) without redundancy. The scope is well-matched to the domain.
The set covers essential operations for phone intelligence: basic line info, risk, DNC, and a full lookup. Minor gaps exist (e.g., no tool for updating DNC preferences), but given the server's advisory role, these are acceptable.