
Security News
Happy Birthday, Shai-Hulud
It has been one year since Shai-Hulud made its first appearance on npm.
veriroute-intel-mcp
Advanced tools
Tells your agent whether a number is safe to call or text right now. Local stdio shim for the hosted VeriRoute Intel MCP server — live carrier, CNAM, spam, and SMS-deliverability checks.
Tells your agent whether a number is safe to call or text right now. Live reads of the U.S. and Canadian phone networks — carrier of record, line type, LRN, CNAM caller ID, spam/scam reputation, SMS deliverability, and a TCPA 8 a.m.–9 p.m. calling-window verdict — plus bulk lookups. Every query gets a fresh dip, never stale cached data. Free sandbox key, no card required. Pay per lookup with no minimums.
This is a hosted (remote) MCP server — nothing to install or run.
https://verirouteintel.com/api/mcp (Streamable HTTP, JSON-RPC 2.0)Authorization: Bearer <your VeriRoute Intel API key>claude mcp add --transport http vri https://verirouteintel.com/api/mcp \
--header "Authorization: Bearer YOUR_API_KEY"
Add a custom connector with URL https://verirouteintel.com/api/mcp and header
Authorization: Bearer YOUR_API_KEY.
mcp.json){
"mcpServers": {
"vri": {
"url": "https://verirouteintel.com/api/mcp",
"headers": { "Authorization": "Bearer YOUR_API_KEY" }
}
}
}
| Tool | What it does |
|---|---|
vri_number_lookup | Live intelligence for one number: carrier, line type, LRN routing, porting date; optional CNAM, spam reputation, messaging provider |
vri_spam_check | Spam / scam / robocall reputation for one number |
vri_sms_deliverability | One verdict for outreach agents: can this number receive SMS, and is now a reasonable time to send? Line type, VoIP flag, spam reputation, and the recipient's approximate local time with an 8am–9pm calling-window flag |
vri_bulk_lookup | Up to 100 numbers in one call |
vri_submit_job | Submit an async bulk job (up to 10,000 numbers); balance reserved up front |
vri_bulk_status | Progress of one of your bulk jobs |
Live keys pay the same per-lookup rates as the REST API from a prepaid balance. Every result reports what it cost; failed lookups are never charged, and a call that would exceed your available balance is refused up front.
© First Light Holdings, LLC, DBA VeriRoute Intel · Terms · Privacy
Published in the Official MCP Registry as com.verirouteintel/lookup · Smithery · MCP.so
A zero-dependency Node shim in this repo forwards to the hosted server:
git clone https://github.com/verirouteintel/veriroute-intel-mcp
cd veriroute-intel-mcp
VRI_API_KEY=YOUR_API_KEY node server.js
Or in an mcp.json-style client config:
{
"mcpServers": {
"vri": {
"command": "node",
"args": ["/path/to/veriroute-intel-mcp/server.js"],
"env": { "VRI_API_KEY": "YOUR_API_KEY" }
}
}
}
Discovery works without a key; tool calls need one (free sandbox test keys return sample data with zero charges). Prefer the hosted endpoint whenever your client supports remote MCP.
FAQs
Tells your agent whether a number is safe to call or text right now. Local stdio shim for the hosted VeriRoute Intel MCP server — live carrier, CNAM, spam, and SMS-deliverability checks.
We found that veriroute-intel-mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.

Security News
It has been one year since Shai-Hulud made its first appearance on npm.

Research
/Security News
Operators behind PolinRider used a compromised GitHub account to plant malware in four development versions of a Packagist package with 700,000+ downloads.

Security News
GitHub Actions now supports cache-mode, a least-privilege control on the Actions cache aimed at the cache poisoning technique behind recent compromises.