Data Collection
ai-law-tracker.com
Provides search and retrieval of AI regulation records across multiple jurisdictions, including full-text search, filtering, and change history.
ENDPOINT 1
https://ai-law-tracker.com/mcp
MCP server metadata
- Name
- ai-law-tracker
- Version
- 1.0.0
Read-only access to AI Law Tracker — the audited AI-regulation dataset (US state + federal, EU, global): laws, jurisdictions, news, a change feed, and an interpreted obligations/penalties/risk layer. AN API KEY IS REQUIRED, and a free one is self-serve with no card: call the `create_free_key` tool with an email address, then paste the key into this connector's x-api-key header. Until a key is present every data tool answers 401 key_required with that same instruction — if you see it, mint a key rather than retrying. Paid tiers unlock higher volume, the change feed, history and webhooks; use start_checkout to upgrade. Data is CC BY 4.0 and informational only — NOT legal advice; always verify against each record's official_url.
Known tools 30
search_ai_lawsFull-text search over the audited AI-regulation dataset (US state + federal, EU, global) by title and summary.
Inferred read-onlylist_ai_lawsList AI-regulation records with filters (scope, jurisdiction, status, in_force, updated_since, keyword q), sorting and pagination.
Inferred read-onlyget_ai_lawFetch a single AI-law record by its stable id (the id field from search_ai_laws / list_ai_laws).
Inferred read-onlyget_law_historyFull change history for one law record — every observed snapshot (ascending), with what changed and the values at each point.
Inferred read-onlyget_law_sourcesThe primary/secondary source URLs backing one law record — its own official (.
Inferred read-onlyget_law_citationsThe citation projection for one law record: its identifier, title, audited alternate names, and a formatting-convenience suggested citation over public metadata (clearly labelled — never presented as an official cite).
Inferred read-onlylist_recent_changesUnified changelog: time-ordered inserts/updates across the whole dataset.
Inferred read-onlylist_law_feedA lean, human-scannable stream of the newest significant AI-law changes (inserts + real field changes, no value diffs).
Inferred read-onlylist_ai_law_newsThe audited AI-regulation news feed: headline + short excerpt + publisher + source URL (never full article text).
Inferred read-onlylist_jurisdictionsAll covered jurisdictions (US states, US federal, EU, and countries) with record counts.
Inferred read-onlylist_categoriesDataset facets: the distribution of record_type and scope across all records.
Inferred read-onlylist_sectorsThe sector index — valid `sector` slugs (with name, inherent risk and description) for get_ai_obligations, get_ai_penalties and assess_ai_compliance.
Inferred read-onlyget_sector_detailOne sector’s cross-section: the free awareness OVERVIEW (name, inherent risk, enforcement bodies, federal penalty structure) PLUS the derived per-law obligations + penalties for that sector.
Inferred read-onlyget_ai_deadlinesThe upcoming AI-law effective / compliance-date calendar, derived deterministically from the curated corpus (no LLM).
Inferred read-onlylist_billsThe curated landmark-bill index — the named, name-searchable AI laws (valid slugs for get_bill).
Inferred read-onlyget_billOne curated landmark bill by slug: its core fields, tiered source URLs, citations (identifier + audited aka), and cross-links.
Inferred read-onlyget_ai_obligationsThe interpreted "what must I do" layer: who must do what, by when, or owe what penalty, for a jurisdiction and/or sector.
Inferred read-onlyget_ai_penaltiesThe penalty & enforcement dataset for the applicable laws: monetary/other penalty, enforcing body, citation and primary source, plus a sector-level penalty-structure summary.
Inferred read-onlyassess_ai_complianceThe compliance-report engine (deterministic, no LLM — cannot hallucinate) as a tool.
Inferred read-onlygenerate_compliance_reportGenerate the personalized, source-grounded AI-law COMPLIANCE REPORT for a business profile — the same deterministic engine behind the $79 report product (no LLM in the grounded path, so it cannot invent a statute, deadline, or penalty).
Inferred read-onlysearch_enforcement_mattersSearch regulatory enforcement actions and litigation involving AI — FTC, DOJ, SEC, CFPB, EEOC and state attorneys general — at MATTER level: one row per dispute, with forum, agency, status, the statutes invoked and the official source URL.
Inferred read-onlyget_enforcement_matterFetch one enforcement matter by its matter_uid (from search_enforcement_matters) with its full chain: the event timeline, the parties, the relief imposed and its dollar amount, the statutes cited, and the source documents each claim traces to.
Inferred read-onlylist_enforcement_sourcesThe 254 official sources behind the enforcement registry — agency newsrooms, AG press feeds, court dockets — with the last successful read and whether each is currently stale or blocked.
Inferred read-onlylist_enforcement_categoriesThe thirteen controlled vocabularies the enforcement filters accept — matter_type, matter_status, forum_type, party_role, party_kind, relief_type, event_type, ai_role, law_relation, verification, jurisdiction_level, pii_class and redaction_policy.
Inferred read-onlyget_enforcement_coverageHow big the enforcement registry actually is: matters held, matters publishable, how many are withheld as duplicates or pending translation, breakdowns by agency, matter type and jurisdiction, and the de-duplicated monetary relief total.
Inferred read-onlystart_checkoutCreate a hosted checkout link to upgrade to a paid API plan (starter $49, pro $99, business $299 / month).
Potential side effectscreate_free_keyMint a FREE-tier API key and email it to the given address (the key is also returned once here).
Potential side effectsCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.ai-law-tracker]
url = "https://ai-law-tracker.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"ai-law-tracker": {
"type": "http",
"url": "https://ai-law-tracker.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: ai-law-tracker
Remote MCP URL: https://ai-law-tracker.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"ai-law-tracker": {
"url": "https://ai-law-tracker.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"ai-law-tracker": {
"type": "http",
"url": "https://ai-law-tracker.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "ai-law-tracker",
"transport": "streamable-http",
"url": "https://ai-law-tracker.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for ai-law-tracker.com was fetched 2026-08-25T02:54:38.009Z.
ai-law-tracker.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.