← snoopscan.com
INDIVIDUAL MCP TOOL
people
Find the people at a company, by what they do and how senior they are.
LIVE ENDPOINT
https://api.snoopscan.com/mcp
Connect to this endpoint to inspect the live schema for people and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
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.
Related tools
scrape— Fetch a single web page and return its content as clean markdown.fetchMore— Read the remainder of a page that was truncated.domain— How old a domain is, who registered it, where it is hosted, and who links to it.hiring— What a company is currently recruiting for.company— Everything a company's own website says about itself.map— List the URLs on a website without fetching page content.crawl— Start crawling a website.crawlStatus— Check the progress of a crawl.