← Registry

Data Collection

snoopscan.com

Scrapes web pages and gathers company intelligence, including domain details, hiring activity, and key people.

2 endpoints18 known toolsFirst detected September 25, 2026Last detected September 25, 2026

ENDPOINT 1

https://api.snoopscan.com/mcp-oauth

Auth required

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

No auth detected

MCP server metadata

Name
SnoopScan
Version
1.0.0
Capabilities
experimentalpromptsresourcestools
Server instructions

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

scrape

Fetch a single web page and return its content as clean markdown.

Inferred read-only
fetchMore

Read the remainder of a page that was truncated.

Inferred read-only
domain

How old a domain is, who registered it, where it is hosted, and who links to it.

Inferred read-only
hiring

What a company is currently recruiting for.

Inferred read-only
people

Find the people at a company, by what they do and how senior they are.

Inferred read-only
company

Everything a company's own website says about itself.

Inferred read-only
map

List the URLs on a website without fetching page content.

Inferred read-only
crawl

Start crawling a website.

Inferred read-only
crawlStatus

Check the progress of a crawl.

Inferred read-only
crawlPages

Read the pages a crawl has collected, a few at a time.

Inferred read-only
findLeads

Find businesses by what they do and where, with how to reach each one.

Inferred read-only
leadsStatus

Follow a Find Leads run, and read its leads once it has finished.

Inferred read-only
extract

Extract structured data from one or more pages according to a JSON schema.

Inferred read-only
search

Search the web and return results.

Inferred read-only
checkChanges

Check whether a page has changed since it was last fetched.

Inferred read-only
listProducts

List every product a store publishes, from the store's own catalogue.

Inferred read-only
listPosts

List a site's posts or articles from its own API or feed.

Inferred read-only
findContacts

Find contact information for a company website.

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.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.

Indexed

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