{"version":1,"resources":["https://stablepeopledata.dev/api/pdl/person/enrich","https://stablepeopledata.dev/api/pdl/person/search","https://stablepeopledata.dev/api/pdl/company/enrich","https://stablepeopledata.dev/api/pdl/company/search"],"mppResources":["https://stablepeopledata.dev/api/pdl/person/enrich","https://stablepeopledata.dev/api/pdl/person/search","https://stablepeopledata.dev/api/pdl/company/enrich","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## Search Endpoint Pricing\n\n`/api/pdl/person/search` and `/api/pdl/company/search` charge **per result returned**, not per call:\n\n- **Person search**: $0.28 × `size` (e.g. `size: 5` = $1.40, `size: 100` = $28.00)\n- **Company search**: $0.10 × `size` (e.g. `size: 5` = $0.50, `size: 100` = $10.00)\n\n**Recommended `size`: 1-5.** Start small. The `size` field accepts up to 100, but anything above ~10 can run into multiple dollars per call. 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"}