{"audit":{"version":"1.3","generated_at":"2026-07-01T02:52:33.729139+00:00","generated_by":"Agenstry","report_url":"https://agenstry.com/agents/api.ingest0r.com","methodology_url":"https://agenstry.com/methodology","verifier_jwks_url":"https://agenstry.com/.well-known/jwks.json","subject":{"domain":"api.ingest0r.com","name":"Cook County (Chicago) property records API","url":"https://api.ingest0r.com/.well-known/agent-card.json"}},"identity":{"provider":{"organization":"independent","url":"https://api.ingest0r.com"},"registry_verification":null,"signature":{"signed":false,"signature_valid":null}},"protocol":{"version":"0.3.0","supports_streaming":false,"supports_push_notifications":false},"operational":{"live_state":"wrong_response","live_responds":false,"last_status_code":200,"last_elapsed_ms":322,"last_error":null},"track_record":{"first_seen":"2026-06-30T23:38:44.950162+00:00","last_checked":"2026-06-30T23:38:44.950162+00:00","last_seen_ok":"2026-06-30T23:38:44.950162+00:00","checks_total":1,"checks_ok":1,"uptime_pct":100.0,"archived":false,"archived_reason":null},"conformance":{"score":40,"grade":"D","summary":"D-grade: significant issues, auth-gated, partially broken, or stale.","criteria":[{"key":"valid_card","label":"Valid AgentCard","points":10,"max_points":10,"status":"pass","detail":"Schema-validated A2A AgentCard returned by the well-known endpoint."},{"key":"live_responds","label":"Live JSON-RPC","points":5,"max_points":25,"status":"fail","detail":"Endpoint replies but body isn't a valid JSON-RPC 2.0 A2A response."},{"key":"protocol_version","label":"Protocol version","points":5,"max_points":10,"status":"partial","detail":"Declares pre-1.0 A2A 0.3.0 (Google preview). Upgrade to v1.x for full points."},{"key":"signature","label":"JWS signature","points":0,"max_points":10,"status":"info","detail":"Card is unsigned (most published agents are)."},{"key":"uptime","label":"Uptime track record","points":0,"max_points":15,"status":"info","detail":"Only 1 probe so far, need ≥5 for an uptime grade."},{"key":"skills","label":"Skill declaration","points":10,"max_points":10,"status":"pass","detail":"Declares 4 skills with structured metadata."},{"key":"verified_identity","label":"Verified Identity","points":5,"max_points":10,"status":"partial","detail":"Provider declared: independent (https://api.ingest0r.com). Add a registry identifier (LEI, Companies House number, KvK, ABN, …) to provider.legalEntity for full verified-business credit."},{"key":"freshness","label":"Freshness + modern flags","points":5,"max_points":5,"status":"pass","detail":"declares 1 modern capability flag(s) (x402); seen in upstream source within 0d"},{"key":"security","label":"Security declaration","points":0,"max_points":5,"status":"info","detail":"No securitySchemes declared (common for open agents, not penalised)."}]},"skills":[{"id":"v1_search","name":"search","description":"Address → PIN lookup for Cook County / Chicago. Resolve a full or partial STREET ADDRESS to its parcel PIN(s): ranked candidate parcels with address, city, ZIP and a match score — resolving the address↔parcel gap (the raw parcel dataset has no address). The entry point when you have an address but not a PIN — call this before /v1/dossier, /v1/parcel, or /v1/comps. Public assessor records.","tags":["real-estate","property-data","cook-county","public-records"],"examples":[],"inputModes":["application/json"],"outputModes":["application/json"],"x-endpoint":"https://api.ingest0r.com/v1/search/{q}","x-price":"$0.01","x-input-schema":{"type":"object","required":["q"],"properties":{"q":{"type":"string","description":"Street address or partial (≥4 chars), e.g. '1 E 113th St'"}}},"x-output-schema":{"type":"object","properties":{"query":{"type":"string"},"matches":{"type":"array","items":{"type":"object","properties":{"pin":{"type":"string"},"prop_address":{"type":"string"},"prop_city":{"type":"string"},"prop_zip":{"type":"string"},"score":{"type":"number","description":"0–1 address similarity"}}}}}}},{"id":"v1_parcel","name":"parcel","description":"Single Cook County, IL parcel record by PIN: street address, city, ZIP, assessor property class, township, neighborhood, ward/municipality, census tract, school districts, walkability and airport-noise context, and lat/lon — with the street address joined in (the raw parcel dataset has none). The cheap single-property lookup. Source: Cook County Assessor, refreshed nightly.","tags":["real-estate","property-data","cook-county","public-records"],"examples":[],"inputModes":["application/json"],"outputModes":["application/json"],"x-endpoint":"https://api.ingest0r.com/v1/parcel/{pin}","x-price":"$0.01","x-input-schema":{"type":"object","required":["pin"],"properties":{"pin":{"type":"string","description":"14-digit Cook County PIN (digits or dashed). Use /v1/search first if you only have a street address."}}},"x-output-schema":{"type":"object","properties":{"pin":{"type":"string"},"prop_address":{"type":"string"},"prop_city":{"type":"string"},"prop_zip":{"type":"string"},"class":{"type":"string"},"township_name":{"type":"string"},"nbhd_code":{"type":"string"},"tax_year":{"type":"integer"},"lat":{"type":"number"},"lon":{"type":"number"}}}},{"id":"v1_dossier","name":"dossier","description":"Complete property record for a Cook County / Chicago parcel in one paid call: address and parcel basics PLUS recorded sales & deed history, building permits, and property-tax assessment history, joined and normalized — with neighborhood/ward/school/walkability context. Includes building permits LINKED to the PIN — a join the raw permit open-data can't return (it has no PIN; links are derived here by address + geo match). One finished record, not several raw queries to stitch. For real-estate due diligence, valuation, underwriting, and lead enrichment. Nightly-fresh; property-keyed (no personal data).","tags":["real-estate","property-data","cook-county","public-records"],"examples":[],"inputModes":["application/json"],"outputModes":["application/json"],"x-endpoint":"https://api.ingest0r.com/v1/dossier/{pin}","x-price":"$0.03","x-input-schema":{"type":"object","required":["pin"],"properties":{"pin":{"type":"string","description":"14-digit Cook County PIN (digits or dashed). Use /v1/search first if you only have a street address."}}},"x-output-schema":{"type":"object","properties":{"pin":{"type":"string"},"prop_address":{"type":"string"},"class":{"type":"string"},"municipality":{"type":"string"},"ward":{"type":"string"},"sales_history":{"type":"array","items":{"type":"object","properties":{"date":{"type":"string"},"price":{"type":"number"},"doc_no":{"type":"string"},"deed_type":{"type":"string"}}}},"permits":{"type":"array","items":{"type":"object","properties":{"issued":{"type":"string"},"type":{"type":"string"},"cost":{"type":"number"},"desc":{"type":"string"}}}},"assessment_history":{"type":"array","items":{"type":"object","properties":{"year":{"type":"integer"},"certified":{"type":"number"},"board":{"type":"number"}}}}}}},{"id":"v1_comps","name":"comps","description":"Comparable sales (comps) and a lightweight automated valuation for a Cook County / Chicago property: recent arm's-length sales in the same assessor neighborhood and property class over the last 18 months, with an implied low/median/high price range. Non-arm's-length and multi-parcel deeds are filtered out — a derived valuation you won't get from a raw open-data query. For valuation, underwriting, investment screening, and due diligence.","tags":["real-estate","property-data","cook-county","public-records"],"examples":[],"inputModes":["application/json"],"outputModes":["application/json"],"x-endpoint":"https://api.ingest0r.com/v1/comps/{pin}","x-price":"$0.10","x-input-schema":{"type":"object","required":["pin"],"properties":{"pin":{"type":"string","description":"14-digit Cook County PIN (digits or dashed). Use /v1/search first if you only have a street address."}}},"x-output-schema":{"type":"object","properties":{"pin":{"type":"string"},"comps":{"type":"array","items":{"type":"object","properties":{"pin":{"type":"string"},"prop_address":{"type":"string"},"sale_date":{"type":"string"},"sale_price":{"type":"number"},"deed_type":{"type":"string"}}}},"implied_range":{"type":"object","properties":{"low":{"type":"number"},"median":{"type":"number"},"high":{"type":"number"},"n":{"type":"integer"}}}}}}],"provenance":[{"source":"mcp_registry","first_seen":"2026-06-30T23:38:44.950162+00:00"}],"recent_probes":[{"fetched_at":"2026-06-30T23:38:44.950162+00:00","ok":true,"status_code":200,"error":null,"elapsed_ms":322,"live_responds":false}],"catalog_attestation":null,"verification_history":[]}