Client request
A prompt in Claude, Cursor, or another MCP client needs external data.
Give Claude, ChatGPT, Cursor, VS Code, Windsurf, and other compatible clients access to 19 API-backed tools for validation, enrichment, scraping, search, social data, and brand audits. Use one remote endpoint, your existing API key, and your existing product credits.
claude mcp add --transport http proweblook \ https://mcp.proweblook.com/mcp \ --header "Authorization: Bearer YOUR_API_KEY"
Model Context Protocol is an open client-server standard. Instead of building custom glue code for every provider, an MCP-compatible application discovers available tools, calls the one it needs, and receives a structured result.
A prompt in Claude, Cursor, or another MCP client needs external data.
The client reads the tools published by the ProWebLook MCP server.
The client sends only the parameters required by the selected tool.
The server returns data the assistant can use in its response or workflow.
Connect once and let the client choose the right ProWebLook capability for each request.
No product-specific SDKs or separate connectors. One MCP endpoint publishes all nineteen registered tools.
Calls draw from the same product balances as direct API usage. MCP does not add a separate routing fee.
Your key is forwarded for the current request and is not stored or logged by the MCP Worker.
The cards group related capabilities for easier scanning. Their tool badges add up to the nineteen tools clients receive from tools/list.
Carrier, line type, country, formatting, and timezone metadata.
Single checks, batch submission, and batch status tools.
Reverse-lookup available caller-name information.
Mailbox, MX, SMTP, and disposable-address signals.
IP, domain, and URL reputation checks.
Email spam scoring through a structured tool call.
Location, ISP, and ASN data for an IP address.
Extract page content, links, metadata, and screenshots.
Search social content, retrieve posts, and inspect X comments.
Return structured Google search results.
Run audits, retrieve results, list audits, and review trends.
Check the account’s remaining product balances.
Use the Authorization header when your client supports it. For clients without custom headers, use the documented URL-key fallback.
claude mcp add --transport http proweblook \ https://mcp.proweblook.com/mcp \ --header "Authorization: Bearer YOUR_API_KEY"
{
"mcpServers": {
"proweblook": {
"url": "https://mcp.proweblook.com/mcp",
"headers": { "Authorization": "Bearer YOUR_API_KEY" }
}
}
}{
"servers": {
"proweblook": {
"type": "http",
"url": "https://mcp.proweblook.com/mcp",
"headers": { "Authorization": "Bearer YOUR_API_KEY" }
}
}
}https://mcp.proweblook.com/mcp?api_key=YOUR_API_KEY
Use this only when the client cannot send a custom Authorization header.
Use the same ProWebLook account and API key you already use for direct API requests.
Create an account and copy the API key shown in your ProWebLook dashboard.
Use https://mcp.proweblook.com/mcp and configure your key with one of the client patterns above.
Your client discovers the tools, selects the relevant one, and returns the structured result in context.
The MCP server is a standard access layer for ProWebLook’s existing products, not a separate product catalogue or billing system.
Each tool call consumes credits from the corresponding ProWebLook product. There is no separate MCP balance.
This server exposes ProWebLook capabilities; it is not a platform for publishing arbitrary third-party APIs.
The Worker forwards the credential for each request and does not store or log it.
The client must support remote MCP servers and a usable authentication method.
Browse phone and messaging, identity and risk, web intelligence, search, social-data, and AI-audit products individually—or call their REST endpoints directly.
Protocol basics, authentication, supported clients, billing, and configuration guidance.
https://mcp.proweblook.com/mcp?api_key=YOUR_API_KEY. Prefer the Authorization header when possible because URLs can be retained by client history or diagnostic logs.Create an account for an API key, then use the dashboard or documentation to configure your client.