API Tools
proweblook.com
Provides phone number validation, caller ID lookup, and WhatsApp account checking APIs.
ENDPOINT 1
https://mcp.proweblook.com/mcp
MCP server metadata
- Name
- proweblook-mcp
- Version
- 0.1.0
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_phoneValidate a phone number and enrich it with carrier, line type (mobile/landline/voip), country, location, timezone, and national/international formatting.
Inferred read-onlycaller_id_lookupReverse phone lookup: retrieve the registered caller name (CNAM) associated with a phone number.
Inferred read-onlycheck_whatsappCheck 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 effectswhatsapp_batch_submitSubmit up to 1,000 phone numbers for asynchronous WhatsApp validation.
Inferred read-onlywhatsapp_batch_statusPoll the status and results of a WhatsApp batch validation job created with whatsapp_batch_submit.
Inferred read-onlyverify_emailVerify an email address: syntax, MX records, SMTP deliverability, and disposable-address detection.
Potential side effectscheck_blacklistCheck an IP address, domain, or URL against major global blacklists and spam databases (DNSBL/RBL sources).
Inferred read-onlycheck_spam_scoreAnalyze 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 effectsgeo_ipLook up geolocation, ISP, and organization details for an IPv4 or IPv6 address (country, region, city, coordinates, timezone, ASN).
Inferred read-onlyscrape_urlScrape 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-onlyget_social_postFetch the full content of a single public Reddit, X (Twitter), or LinkedIn post by its URL, including replies/comments where available.
Potential side effectsgoogle_serpRun a Google search and get structured organic results (title, URL, snippet, position) as JSON.
Inferred read-onlyrun_brand_auditStart 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-onlylist_brand_auditsList this account's past AI Visibility Audits (paginated, newest first).
Inferred read-onlyget_brand_trendGet the historical AI-visibility score trend (up to 90 data points) for a brand + domain that has been audited before.
Inferred read-onlyCONNECT 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.
proweblook.com is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.