No aggregator sources
Misrepresentation-liability avoidance
Aggregator sites such as noukaweb, hojyokin-portal, and biz.stayway have been documented to keep expired programs listed as active, mis-state ceiling amounts, and add eligibility requirements that aren't in the primary notice. Filing on that basis and being rejected exposes the filer to misrepresentation liability from their own client.
jpcite's policy is to never register an aggregator URL in source_url. Sources are restricted to ministries (METI / MAFF / SME Agency), prefectures, government finance corps (JFC / SMRJ / NEDO), and chambers of commerce. 99%+ of 14,472 rows carry a primary URL; the remaining 12 (small-municipality programs without a dedicated CMS page) are flagged "primary URL missing" rather than backfilled.
Because every row carries source_url + fetched_at, you can show your client, the regulator, or opposing counsel exactly why a program matched. That audit trail isn't constructible if aggregators are in the chain.
Primary source, end to end
Amendments propagate immediately
Every program row carries source_url + fetched_at. The fetch date is shown verbatim — never relabeled as "last updated" (which would falsely imply we re-verified currency). Nightly liveness scans flag dead URLs.
Exclusion logic is in the data, not the prompt
Catch ineligible combinations up front
181 exclusion / prerequisite / absolute rules, structured. The "agent merrily files two incompatible subsidies, both get rejected months later" failure mode is detected the moment you pass program_ids in.
Cross-dataset glue
One call: program → law → court decision → enforcement
Expansion datasets are live: laws (e-Gov, CC-BY; 154 rows full-text indexed + 9,484 catalog stubs, body-text load incremental, name resolver covers all 9,484) + tax rulesets (invoice law / electronic-bookkeeping law; 35 rows) + NTA invoice registrants (PDL v1.0; 13,801 rows live delta) + court decisions (2,065 rows) + bids (362 rows). Plus the autonomath entity-fact DB (503,930 entities / 6.12M facts / 23,805 relations) exposed via 30 tools. The 69-tool MCP surface includes trace_program_to_law / combined_compliance_check / search_tax_incentives / reason_answer for cross-domain resolution.