← Registry

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.

1 endpoint30 known toolsFirst detected July 25, 2026Last detected August 29, 2026

ENDPOINT 1

https://ai-law-tracker.com/mcp

No auth detected

MCP server metadata

Name
ai-law-tracker
Version
1.0.0
Capabilities
tools
Server instructions

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_laws

Full-text search over the audited AI-regulation dataset (US state + federal, EU, global) by title and summary.

Inferred read-only
list_ai_laws

List AI-regulation records with filters (scope, jurisdiction, status, in_force, updated_since, keyword q), sorting and pagination.

Inferred read-only
get_ai_law

Fetch a single AI-law record by its stable id (the id field from search_ai_laws / list_ai_laws).

Inferred read-only
get_law_history

Full change history for one law record — every observed snapshot (ascending), with what changed and the values at each point.

Inferred read-only
get_law_sources

The primary/secondary source URLs backing one law record — its own official (.

Inferred read-only
get_law_citations

The 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-only
list_recent_changes

Unified changelog: time-ordered inserts/updates across the whole dataset.

Inferred read-only
list_law_feed

A lean, human-scannable stream of the newest significant AI-law changes (inserts + real field changes, no value diffs).

Inferred read-only
list_ai_law_news

The audited AI-regulation news feed: headline + short excerpt + publisher + source URL (never full article text).

Inferred read-only
list_jurisdictions

All covered jurisdictions (US states, US federal, EU, and countries) with record counts.

Inferred read-only
list_us_states

US state jurisdictions with AI-law record counts.

Inferred read-only
list_countries

National (global-scope) jurisdictions with AI-law record counts.

Inferred read-only
list_categories

Dataset facets: the distribution of record_type and scope across all records.

Inferred read-only
list_sectors

The sector index — valid `sector` slugs (with name, inherent risk and description) for get_ai_obligations, get_ai_penalties and assess_ai_compliance.

Inferred read-only
get_sector_detail

One 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-only
get_ai_deadlines

The upcoming AI-law effective / compliance-date calendar, derived deterministically from the curated corpus (no LLM).

Inferred read-only
list_bills

The curated landmark-bill index — the named, name-searchable AI laws (valid slugs for get_bill).

Inferred read-only
get_bill

One curated landmark bill by slug: its core fields, tiered source URLs, citations (identifier + audited aka), and cross-links.

Inferred read-only
get_ai_obligations

The interpreted "what must I do" layer: who must do what, by when, or owe what penalty, for a jurisdiction and/or sector.

Inferred read-only
get_ai_penalties

The 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-only
assess_ai_compliance

The compliance-report engine (deterministic, no LLM — cannot hallucinate) as a tool.

Inferred read-only
generate_compliance_report

Generate 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-only
search_enforcement_matters

Search 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-only
get_enforcement_matter

Fetch 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-only
list_enforcement_sources

The 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-only
list_enforcement_categories

The 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-only
get_enforcement_coverage

How 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-only
get_api_status

Liveness + backend status of the AI Law Tracker data API.

Inferred read-only
start_checkout

Create a hosted checkout link to upgrade to a paid API plan (starter $49, pro $99, business $299 / month).

Potential side effects
create_free_key

Mint a FREE-tier API key and email it to the given address (the key is also returned once here).

Potential side effects

CONNECT 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.

Trust status Neutral

ai-law-tracker.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.