Skip to main content
Glama

Server Details

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

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

Glama MCP Gateway

Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.

MCP client
Glama
MCP server

Full call logging

Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.

Tool access control

Enable or disable individual tools per connector, so you decide what your agents can and cannot do.

Managed credentials

Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.

Usage analytics

See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.

100% free. Your data is private.

Tool Definition Quality

Score is being calculated. Check back soon.

Available Tools

25 tools
assess_ai_complianceAssess AI compliance risk
Read-onlyIdempotent
Inspect

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.

ParametersJSON Schema
NameRequiredDescriptionDefault
sizeNoCompany size band (e.g. startup, small, medium, enterprise).
aiUseNoHow AI is used.
stateYesUS state slug (e.g. california).
sectorYesSector slug (see list_sectors).
ai_policyNo
ai_sourceNo
countriesNoEU/global country slugs also operated in/served.
bias_auditNo
ai_decision_impactNo
create_free_keyGet a free API keyInspect

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.

ParametersJSON Schema
NameRequiredDescriptionDefault
emailYesWhere to deliver the key.
generate_compliance_reportGenerate an AI compliance report (PDF)
Idempotent
Inspect

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.

ParametersJSON Schema
NameRequiredDescriptionDefault
sizeNoCompany size band (e.g. startup, small, medium, enterprise).
aiUseNoHow AI is used.
emailNoDelivery email printed on the report footer (optional).
stateYesUS state slug (e.g. california). `jurisdiction` is accepted as an alias.
sectorYesSector slug (see list_sectors), e.g. healthcare, finance, hr-recruiting.
companyNoCompany name printed on the report (optional).
ai_policyNo
ai_sourceNo
countriesNoEU/global country slugs also operated in/served.
bias_auditNo
jurisdictionNoAlias for `state` (US state slug).
ai_decision_impactNo
get_ai_deadlinesGet upcoming AI-law deadlines
Read-onlyIdempotent
Inspect

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.

ParametersJSON Schema
NameRequiredDescriptionDefault
allNoAlias to include past dates as well (equivalent to upcoming=false).
scopeNoOne of: state, federal, eu, global.
upcomingNoOnly future dates (default true). Set false to include past effective dates too.
jurisdictionNoExact jurisdiction slug (e.g. california, us-federal, eu, canada). See list_jurisdictions.
get_ai_lawGet one AI law
Read-onlyIdempotent
Inspect

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.

ParametersJSON Schema
NameRequiredDescriptionDefault
idYesThe record uuid (the `id` from a list/search result).
get_ai_obligationsGet AI-law obligations
Read-onlyIdempotent
Inspect

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.

ParametersJSON Schema
NameRequiredDescriptionDefault
useNoComma-separated AI uses: hiring, customer, content, analytics, product, other.
sectorNoA sector slug (see list_sectors), e.g. healthcare, finance, hr-recruiting.
jurisdictionNoExact jurisdiction slug (e.g. california, us-federal, eu, canada). See list_jurisdictions.
decision_impactNoWhat the AI decides about people (escalates applicability).
get_ai_penaltiesGet AI-law penalties
Read-onlyIdempotent
Inspect

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.

ParametersJSON Schema
NameRequiredDescriptionDefault
sectorNoA sector slug (see list_sectors).
jurisdictionNoExact jurisdiction slug (e.g. california, us-federal, eu, canada). See list_jurisdictions.
get_api_statusGet API status
Read-onlyIdempotent
Inspect

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

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

get_billGet one landmark AI bill
Read-onlyIdempotent
Inspect

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.

ParametersJSON Schema
NameRequiredDescriptionDefault
slugYesA bill slug (see list_bills).
get_law_citationsGet an AI law’s citations
Read-onlyIdempotent
Inspect

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.

ParametersJSON Schema
NameRequiredDescriptionDefault
idYesThe record uuid (the `id` from a list/search result).
get_law_historyGet an AI law change timeline
Read-onlyIdempotent
Inspect

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.

ParametersJSON Schema
NameRequiredDescriptionDefault
idYesThe record uuid.
get_law_sourcesGet an AI law’s source links
Read-onlyIdempotent
Inspect

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.

