Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

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.

+3 this week 78 Trust /100
Trust breakdown (7 categories)

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
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
Install

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

# add to Claude Code
claude mcp add com-verirouteintel-lookup -- npx -y veriroute-intel-mcp
// .cursor/mcp.json
{
  "mcpServers": {
    "com-verirouteintel-lookup": {
      "command": "npx",
      "args": [
        "-y",
        "veriroute-intel-mcp"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "com-verirouteintel-lookup": {
      "command": "npx",
      "args": [
        "-y",
        "veriroute-intel-mcp"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add com-verirouteintel-lookup -- npx -y veriroute-intel-mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "com-verirouteintel-lookup": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "veriroute-intel-mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add com-verirouteintel-lookup --command npx --arg -y --arg veriroute-intel-mcp
# ~/.hermes/config.yaml
mcp_servers:
  com-verirouteintel-lookup:
    command: "npx"
    args: ["-y", "veriroute-intel-mcp"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "com-verirouteintel-lookup": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "veriroute-intel-mcp"
      ]
    }
  }
}
# add to Vellum
assistant mcp add com-verirouteintel-lookup -t stdio -c npx -a -y veriroute-intel-mcp
// mcp.json
{
  "mcpServers": {
    "com-verirouteintel-lookup": {
      "command": "npx",
      "args": [
        "-y",
        "veriroute-intel-mcp"
      ]
    }
  }
}
Changelog

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.

Diagnostics

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 →

MCP tools · 6 exposed · ~494 tokens

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 →

Tool Tokens
vri_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.

NameTypeReqDescription
phone_numbersarrayyesUS/Canada numbers, any common format (max 100)
productsarrayData sets per number. Default ['lrn'].
NameTypeReqDescription
resultsarray
total_chargedstringUSD amount billed for this call

No examples provided.

vri_bulk_status ~45

Status and progress of a VRI bulk lookup job by job id.

NameTypeReqDescription
job_idstringyesJob id returned by vri_bulk_lookup or vri_submit_job
NameTypeReqDescription
job_idstring
processedintegerNumbers completed so far
statusstringJob state, e.g. RUNNING or COMPLETED

No examples provided.

vri_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.

NameTypeReqDescription
phone_numberstringyesUS/Canada number, any common format
productsarrayData sets to include. Default ['lrn'] (carrier/line-type/routing).
NameTypeReqDescription
billedbooleanWhether this lookup was charged
dataobjectCarrier, line type, LRN, and any requested cnam/spam/messaging fields
phone_numberstringNormalized number
statusstringsuccess or error

No examples provided.

vri_sms_deliverability ~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).

NameTypeReqDescription
phone_numberstringyesUS/Canada number, any common format
NameTypeReqDescription
line_typestring|null
ok_to_message_nowbooleansms_capable AND clean AND inside the calling window
reasonsarray
recipient_localobject|nullApproximate timezone, local_time, quiet_hours_ok
sms_capablebooleanWireless line that can receive SMS
spam_flaggedboolean
voipboolean

No examples provided.

vri_spam_check ~42

Spam/scam/robocall reputation for one North American phone number.

NameTypeReqDescription
phone_numberstringyesUS/Canada number, any common format
NameTypeReqDescription
is_spambooleanTrue if flagged spam/scam/robocall
phone_numberstring
spam_typestring|nullSCAM, ROBOCALL, or null when clean

No examples provided.

vri_submit_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).

NameTypeReqDescription
phone_numbersarrayyesUS/Canada numbers to process asynchronously (max 10000)
productsarrayDefault ['lrn'].
NameTypeReqDescription
job_idstringUse with vri_bulk_status
reservedstringUSD balance reserved for the job
statusstring

No examples provided.

Common questions

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.