← Registry

Data Collection

skipshit.com

Searches for contact and property records by person name or address.

1 endpoint3 known toolsFirst detected July 25, 2026Last detected July 25, 2026

ENDPOINT 1

https://mcp.skipshit.com/mcp

No auth detected

MCP server metadata

Name
skipshit-mcp
Version
1.0.0
Capabilities
tools.listChanged
Server instructions

Skipshit provides contact and property records through three tools. Tool selection: - search_person_or_address: starting point. Returns records for a person (by name with city/state/zip) or by address. Billed 1 credit per non-null result; empty results are free. - expand_person_record: expand a person id into its full record. Free when you pass it with the searchId of a prior result that contains the id; billed 1 credit only when elevating a stub id (relative, associate, or property owner) that no prior result contains. meta.source reports cache (free) or fresh (billed). - get_search_history: FREE. List recent searches, re-read a prior result, expand one id to a full record, or page through full records — all without consuming a credit. Use this for any follow-up on data you already have. Picking the right tool: "I have a name (and city/state)" → search_person_or_address; "more detail on a result, relative, or property from a search I ran" → get_search_history (free), or expand_person_record WITH its searchId (also free); reserve billed expand_person_record for a stub id no prior result contains. Returned fields: name, address (current + prior), age, phone, email, relatives/associates, property, liens, judgments, bankruptcies, business affiliations, and IP-address signals. Field availability is fixed by the account's data contract and enforced at the gateway.

Known tools 3

search_person_or_address

Returns contact and property records for a person (by name with city/state/zip) or by address.

Inferred read-only
expand_person_record

Expand a person id into its full record.

Inferred read-only
get_search_history

Free detail-expander for prior results, and the way to check the current credit balance.

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.skipshit-mcp]
url = "https://mcp.skipshit.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "skipshit-mcp": {
      "type": "http",
      "url": "https://mcp.skipshit.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: skipshit-mcp
Remote MCP URL: https://mcp.skipshit.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": {
    "skipshit-mcp": {
      "url": "https://mcp.skipshit.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "skipshit-mcp": {
      "type": "http",
      "url": "https://mcp.skipshit.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "skipshit-mcp",
  "transport": "streamable-http",
  "url": "https://mcp.skipshit.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.