ParametersJSON Schema
NameRequiredDescriptionDefault
idYesThe record uuid (the `id` from a list/search result).
get_sector_detailGet one sector’s AI-law cross-section
Read-onlyIdempotent
Inspect

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.

ParametersJSON Schema
NameRequiredDescriptionDefault
sectorYesA sector slug (see list_sectors), e.g. healthcare, finance, hr-recruiting.
list_ai_law_newsList AI-law news headlines
Read-onlyIdempotent
Inspect

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.

ParametersJSON Schema
NameRequiredDescriptionDefault
qNoKeyword substring over headline + excerpt.
toNoOnly headlines published on/before this date (YYYY-MM-DD).
fromNoOnly headlines published on/after this date (YYYY-MM-DD).
limitNoPage size (max 100; free/anon are capped lower).
scopeNoOne of: state, federal, eu, global.
sinceNoAlias for `from`.
offsetNoPagination offset.
jurisdictionNoExact jurisdiction slug (e.g. california, us-federal, eu, canada). See list_jurisdictions.
list_ai_lawsList AI laws
Read-onlyIdempotent
Inspect

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.

ParametersJSON Schema
NameRequiredDescriptionDefault
qNoSubstring search over title + summary.
sortNoSort field (default updated_at).
limitNoPage size (max 100; free/anon are capped lower).
orderNoSort direction (default desc).
scopeNoOne of: state, federal, eu, global.
offsetNoPagination offset.
statusNoCase-insensitive substring match on status.
in_forceNoFilter by the in_force flag.
jurisdictionNoExact jurisdiction slug (e.g. california, us-federal, eu, canada). See list_jurisdictions.
updated_sinceNoISO timestamp; only records updated at/after this.
list_billsList landmark AI bills
Read-onlyIdempotent
Inspect

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.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

list_categoriesList dataset categories
Read-onlyIdempotent
Inspect

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.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

list_countriesList countries
Read-onlyIdempotent
Inspect

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

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

list_jurisdictionsList jurisdictions
Read-onlyIdempotent
Inspect

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.

ParametersJSON Schema
NameRequiredDescriptionDefault
scopeNoOne of: state, federal, eu, global.
list_law_feedRecent significant AI-law changes
Read-onlyIdempotent
Inspect

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.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNoPage size (max 100; free/anon are capped lower).
scopeNoOne of: state, federal, eu, global.
sinceNoISO timestamp cursor.
jurisdictionNoExact jurisdiction slug (e.g. california, us-federal, eu, canada). See list_jurisdictions.
list_recent_changesList recent AI-law changes
Read-onlyIdempotent
Inspect

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.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNoPage size (max 100; free/anon are capped lower).
orderNoSort direction (default desc).
scopeNoOne of: state, federal, eu, global.
sinceNoISO timestamp cursor — only changes observed after this (pass prior meta.cursor).
entityNoRestrict to one dataset (default: both).
offsetNoPagination offset.
significantNoDrop internal metadata-only updates.
jurisdictionNoExact jurisdiction slug (e.g. california, us-federal, eu, canada). See list_jurisdictions.
list_sectorsList sectors
Read-onlyIdempotent
Inspect

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.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

list_us_statesList US states
Read-onlyIdempotent
Inspect

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

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

search_ai_lawsSearch AI laws
Read-onlyIdempotent
Inspect

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.

ParametersJSON Schema
NameRequiredDescriptionDefault
qYesSearch text (required), e.g. "facial recognition" or "hiring".
sortNoSort field (default updated_at).
limitNoPage size (max 100; free/anon are capped lower).
orderNoSort direction (default desc).
scopeNoOne of: state, federal, eu, global.
offsetNoPagination offset.
statusNoCase-insensitive substring match on status.
in_forceNoFilter by the in_force flag.
jurisdictionNoExact jurisdiction slug (e.g. california, us-federal, eu, canada). See list_jurisdictions.
updated_sinceNoISO timestamp; only records updated at/after this.
start_checkoutStart a paid-plan checkoutInspect

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.

ParametersJSON Schema
NameRequiredDescriptionDefault
tierYesPlan to buy: developer | pro | business.
emailNoOptional — pre-fills the checkout / links the subscription to this email.

Discussions

No comments yet. Be the first to start the discussion!

Try in Browser

Your Connectors

Sign in to create a connector for this server.

Resources