Model Context Protocol · REST API

Follow the paper trail.

Skip-tracing and people-location due-diligence for AI — public records only, no paid feeds.

https://skiptrace.nlma.io/mcp
9 MCP tools REST API 9 data sources Audit-logged
1

Add the URL to your AI client

Works with Claude.ai, Claude Desktop, ChatGPT, and any MCP-compatible client.

2

Sign in with Google on first connect

One-time authorization. No bearer token to paste — auth is handled at the gate.

3

Tools appear automatically

All 9 tools are available immediately. Declare a permissible purpose with each call.

People Search
skiptrace_person Full dossier from name: addresses, phones, emails, relatives, property, age
skiptrace_phone Reverse phone — carrier, owner name, associated addresses
skiptrace_email Reverse email — owner identity and linked records
Property
skiptrace_address Address → current owner, owner contact details, assessment history
warren_parcel Warren County GIS parcel data — lot dimensions, zoning, deed references
Courts
ocis_court_check VA statewide criminal & traffic court check (OCIS 2.0 — all 120+ localities)
va_court_search Per-county civil court docket search with case detail
Dossiers
tenant_dossier Full tenant due-diligence report: identity, addresses, courts (VA + federal), risk flags
owner_dossier Property-owner research: ownership history, contact chain, federal litigation

Authenticate with an API key from your portal. All tools are available as POST endpoints.

# Tenant due-diligence via REST curl -X POST https://skiptrace.nlma.io/api/v1/dossier/tenant \ -H "Authorization: Bearer sk_YOUR_KEY" \ -H "Content-Type: application/json" \ -d '{"name":"Jane Smith","property_address":"123 Main St","city_state":"Front Royal VA","permissible_purpose":"tenant screening"}'
POST/api/v1/trace/person
POST/api/v1/trace/address
POST/api/v1/trace/phone
POST/api/v1/trace/email
POST/api/v1/dossier/tenant
POST/api/v1/dossier/owner
POST/api/v1/courts/va
POST/api/v1/courts/federal
POST/api/v1/parcel/warren
GET/api/v1/me
GET/api/v1/usage
Results are aggregated from free public records and are not an FCRA consumer report. They must not be used to make FCRA-covered eligibility decisions (credit, employment, tenant screening, insurance). Every lookup is audit-logged with its declared permissible purpose. This is an investigative-assistance tool — verify findings through official channels before acting on them.