{"version":1,"resources":["https://stablepeopledata.dev/api/pdl/company/enrich","https://stablepeopledata.dev/api/pdl/person/enrich","https://stablepeopledata.dev/api/pdl/person/search","https://stablepeopledata.dev/api/pdl/company/search"],"mppResources":["https://stablepeopledata.dev/api/pdl/company/enrich","https://stablepeopledata.dev/api/pdl/person/enrich","https://stablepeopledata.dev/api/pdl/person/search","https://stablepeopledata.dev/api/pdl/company/search"],"description":"Pay-per-request access to People Data Labs person and company enrichment and search APIs. No auth, no subscriptions.","instructions":"# People Data Labs API Reference\n## Authentication\n\nAll endpoints require micropayment. Include payment headers as per the HTTP 402 specification. Payments are processed on Base mainnet (eip155:8453), Solana, or Tempo.\n\n## Agent Workflow (Progressive)\n\n1. Discover candidate endpoints with `mcp__agentcash__discover_api_endpoints`.\n2. For selected POST/PUT/PATCH endpoints, call `mcp__agentcash__check_endpoint_schema` before first fetch.\n3. Execute with `mcp__agentcash__fetch`.\n\n## Enrich Endpoint Pricing\n\n- **Person enrich**: $0.28 per match — free on miss (HTTP 200, `data: null`)\n- **Company enrich**: $0.10 per match — free on miss (HTTP 200, `status: 404`, `id: null`)\n\n## Search Endpoint Pricing\n\n`/api/pdl/person/search` and `/api/pdl/company/search` quote `size × rate`:\n\n- **Person search**: $0.28 × `size` (e.g. `size: 5` = $1.40, max `size: 100` = $28.00)\n- **Company search**: $0.10 × `size` (e.g. `size: 5` = $0.50, max `size: 100` = $10.00)\n\nFree when `data` is empty. **Recommended `size`: 1-5.** Use `scroll_token` to paginate further only if you need more results after reviewing the first batch.\n\nAlways call `mcp__agentcash__check_endpoint_schema` with your intended request body to get an exact USD quote before `mcp__agentcash__fetch`.\n"}