# AI Law Tracker (remote · ai-law-tracker.com)

Audited AI-regulation data: laws, bills, news and obligations across US, EU and 50+ jurisdictions

- Trust score: 74/100 (medium)
- Change this week: +7
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- remote · `ai-law-tracker.com`: 74/100 (this document), [markdown](https://verifymcp.io/servers/com-ai-law-tracker-ai-law-tracker/ai-law-tracker.md), [page](https://verifymcp.io/servers/com-ai-law-tracker-ai-law-tracker/ai-law-tracker)

## Channel facts

- Endpoint: `https://ai-law-tracker.com/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.0.0`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Endpoint Security**: 80/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - No authorisation is required to call this server. Every tool declares its destructiveHint and none is destructive, so open access doesn't expose one.
  - HTTPS is enforced; there's no plaintext access path.
  - The HSTS (Strict-Transport-Security) header is present.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 68/100
  - AI-judged instruction clarity (good).
  - Context-footprint check failed: tool/resource definitions use about 3460 tokens (~138/item across 25 items; 25 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 97/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 90% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http com-ai-law-tracker-ai-law-tracker https://ai-law-tracker.com/mcp
```

### Codex

```toml
[mcp_servers.com-ai-law-tracker-ai-law-tracker]
url = "https://ai-law-tracker.com/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "com-ai-law-tracker-ai-law-tracker": {
      "type": "remote",
      "url": "https://ai-law-tracker.com/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add com-ai-law-tracker-ai-law-tracker --url https://ai-law-tracker.com/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  com-ai-law-tracker-ai-law-tracker:
    url: "https://ai-law-tracker.com/mcp"
```

### Other

```json
{
  "mcpServers": {
    "com-ai-law-tracker-ai-law-tracker": {
      "type": "http",
      "url": "https://ai-law-tracker.com/mcp"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-02 (score 74, +1)

No change was recorded against any check on this day. Stability & Change Management went from 20 to 23. That category is still filling its 30-day observation window: 6 days of observed history at the previous scan, 7 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-31 (score 73, +4)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-29 (score 69, +1)

No change was recorded against any check on this day. Stability & Change Management went from 7 to 10. That category is still filling its 30-day observation window: 2 days of observed history at the previous scan, 3 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-28 (score 68, +1)

No change was recorded against any check on this day. Stability & Change Management went from 3 to 7. That category is still filling its 30-day observation window: 1 days of observed history at the previous scan, 2 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-27 (score 67, 0)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-26 (score 67)

First indexed and scored.

## MCP tools (25)

### `search_ai_laws` (~242 tokens)

Search AI laws

Full-text search over the audited AI-regulation dataset (US state + federal, EU, global) by title and summary. Returns matching law records with jurisdiction, status, and the official source URL. Data by AI Law Tracker (CC BY 4.0). Informational only — not legal advice.

Input parameters:

- `in_force` (boolean): Filter by the in_force flag.
- `jurisdiction` (string): Exact jurisdiction slug (e.g. california, us-federal, eu, canada). See list_jurisdictions.
- `limit` (integer): Page size (max 100; free/anon are capped lower).
- `offset` (integer): Pagination offset.
- `order` (string): Sort direction (default desc).
- `q` (string, required): Search text (required), e.g. "facial recognition" or "hiring".
- `scope` (string): One of: state, federal, eu, global.
- `sort` (string): Sort field (default updated_at).
- `status` (string): Case-insensitive substring match on status.
- `updated_since` (string): ISO timestamp; only records updated at/after this.

### `list_ai_laws` (~238 tokens)

List AI laws

List AI-regulation records with filters (scope, jurisdiction, status, in_force, updated_since, keyword q), sorting and pagination. Use this to browse laws for a place; use search_ai_laws for free-text search. Data by AI Law Tracker (CC BY 4.0). Informational only — not legal advice.

Input parameters:

- `in_force` (boolean): Filter by the in_force flag.
- `jurisdiction` (string): Exact jurisdiction slug (e.g. california, us-federal, eu, canada). See list_jurisdictions.
- `limit` (integer): Page size (max 100; free/anon are capped lower).
- `offset` (integer): Pagination offset.
- `order` (string): Sort direction (default desc).
- `q` (string): Substring search over title + summary.
- `scope` (string): One of: state, federal, eu, global.
- `sort` (string): Sort field (default updated_at).
- `status` (string): Case-insensitive substring match on status.
- `updated_since` (string): ISO timestamp; only records updated at/after this.

### `get_ai_law` (~76 tokens)

Get one AI law

Fetch a single AI-law record by its stable id (the id field from search_ai_laws / list_ai_laws). Data by AI Law Tracker (CC BY 4.0). Informational only — not legal advice.

Input parameters:

- `id` (string, required): The record uuid (the `id` from a list/search result).

### `get_law_history` (~88 tokens)

Get an AI law change timeline

Full change history for one law record — every observed snapshot (ascending), with what changed and the values at each point. Paid feature (Developer+): anon/free receive a 403 with an upgrade hint, which is returned verbatim. Data by AI Law Tracker (CC BY 4.0). Informational only — not legal advice.

Input parameters:

- `id` (string, required): The record uuid.

### `get_law_sources` (~123 tokens)

Get an AI law’s source links

The primary/secondary source URLs backing one law record — its own official (.gov) link plus the curated jurisdiction sources, each tiered. Basic tiers (anon/free) get PRIMARY sources only; Developer+ get the full set incl. secondary/analysis links (the response carries an upgrade hint verbatim when withheld). Only real, held URLs — no fabrication. Data by AI Law Tracker (CC BY 4.0). Informational only — not legal advice.

Input parameters:

- `id` (string, required): The record uuid (the `id` from a list/search result).

### `get_law_citations` (~100 tokens)

Get an AI law’s 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). Free at every tier. No fabrication. Data by AI Law Tracker (CC BY 4.0). Informational only — not legal advice.

Input parameters:

- `id` (string, required): The record uuid (the `id` from a list/search result).

### `list_recent_changes` (~210 tokens)

List recent AI-law changes

Unified changelog: time-ordered inserts/updates across the whole dataset. Poll with `since` = the previous response meta.cursor. Paid feature (Developer+); the lookback window is clamped per tier. Data by AI Law Tracker (CC BY 4.0). Informational only — not legal advice.

Input parameters:

- `entity` (string): Restrict to one dataset (default: both).
- `jurisdiction` (string): Exact jurisdiction slug (e.g. california, us-federal, eu, canada). See list_jurisdictions.
- `limit` (integer): Page size (max 100; free/anon are capped lower).
- `offset` (integer): Pagination offset.
- `order` (string): Sort direction (default desc).
- `scope` (string): One of: state, federal, eu, global.
- `significant` (boolean): Drop internal metadata-only updates.
- `since` (string): ISO timestamp cursor — only changes observed after this (pass prior meta.cursor).

### `list_law_feed` (~142 tokens)

Recent significant AI-law changes

A lean, human-scannable stream of the newest significant AI-law changes (inserts + real field changes, no value diffs). Paid feature (Developer+). Data by AI Law Tracker (CC BY 4.0). Informational only — not legal advice.

Input parameters:

- `jurisdiction` (string): Exact jurisdiction slug (e.g. california, us-federal, eu, canada). See list_jurisdictions.
- `limit` (integer): Page size (max 100; free/anon are capped lower).
- `scope` (string): One of: state, federal, eu, global.
- `since` (string): ISO timestamp cursor.

### `list_ai_law_news` (~219 tokens)

List AI-law news headlines

The audited AI-regulation news feed: headline + short excerpt + publisher + source URL (never full article text). Free/anon get a taste (fewer results, newest only, excerpt withheld); Developer+ gets the full archive with excerpts. Data by AI Law Tracker (CC BY 4.0). Informational only — not legal advice.

Input parameters:

- `from` (string): Only headlines published on/after this date (YYYY-MM-DD).
- `jurisdiction` (string): Exact jurisdiction slug (e.g. california, us-federal, eu, canada). See list_jurisdictions.
- `limit` (integer): Page size (max 100; free/anon are capped lower).
- `offset` (integer): Pagination offset.
- `q` (string): Keyword substring over headline + excerpt.
- `scope` (string): One of: state, federal, eu, global.
- `since` (string): Alias for `from`.
- `to` (string): Only headlines published on/before this date (YYYY-MM-DD).

### `list_jurisdictions` (~84 tokens)

List jurisdictions

All covered jurisdictions (US states, US federal, EU, and countries) with record counts. Use the returned slugs for the `jurisdiction` argument of other tools. Data by AI Law Tracker (CC BY 4.0). Informational only — not legal advice.

Input parameters:

- `scope` (string): One of: state, federal, eu, global.

### `list_us_states` (~39 tokens)

List US states

US state jurisdictions with AI-law record counts. Data by AI Law Tracker (CC BY 4.0). Informational only — not legal advice.

### `list_countries` (~43 tokens)

List countries

National (global-scope) jurisdictions with AI-law record counts. Data by AI Law Tracker (CC BY 4.0). Informational only — not legal advice.

### `list_categories` (~43 tokens)

List dataset categories

Dataset facets: the distribution of record_type and scope across all records. Data by AI Law Tracker (CC BY 4.0). Informational only — not legal advice.

### `list_sectors` (~66 tokens)

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. Data by AI Law Tracker (CC BY 4.0). Informational only — not legal advice.

### `get_sector_detail` (~150 tokens)

Get one sector’s AI-law cross-section

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. The overview is open to every tier; the derived obligations/penalties are the salable interpreted layer (Pro+ for obligations) — under-tier callers get a one-item preview + upsell (meta.preview), never a blank wall. Every derived record is grounded in a real law + its primary source (no LLM). Use list_sectors for valid slugs. NOT legal advice.

Input parameters:

- `sector` (string, required): A sector slug (see list_sectors), e.g. healthcare, finance, hr-recruiting.

### `get_ai_deadlines` (~213 tokens)

Get upcoming AI-law deadlines

The upcoming AI-law effective / compliance-date calendar, derived deterministically from the curated corpus (no LLM). Each entry carries the verbatim source deadline text + primary-source URL; jurisdictions whose deadline text has no explicit date are reported only as meta.undated (never given an invented date). Free at every tier. This tool returns JSON; a compliance team can also SUBSCRIBE to the same feed as a live RFC 5545 calendar at https://ai-law-tracker.com/api/v1/deadlines?format=ical (webcal). NOT legal advice.

Input parameters:

- `all` (boolean): Alias to include past dates as well (equivalent to upcoming=false).
- `jurisdiction` (string): Exact jurisdiction slug (e.g. california, us-federal, eu, canada). See list_jurisdictions.
- `scope` (string): One of: state, federal, eu, global.
- `upcoming` (boolean): Only future dates (default true). Set false to include past effective dates too.

### `list_bills` (~67 tokens)

List landmark AI bills

The curated landmark-bill index — the named, name-searchable AI laws (valid slugs for get_bill). Read from the primary-sourced landmark registry. Free at every tier. Data by AI Law Tracker (CC BY 4.0). Informational only — not legal advice.

### `get_bill` (~129 tokens)

Get one landmark AI bill

One curated landmark bill by slug: its core fields, tiered source URLs, citations (identifier + audited aka), and cross-links. Where a matching live record exists, the response binds the change-timeline link (use get_law_history). Served from the primary-sourced registry (no LLM); a missing binding simply omits the history link, never fabricates one. Use list_bills for valid slugs. Data by AI Law Tracker (CC BY 4.0). Informational only — not legal advice.

Input parameters:

- `slug` (string, required): A bill slug (see list_bills).

### `get_ai_obligations` (~190 tokens)

Get AI-law obligations

The interpreted "what must I do" layer: who must do what, by when, or owe what penalty, for a jurisdiction and/or sector. Every obligation is grounded in a real law record + primary source (no LLM). Provide at least a jurisdiction or a sector. Paid feature (Pro+); lower tiers get a one-item preview with an upgrade hint. NOT legal advice.

Input parameters:

- `decision_impact` (string): What the AI decides about people (escalates applicability).
- `jurisdiction` (string): Exact jurisdiction slug (e.g. california, us-federal, eu, canada). See list_jurisdictions.
- `sector` (string): A sector slug (see list_sectors), e.g. healthcare, finance, hr-recruiting.
- `use` (string): Comma-separated AI uses: hiring, customer, content, analytics, product, other.

### `get_ai_penalties` (~114 tokens)

Get AI-law 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. Provide at least a jurisdiction or a sector. Paid feature (Developer+); lower tiers get a one-item preview. NOT legal advice.

Input parameters:

- `jurisdiction` (string): Exact jurisdiction slug (e.g. california, us-federal, eu, canada). See list_jurisdictions.
- `sector` (string): A sector slug (see list_sectors).

### `assess_ai_compliance` (~208 tokens)

Assess AI compliance risk

The compliance-report engine (deterministic, no LLM — cannot hallucinate) as a tool. Give a business profile; get the applicable AI-law obligations plus a reproducible 1–10 risk score with a named factor breakdown. `state` and `sector` are required. Paid feature (Pro+); lower tiers get a preview (risk band + counts + one sample obligation). NOT legal advice.

Input parameters:

- `aiUse` (array): How AI is used.
- `ai_decision_impact` (string)
- `ai_policy` (string)
- `ai_source` (string)
- `bias_audit` (string)
- `countries` (array): EU/global country slugs also operated in/served.
- `sector` (string, required): Sector slug (see list_sectors).
- `size` (string): Company size band (e.g. startup, small, medium, enterprise).
- `state` (string, required): US state slug (e.g. california).

### `generate_compliance_report` (~351 tokens)

Generate an AI compliance report (PDF)

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). Returns the risk assessment (1–10 score + applicable obligations) PLUS a signed download_url for the rendered PDF. `state` and `sector` are required. Paid feature (Pro+); lower tiers get a preview (risk band + counts + one sample obligation) with the PDF/download withheld and an upgrade hint returned verbatim. Every obligation is anchored to a real law + primary source. Informational only — NOT legal advice. Data by AI Law Tracker (CC BY 4.0). Informational only — not legal advice.

Input parameters:

- `aiUse` (array): How AI is used.
- `ai_decision_impact` (string)
- `ai_policy` (string)
- `ai_source` (string)
- `bias_audit` (string)
- `company` (string): Company name printed on the report (optional).
- `countries` (array): EU/global country slugs also operated in/served.
- `email` (string): Delivery email printed on the report footer (optional).
- `jurisdiction` (string): Alias for `state` (US state slug).
- `sector` (string, required): Sector slug (see list_sectors), e.g. healthcare, finance, hr-recruiting.
- `size` (string): Company size band (e.g. startup, small, medium, enterprise).
- `state` (string, required): US state slug (e.g. california). `jurisdiction` is accepted as an alias.

### `get_api_status` (~22 tokens)

Get API status

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

### `start_checkout` (~107 tokens)

Start a paid-plan checkout

Create a hosted checkout link to upgrade to a paid API plan (developer $29, pro $99, business $299 / month). Returns a checkout_url the user opens in a browser; payment happens on our own checkout, and on success the user's API key is upgraded automatically. Does not modify any data.

Input parameters:

- `email` (string): Optional — pre-fills the checkout / links the subscription to this email.
- `tier` (string, required): Plan to buy: developer | pro | business.

### `create_free_key` (~71 tokens)

Get a free API key

Mint a FREE-tier API key and email it to the given address (the key is also returned once here). Paste that key into the connector's x-api-key header to unlock full fields, filters and higher limits. One active free key per email.

Input parameters:

- `email` (string, required): Where to deliver the key.

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/com-ai-law-tracker-ai-law-tracker/ai-law-tracker#diagnostics

## Score history

- 2026-08-03: 74
- 2026-08-02: 74
- 2026-08-01: 73
- 2026-07-31: 73
- 2026-07-30: 69
- 2026-07-29: 69
- 2026-07-28: 68
- 2026-07-27: 67
- 2026-07-26: 67

## Links

- Remote endpoint: https://ai-law-tracker.com/mcp
- Website: https://ai-law-tracker.com/developers
- Changelog RSS feed: https://verifymcp.io/servers/com-ai-law-tracker-ai-law-tracker/ai-law-tracker/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/com-ai-law-tracker-ai-law-tracker/ai-law-tracker/changelog.json
- HTML version of this page: https://verifymcp.io/servers/com-ai-law-tracker-ai-law-tracker/ai-law-tracker
