Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
merit-systems avatar

People Property

  • 117 installs
  • 16 repo stars
  • Updated July 14, 2026
  • merit-systems/agentcash-skills

Integrate people and property data lookups into AgentCash agents for lead enrichment, valuation research, and transaction-support workflows.

About

The people-property skill connects AgentCash agents to people and property information sources, enabling enrichment, ownership research, valuation support, and business-context lookups through integrated APIs during agent-driven commercial workflows.

  • AgentCash people and property data bridge
  • External enrichment API integration
  • Supports lead and asset research flows
  • Business-data oriented agent capability
  • Pairs with other AgentCash domain skills

People Property by the numbers

  • 117 all-time installs (skills.sh)
  • +2 installs in the week ending Aug 4, 2026 (Skillselion tracking)
  • Ranked #2,871 of 4,347 Backend & APIs skills by installs in the Skillselion catalog
  • Data as of Aug 4, 2026 (Skillselion catalog sync)
npx skills add https://github.com/merit-systems/agentcash-skills --skill people-property

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs117
repo stars16
Last updatedJuly 14, 2026
Repositorymerit-systems/agentcash-skills

What it does

Integrate people and property data lookups into AgentCash agents for lead enrichment, valuation research, and transaction-support workflows.

Files

SKILL.mdMarkdownGitHub ↗

People & Property Search with Whitepages

Access people and property search through x402-protected endpoints.

Setup

See rules/getting-started.md for installation and wallet setup.

Important: This skill provides access to personal information. Review rules/privacy.md before use.

Quick Reference

TaskEndpointPriceDescription
Person searchhttps://stableenrich.dev/api/whitepages/person-search$0.44Find people by name/location
Property searchhttps://stableenrich.dev/api/whitepages/property-search$0.44Property and owner info

Person Search

Search for a person by name and location:

npx agentcash@latest fetch https://stableenrich.dev/api/whitepages/person-search -m POST -b '{
  "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:

npx agentcash@latest fetch https://stableenrich.dev/api/whitepages/person-search -m POST -b '{
  "first_name": "John",
  "last_name": "Smith",
  "street": "123 Main St",
  "city": "Seattle",
  "state_code": "WA",
  "zip": "98101"
}'

Property Search

Search for property information:

npx agentcash@latest fetch https://stableenrich.dev/api/whitepages/property-search -m POST -b '{
  "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)
  • [ ] (Optional) Check balance: npx agentcash@latest balance
  • [ ] Search with available details
  • [ ] Verify results match expected person
npx agentcash@latest fetch https://stableenrich.dev/api/whitepages/person-search -m POST -b '{"first_name": "Jane", "last_name": "Doe", "city": "Portland", "state_code": "OR"}'

Property Research

  • [ ] (Optional) Check balance: npx agentcash@latest balance
  • [ ] Search by address
  • [ ] Review owner and property details
npx agentcash@latest fetch https://stableenrich.dev/api/whitepages/property-search -m POST -b '{"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
npx agentcash@latest fetch https://stableenrich.dev/api/whitepages/person-search -m POST -b '{"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.

ScenarioCost
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 skills

Backend & APIsfinanceecommerce

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.