Skipshit
Investigation-grade people and property searches inside Claude, ChatGPT, and any MCP-compatible client.
Community: Submitted by a user or imported; check the owner before granting accessOnlineNo sign-inGlobalFreeRead-only
What it can do
- Search Person Or Address: Returns contact and property records for a person (by name with city/state/zip) or by address. Billed 1 credit per non-null result; empty results are not billed. Results are
- Expand Person Record: Expand a stub id (a relative, associate, or property owner referenced in a prior `search_person_or_address` or `expand_person_record` result) into a full record. Billed 1 credit
- Get Search History: Free detail-expander for prior results, and the way to check the current credit balance. Four call modes: (1) no args → list recent searches and return current credit balance in th
What data it sees
Do you need an account
No: the server works without sign-in
Investigation-grade people and property searches inside Claude, ChatGPT, and any MCP-compatible client. Ask for someone by name or address and Skipshit returns verified records — current and prior addresses, phones, emails, relatives, associates, business affiliations, and property holdings. Three tools, natural language in, structured records back. Pay only for matches; empty results don't consume credits. Credits never expire.
Server tool list (3)
Raw names from tools/list. Only developers need these.
| search_person_or_address | Returns contact and property records for a person (by name with city/state/zip) or by address. Billed 1 credit per non-null result; empty results are not billed. Results are trimmed per-hit summaries; expand individual records or page through full results with `get_search_history` (free). |
| expand_person_record | Expand a stub id (a relative, associate, or property owner referenced in a prior `search_person_or_address` or `expand_person_record` result) into a full record. Billed 1 credit per non-null result. To re-read a record from an existing search, use `get_search_history` (free). |
| get_search_history | Free detail-expander for prior results, and the way to check the current credit balance. Four call modes: (1) no args → list recent searches and return current credit balance in the response envelope (use this when the user asks how many credits they have left); (2) `searchId` → re-read trimmed envelope; (3) `searchId + pid` → full record for one hit; (4) `searchId + offset + limit` → paged slice of full records (default limit 5, max 25). Use this for follow-ups on existing results — do NOT call `search_person_or_address` again to drill in. Zero credits consumed. |