people-property
Search for people and properties using Whitepages APIs via x402. USE FOR: - Finding people by name and location - Address lookups and verification - Property owner information - Background research (with legitimate purpose) TRIGGERS: - "find person", "lookup person", "who lives at" - "property owner", "property search", "address lookup" - "person at address", "contact info for" IMPORTANT: These endpoints contain personal information. Use responsibly and only for legitimate purposes. See rules/privacy.md for guidance. Use agentcash.fetch for Whitepages endpoints. Both endpoints are $0.44 per call.
What this skill does
# People & Property Search with Whitepages
Access people and property search through x402-protected endpoints.
## Setup
See [rules/getting-started.md](rules/getting-started.md) for installation and wallet setup.
**Important:** This skill provides access to personal information. Review [rules/privacy.md](rules/privacy.md) before use.
## Quick Reference
| Task | Endpoint | Price | Description |
|------|----------|-------|-------------|
| Person search | `https://stableenrich.dev/api/whitepages/person-search` | $0.44 | Find people by name/location |
| Property search | `https://stableenrich.dev/api/whitepages/property-search` | $0.44 | Property and owner info |
## Person Search
Search for a person by name and location:
```mcp
agentcash.fetch(
url="https://stableenrich.dev/api/whitepages/person-search",
method="POST",
body={
"first_name": "John",
"last_name": "Smith",
"city": "Seattle",
"state_code": "WA"
}
)
```
IMPORTANT: The state parameter is named `state_code`, NOT `state`. Use two-letter state abbreviations (e.g., 'CA', 'NY', 'TX').
**Parameters:**
- `first_name` - First name (required)
- `last_name` - Last name (required)
- `city` - City name
- `state_code` - Two-letter state abbreviation (US)
- `zip` - ZIP code
- `street` - Street address
**Returns:**
- Full name and age range
- Current and previous addresses
- Phone numbers
- Associated people (relatives, associates)
### More Specific Search
Include more details for better matches:
```mcp
agentcash.fetch(
url=".../whitepages/person-search",
body={
"first_name": "John",
"last_name": "Smith",
"street": "123 Main St",
"city": "Seattle",
"state_code": "WA",
"zip": "98101"
}
)
```
## Property Search
Search for property information:
```mcp
agentcash.fetch(
url="https://stableenrich.dev/api/whitepages/property-search",
method="POST",
body={
"street": "123 Main Street",
"city": "Seattle",
"state_code": "WA"
}
)
```
IMPORTANT: The state parameter is named `state_code`, NOT `state`. Use two-letter state abbreviations (e.g., 'CA', 'NY', 'TX').
**Parameters:**
- `street` - Street address (required)
- `city` - City name
- `state_code` - Two-letter state abbreviation
- `zip` - ZIP code
**Returns:**
- Property address (standardized)
- Owner name
- Property type (single family, condo, etc.)
- Property details
## Response Data
### Person Search Fields
- `name` - Full legal name
- `ageRange` - Estimated age range
- `currentAddress` - Current residence
- `historicalAddresses` - Previous addresses
- `phoneNumbers` - Associated phone numbers
- `associatedPeople` - Relatives and associates
### Property Search Fields
- `address` - Standardized address
- `owner` - Property owner name
- `propertyType` - Type of property
- `yearBuilt` - Construction year (if available)
- `bedrooms` / `bathrooms` - Property details
- `squareFootage` - Size (if available)
## Workflows
### Verify Contact Information
- [ ] Confirm legitimate purpose (see [rules/privacy.md](rules/privacy.md))
- [ ] (Optional) Check balance: `agentcash.get_balance`
- [ ] Search with available details
- [ ] Verify results match expected person
```mcp
agentcash.fetch(
url="https://stableenrich.dev/api/whitepages/person-search",
method="POST",
body={"first_name": "Jane", "last_name": "Doe", "city": "Portland", "state_code": "OR"}
)
```
### Property Research
- [ ] (Optional) Check balance: `agentcash.get_balance`
- [ ] Search by address
- [ ] Review owner and property details
```mcp
agentcash.fetch(
url="https://stableenrich.dev/api/whitepages/property-search",
method="POST",
body={"street": "456 Oak Avenue", "city": "Austin", "state_code": "TX"}
)
```
### Reconnect with Someone
- [ ] Confirm legitimate purpose
- [ ] Provide as much detail as possible for accuracy
- [ ] Review results for correct match
```mcp
agentcash.fetch(
url="https://stableenrich.dev/api/whitepages/person-search",
method="POST",
body={"first_name": "Michael", "last_name": "Johnson", "state_code": "CA"}
)
```
## Cost Considerations
At $0.44 per call, Whitepages is the most expensive endpoint in the x402 suite.
| Scenario | Cost |
|----------|------|
| Single lookup | $0.44 |
| Verify address + person | $0.88 |
| Multiple candidates | $1.32+ |
**Tips to reduce costs:**
- Provide as much info as possible for accurate first-try results
- Use free sources first (LinkedIn, company websites)
- Use apollo, clado, firecrawl, WebSearch, WebFetch, to get data that will make the queries more accurate
- Only use for essential lookups
## Limitations
- US-focused data
- Results depend on public records availability
- Some individuals may have limited information
- Recently moved individuals may show old addresses
- Unlisted/private numbers not included
Related in General
modeling-omnistudio-epc-catalog
IncludedSalesforce Industries CME EPC product-modeling skill for Product2-based catalog creation. Use when creating EPC products, configuring product attributes, building offer bundles with Product Child Items, or reviewing EPC DataPack JSON metadata for product catalog changes. TRIGGER when: user creates or updates Product2 EPC records, AttributeAssignment payloads, AttributeMetadata/AttributeDefaultValues, Offer bundles, or ProductChildItem relationships. DO NOT TRIGGER when: designing OmniScripts/FlexCards/Integration Procedures (use building-omnistudio-omniscript, building-omnistudio-flexcard, or building-omnistudio-integration-procedure), implementing Apex business logic (use generating-apex), or troubleshooting deployment pipelines (use deploying-metadata).
relationship-science-coach
IncludedUse this skill for direct, practical adult relationship coaching: couples conflict, repair, trust, marriage, dating, flirting, attachment patterns, emotional connection, sex, desire differences, eroticism, kink negotiation, affection, love languages, breakups, and long-term passion. Draw on Gottman, EFT and Hold Me Tight, attachment science, modern sex research, Perel, Nagoski, Kerner, Schnarch, Love and Stosny, and flexible love-language tools. Be concrete and low-hedge. Redirect only for imminent danger, abuse, coercive control, minors, non-consent, self-harm, stalking, or medical/legal/psychiatric decisions.
building-sf-integrations
IncludedSalesforce integration architecture and runtime plumbing with 120-point scoring. Use this skill to set up Named Credentials, External Credentials, External Services, REST/SOAP callout patterns, Platform Events, and Change Data Capture. TRIGGER when: user sets up Named Credentials, External Services, REST/SOAP callouts, Platform Events, CDC, or touches .namedCredential-meta.xml files. DO NOT TRIGGER when: Connected App/OAuth config (use configuring-connected-apps), Apex-only logic (use generating-apex), or data import/export (use handling-sf-data).
venue-templates
IncludedAccess comprehensive LaTeX templates, formatting requirements, and submission guidelines for major scientific publication venues (Nature, Science, PLOS, IEEE, ACM), academic conferences (NeurIPS, ICML, CVPR, CHI), research posters, and grant proposals (NSF, NIH, DOE, DARPA). This skill should be used when preparing manuscripts for journal submission, conference papers, research posters, or grant proposals and need venue-specific formatting requirements and templates.
let-fate-decide
IncludedDraws the 12 Houses of the Zodiac Tarot spread to inject entropy into planning when prompts are vague, ambiguous, or casually delegated. Interprets the spread to guide next steps. Use when the user says 'let fate decide', 'YOLO', 'whatever', 'idk', or other nonchalant phrases, makes Yu-Gi-Oh references, or when you are about to arbitrarily pick between multiple reasonable approaches. Prefer over ask-questions-if-underspecified when the user's tone is casual or playful rather than precision-seeking.
net-ops
IncludedCross-platform network troubleshooting (Windows, macOS, Linux) via local or remote shell. Use for: DNS broken, can't resolve hostnames, nslookup/dig works but apps fail, NRPT, WFP, scutil, /etc/resolver, systemd-resolved, /etc/resolv.conf, NetworkManager, VPN DNS leak residue (ProtonVPN/Mullvad/WireGuard/AnyConnect), AV/firewall blocking DNS or DoH, Tailscale DNS interaction, intermittent connectivity, remote diagnostics over SSH.