com.verirouteintel/lookup
NPM · VERIROUTE-INTEL-MCP · 2 COMPONENTS · SCANNED SEP 21
Is this number safe to call or text right now? Live carrier, CNAM, spam and SMS checks for agents.
Available components
How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score → Why this is hard to score →
Supply Chain Security100
- No malware found by supply-chain analysis.Pass
- No known CVEs affecting this package version or its production dependencies.Pass
- No install/post-install scripts declared.Pass
- No production dependencies, so there is no dependency health to assess. View diagnostics → Pass
Provenance & Transparency45
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 15 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability78
- AI-judged instruction clarity (excellent).Pass
- Tool/resource definitions use about 558 tokens (~93/item across 6 items; 6 tools + 0 resources), lean.Pass
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management53
- Stability observed for 16 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 100% of tool parameters carry a description.Pass
- Structured output schemas are declared (100% of tools); any adoption earns full credit.Pass
Tool Safety100
- No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
- We read all 6 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
- An AI judge read all 7 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
- Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
How do I install the com.verirouteintel/lookup MCP server?
com.verirouteintel/lookup runs locally as an npm package, launched with npx -y veriroute-intel-mcp. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.
npm · veriroute-intel-mcp
claude mcp add com-verirouteintel-lookup -- npx -y veriroute-intel-mcp
{
"mcpServers": {
"com-verirouteintel-lookup": {
"command": "npx",
"args": [
"-y",
"veriroute-intel-mcp"
]
}
}
} {
"servers": {
"com-verirouteintel-lookup": {
"command": "npx",
"args": [
"-y",
"veriroute-intel-mcp"
]
}
}
} codex mcp add com-verirouteintel-lookup -- npx -y veriroute-intel-mcp
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"com-verirouteintel-lookup": {
"type": "local",
"command": [
"npx",
"-y",
"veriroute-intel-mcp"
],
"enabled": true
}
}
} openclaw mcp add com-verirouteintel-lookup --command npx --arg -y --arg veriroute-intel-mcp
mcp_servers:
com-verirouteintel-lookup:
command: "npx"
args: ["-y", "veriroute-intel-mcp"] {
"McpServers": {
"com-verirouteintel-lookup": {
"Transport": "stdio",
"Command": "npx",
"Arguments": [
"-y",
"veriroute-intel-mcp"
]
}
}
} assistant mcp add com-verirouteintel-lookup -t stdio -c npx -a -y veriroute-intel-mcp
{
"mcpServers": {
"com-verirouteintel-lookup": {
"command": "npx",
"args": [
"-y",
"veriroute-intel-mcp"
]
}
}
} Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.
- 19 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 43 to 47. That category is still filling its 30-day observation window: 13 days of observed history at the previous scan, 14 at this one. The score rises as the window fills, whether or not the server changes.
- 18 Sept 26 0
- Security disclosure: unverified → fail ▼ functional
- 17 Sept 26 +1
- Security disclosure: fail → unverified ▼ functional
- 15 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 30 to 33. That category is still filling its 30-day observation window: 9 days of observed history at the previous scan, 10 at this one. The score rises as the window fills, whether or not the server changes.
- 13 Sept 26 +4
- Stability: unverified → 0.27 ▲ functional
- 6 Sept 26 +15
- Malware scan: unverified → pass ▲ security
- 5 Sept 26 56
First indexed and scored.
Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.
Captured 21 Sept 2026 · Analysed npm/veriroute-intel-mcp@1.2.2
Provenance No attestation
The registry publishes no build provenance for this version, so there is nothing to verify.
| Result | No attestation |
|---|---|
| Ecosystem | npm |
Background: How many MCP packages publish verified provenance →
Dependencies 0 packages
| Packages resolved | 0 |
|---|---|
| Tree resolution | Complete |
Background: SBOMs and build attestations, explained →
The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →
vri_bulk_lookup Bulk Lookup ~89
Live lookup for up to 100 North American phone numbers in one call (carrier, line type, routing; optional cnam/spam/messaging). Each number is a fresh paid read — spend scope required.
| Name | Type | Req | Description |
|---|---|---|---|
| phone_numbers | array | yes | US/Canada numbers, any common format (max 100) |
| products | array | – | Data sets per number. Default ['lrn']. |
| Name | Type | Req | Description |
|---|---|---|---|
| results | array | – | – |
| total_charged | string | – | USD amount billed for this call |
No examples provided.
vri_bulk_status Bulk Job Status ~45
Status and progress of a VRI bulk lookup job by job id.
| Name | Type | Req | Description |
|---|---|---|---|
| job_id | string | yes | Job id returned by vri_bulk_lookup or vri_submit_job |
| Name | Type | Req | Description |
|---|---|---|---|
| job_id | string | – | – |
| processed | integer | – | Numbers completed so far |
| status | string | – | Job state, e.g. RUNNING or COMPLETED |
No examples provided.
vri_number_lookup Number Lookup ~107
Live intelligence for ONE North American phone number: current carrier of record, line type, LRN routing data, porting activation date, and optionally caller-ID name (cnam), spam reputation, and messaging provider. Always a fresh read of live numbering infrastructure — never cached carrier data.
| Name | Type | Req | Description |
|---|---|---|---|
| phone_number | string | yes | US/Canada number, any common format |
| products | array | – | Data sets to include. Default ['lrn'] (carrier/line-type/routing). |
| Name | Type | Req | Description |
|---|---|---|---|
| billed | boolean | – | Whether this lookup was charged |
| data | object | – | Carrier, line type, LRN, and any requested cnam/spam/messaging fields |
| phone_number | string | – | Normalized number |
| status | string | – | success or error |
No examples provided.
vri_sms_deliverability SMS Deliverability Check ~115
ONE verdict for AI outreach: can this North American number receive SMS, and is now a reasonable time to send? Returns sms_capable (live line-type read), VoIP flag, spam reputation, the recipient's approximate local time with an 8am-9pm calling-window flag, and plain-language reasons. Deliverability and reputation signals only — not a legal compliance determination (no DNC/reassigned-number/litigator data).
| Name | Type | Req | Description |
|---|---|---|---|
| phone_number | string | yes | US/Canada number, any common format |
| Name | Type | Req | Description |
|---|---|---|---|
| line_type | string|null | – | – |
| ok_to_message_now | boolean | – | sms_capable AND clean AND inside the calling window |
| reasons | array | – | – |
| recipient_local | object|null | – | Approximate timezone, local_time, quiet_hours_ok |
| sms_capable | boolean | – | Wireless line that can receive SMS |
| spam_flagged | boolean | – | – |
| voip | boolean | – | – |
No examples provided.
vri_spam_check Spam Check ~42
Spam/scam/robocall reputation for one North American phone number.
| Name | Type | Req | Description |
|---|---|---|---|
| phone_number | string | yes | US/Canada number, any common format |
| Name | Type | Req | Description |
|---|---|---|---|
| is_spam | boolean | – | True if flagged spam/scam/robocall |
| phone_number | string | – | – |
| spam_type | string|null | – | SCAM, ROBOCALL, or null when clean |
No examples provided.
vri_submit_job Submit Async Job ~96
Submit an ASYNC bulk lookup job for up to 10000 North American phone numbers. Balance is reserved up front and the job runs in the background; check progress with vri_bulk_status. Requires a customer API key (jobs bill the account that owns the key).
| Name | Type | Req | Description |
|---|---|---|---|
| phone_numbers | array | yes | US/Canada numbers to process asynchronously (max 10000) |
| products | array | – | Default ['lrn']. |
| Name | Type | Req | Description |
|---|---|---|---|
| job_id | string | – | Use with vri_bulk_status |
| reserved | string | – | USD balance reserved for the job |
| status | string | – | – |
No examples provided.
What is the com.verirouteintel/lookup MCP server?
com.verirouteintel/lookup is an MCP server listed in the public MCP registry as com.verirouteintel/lookup. Is this number safe to call or text right now? Live carrier, CNAM, spam and SMS checks for agents. This page covers its npm package (veriroute-intel-mcp).
Is the com.verirouteintel/lookup MCP server safe to use?
com.verirouteintel/lookup scores 78 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 21 September 2026. It declares no install or post-install scripts. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.
What tools does the com.verirouteintel/lookup MCP server expose?
com.verirouteintel/lookup exposes 6 tools: vri_number_lookup, vri_spam_check, vri_bulk_status, vri_bulk_lookup, vri_sms_deliverability, vri_submit_job. Their descriptions and schemas cost roughly 494 tokens of context every time the server is loaded.
Is the com.verirouteintel/lookup MCP server still maintained?
com.verirouteintel/lookup is still listed as active in the MCP registry. We last reached this channel on 21 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.
What licence is the com.verirouteintel/lookup MCP server under?
com.verirouteintel/lookup declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.