← Registry

API Tools

proweblook.com

Provides phone number validation, caller ID lookup, and WhatsApp account checking APIs.

1 endpoint19 known toolsFirst detected August 1, 2026Last detected August 1, 2026

ENDPOINT 1

https://mcp.proweblook.com/mcp

No auth detected

MCP server metadata

Name
proweblook-mcp
Version
0.1.0
Capabilities
tools
Server instructions

ProWebLook MCP server: run ProWebLook data APIs as tools. Product families: phone validation, WhatsApp checks (single + batch), email verification, caller ID, blacklist checks, email spam scoring, IP geolocation, web scraping/screenshots, social search (Reddit/X/LinkedIn), Google SERP, and AI brand-visibility audits. Every tool call is metered against the prepaid credit balances of the ProWebLook account whose api_key is configured for this server; most tools cost 1 credit of their product family per successful call (whatsapp_batch_submit costs 1 per number). Auth: pass your ProWebLook api_key as "Authorization: Bearer <key>" (preferred), an "X-API-KEY: <key>" header, or "?api_key=<key>" on the server URL. Keys are per-account — get one at https://proweblook.com (free tier available). Async patterns: whatsapp_batch_submit and run_brand_audit return an id immediately; poll whatsapp_batch_status / get_brand_audit until completed. Out-of-credit calls return an error naming the product to top up. Check quotas anytime with get_balance. Docs: https://docs.proweblook.com — Dashboard: https://proweblook.com

Known tools 19

validate_phone

Validate a phone number and enrich it with carrier, line type (mobile/landline/voip), country, location, timezone, and national/international formatting.

Inferred read-only
caller_id_lookup

Reverse phone lookup: retrieve the registered caller name (CNAM) associated with a phone number.

Inferred read-only
check_whatsapp

Check whether a phone number has an active WhatsApp account (without sending any message or OTP), including whether it is a WhatsApp Business account.

Potential side effects
whatsapp_batch_submit

Submit up to 1,000 phone numbers for asynchronous WhatsApp validation.

Inferred read-only
whatsapp_batch_status

Poll the status and results of a WhatsApp batch validation job created with whatsapp_batch_submit.

Inferred read-only
verify_email

Verify an email address: syntax, MX records, SMTP deliverability, and disposable-address detection.

Potential side effects
check_blacklist

Check an IP address, domain, or URL against major global blacklists and spam databases (DNSBL/RBL sources).

Inferred read-only
check_spam_score

Analyze email subject and/or body text for spam trigger words and get a 0-100 spam score, a risk level (Low/Medium/High Risk), and a per-trigger breakdown.

Potential side effects
geo_ip

Look up geolocation, ISP, and organization details for an IPv4 or IPv6 address (country, region, city, coordinates, timezone, ASN).

Inferred read-only
scrape_url

Scrape any web page: get clean Markdown, rendered/raw HTML, all links, SEO metadata, and/or a full-page screenshot in a single call.

Inferred read-only
search_social

Search public posts on Reddit, X (Twitter), or LinkedIn by keyword.

Inferred read-only
get_social_post

Fetch the full content of a single public Reddit, X (Twitter), or LinkedIn post by its URL, including replies/comments where available.

Potential side effects
get_x_comments

Fetch comments/replies for a single X (Twitter) post URL.

Potential side effects
google_serp

Run a Google search and get structured organic results (title, URL, snippet, position) as JSON.

Inferred read-only
run_brand_audit

Start an AI Visibility Audit: measures how visible a brand is in AI assistant answers (ChatGPT, Claude, Gemini, Perplexity) across a set of queries, with competitor benchmarking and recommendations.

Inferred read-only
get_brand_audit

Get the status/results of an AI Visibility Audit by audit_id.

Inferred read-only
list_brand_audits

List this account's past AI Visibility Audits (paginated, newest first).

Inferred read-only
get_brand_trend

Get the historical AI-visibility score trend (up to 90 data points) for a brand + domain that has been audited before.

Inferred read-only
get_balance

Check remaining ProWebLook API credits for a service.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.proweblook-mcp]
url = "https://mcp.proweblook.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "proweblook-mcp": {
      "type": "http",
      "url": "https://mcp.proweblook.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: proweblook-mcp
Remote MCP URL: https://mcp.proweblook.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "proweblook-mcp": {
      "url": "https://mcp.proweblook.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "proweblook-mcp": {
      "type": "http",
      "url": "https://mcp.proweblook.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "proweblook-mcp",
  "transport": "streamable-http",
  "url": "https://mcp.proweblook.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for proweblook.com was fetched 2026-08-08T03:40:40.385Z and is being refreshed.

Trust status Trusted

proweblook.com is assessed as Trusted: Domain has an established technology history spanning over a year.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.