INDIVIDUAL MCP TOOL
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.
LIVE ENDPOINT
https://ai-law-tracker.com/mcp
Connect to this endpoint to inspect the live schema for get_enforcement_matter and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests retrieving external content.
Parent server
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.
Related tools
search_ai_laws— Full-text search over the audited AI-regulation dataset (US state + federal, EU, global) by title and summary.list_ai_laws— List AI-regulation records with filters (scope, jurisdiction, status, in_force, updated_since, keyword q), sorting and pagination.get_ai_law— Fetch a single AI-law record by its stable id (the id field from search_ai_laws / list_ai_laws).get_law_history— Full change history for one law record — every observed snapshot (ascending), with what changed and the values at each point.get_law_sources— The primary/secondary source URLs backing one law record — its own official (.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).list_recent_changes— Unified changelog: time-ordered inserts/updates across the whole dataset.list_law_feed— A lean, human-scannable stream of the newest significant AI-law changes (inserts + real field changes, no value diffs).