# mcp MCP server

People and property search for Claude and ChatGPT. Phones, emails, addresses, relatives, properties.

## Links
- Registry page: https://www.getdrio.com/mcp/com-skipshit-mcp
- Repository: https://github.com/jeremynashrei/skipshit
- Website: https://skipshit.com

## Install
- Endpoint: https://mcp.skipshit.com/mcp
- Auth: Not captured

## Setup notes
- Remote URL variable: api_key (secret)
- Remote header: Authorization
- Remote endpoint: https://mcp.skipshit.com/mcp
- Header: Authorization
- URL variable: api_key

## Tools
- search_person_or_address (Person or Address Search) - 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). Endpoint: https://mcp.skipshit.com/mcp
- expand_person_record (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). Endpoint: https://mcp.skipshit.com/mcp
- get_search_history (Search History & Detail) - 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. Endpoint: https://mcp.skipshit.com/mcp

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: com.skipshit
- Version: 1.0.0
- Runtime: Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: May 22, 2026
- Source: https://registry.modelcontextprotocol.io
