Data Collection
snoopscan.com
Scrapes web pages and gathers company intelligence, including domain details, hiring activity, and key people.
ENDPOINT 1
https://api.snoopscan.com/mcp-oauth
Known tools 0
No tool metadata was available in the registry cache.
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.snoopscan-com]
url = "https://api.snoopscan.com/mcp-oauth"
enabled = true
bearer_token_env_var = "MCP_BEARER_TOKEN"
Authentication is required. Replace the placeholder locally and never commit a secret.
Claude Code
.mcp.json
{
"mcpServers": {
"snoopscan-com": {
"type": "http",
"url": "https://api.snoopscan.com/mcp-oauth",
"headers": {
"Authorization": "Bearer YOUR_BEARER_TOKEN"
}
}
}
}
Authentication is required. Replace the placeholder locally and never commit a secret.
Claude Desktop
Settings → Connectors → Add custom connector
Name: snoopscan-com
Remote MCP URL: https://api.snoopscan.com/mcp-oauth
Add the URL as a custom connector, then complete its supported authorization flow. Claude Desktop remote connectors are configured in the UI.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"snoopscan-com": {
"url": "https://api.snoopscan.com/mcp-oauth",
"headers": {
"Authorization": "Bearer YOUR_BEARER_TOKEN"
}
}
}
}
Authentication is required. Replace the placeholder locally and never commit a secret.
Visual Studio Code
.vscode/mcp.json
{
"servers": {
"snoopscan-com": {
"type": "http",
"url": "https://api.snoopscan.com/mcp-oauth",
"headers": {
"Authorization": "Bearer ${input:mcp-token}"
}
}
},
"inputs": [
{
"type": "promptString",
"id": "mcp-token",
"description": "snoopscan-com bearer token",
"password": true
}
]
}
Authentication is required. Replace the placeholder locally and never commit a secret.
Generic MCP
Client-specific MCP configuration
{
"name": "snoopscan-com",
"transport": "streamable-http",
"url": "https://api.snoopscan.com/mcp-oauth",
"headers": {
"Authorization": "Bearer YOUR_BEARER_TOKEN"
}
}
Authentication is required. Replace the placeholder locally and never commit a secret.
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 2
https://api.snoopscan.com/mcp
MCP server metadata
- Name
- SnoopScan
- Version
- 1.0.0
SnoopScan reads the public web. Use scrape for one page, map to list a site's URLs before fetching them, crawl for many pages in the background, search when there is no URL yet, and extract to pull fields with a JSON schema. It only reads: it never submits forms, posts, buys or signs in. Every call reports what it cost; failed calls cost nothing.
Known tools 18
domainHow old a domain is, who registered it, where it is hosted, and who links to it.
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.snoopscan]
url = "https://api.snoopscan.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"snoopscan": {
"type": "http",
"url": "https://api.snoopscan.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: snoopscan
Remote MCP URL: https://api.snoopscan.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": {
"snoopscan": {
"url": "https://api.snoopscan.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"snoopscan": {
"type": "http",
"url": "https://api.snoopscan.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "snoopscan",
"transport": "streamable-http",
"url": "https://api.snoopscan.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.