Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
REGINTEL_API_KEYYesYour API key for the RegIntel API.
REGINTEL_API_BASENoOverride the API base URL. Defaults to https://api.regintelapi.com.https://api.regintelapi.com

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_jurisdictionsA

List all regulatory jurisdictions supported by RegIntel, with their codes and regulation counts.

Use this to discover the universe of supported regions (currently 41) and the canonical jurisdiction codes you can pass to other tools like search_regulations or check_compliance. This endpoint does not consume API credits.

search_regulationsA

Search the RegIntel database of global regulatory and compliance rules.

Use this tool when the user asks about regulatory obligations, compliance requirements, legal changes, cross-border regulatory differences, or industry-specific rules in any of 41 supported jurisdictions (e.g. GDPR and MiCA in the EU, MAS rules in Singapore, FCA in the UK, APRA/ASIC in Australia, SEC/FINRA in the US). Returns a paginated list of matching regulations; each result includes title, jurisdiction, category, tags, a summary, a canonical uri, and an upstream source_url (the original regulator's page) for citation. To get the full obligations/penalties/ scope for a specific regulation, follow up with get_regulation(id).

Args: jurisdiction: ISO-style jurisdiction code, e.g. "EU", "US", "AU", "SG", "UK". Optional. tag: Tag filter, e.g. "GDPR", "KYC", "AML", "crypto". Optional. q: Free-text keyword search across regulation title and body. Optional. category: Category filter, e.g. "Privacy", "Finance", "Crypto", "AML". Optional. limit: Number of results per page (max 100). Optional. page: Page number for pagination, 1-indexed. Optional.

get_regulationA

Get the full record for a single regulation by its integer ID.

Use this when the user asks for the specific obligations, penalties, scope, or article-level detail of a named regulation (e.g. "what are the obligations under GDPR?", "what's the penalty range for MiCA?", "summarise Article 17 of GDPR"). Returns the complete regulation document: jurisdiction (and legacy country), category (and legacy industry), regulation text, obligations, penalties, scope, tags, upstream source_url, canonical uri, key articles, and timestamps.

IDs are integers (e.g. 123 = GDPR, 124 = GDPR Art. 17, 126 = MiCA). Use search_regulations first to discover IDs — every result includes an id field you can pass here.

Args: regulation_id: Integer ID of the regulation, e.g. 123. Required.

get_recent_updatesA

List regulations added or amended recently — the regulatory change feed.

Use this when the user asks "what's new in [jurisdiction] compliance", "what regulations changed this quarter", "are there any recent updates to MiCA / GDPR / etc.", or for incremental sync of a downstream cache or vector store (only re-process what changed). Each item carries a canonical uri, an upstream source_url, and a change_type of new or amended.

Args: since: ISO date (YYYY-MM-DD) lower bound for the modification timestamp, e.g. "2026-01-01". If omitted, the API returns the default recent window. jurisdiction: Optional jurisdiction code to scope the query, e.g. "EU".

check_complianceA

Check the regulatory status of an activity in a country. Returns a decision signal — one of allowed, requires_license, restricted, prohibited, or unknown — along with risk level, penalties, obligations, and the source regulations behind the decision.

NOT LEGAL ADVICE. This endpoint provides regulatory intelligence derived from structured data; always consult a qualified legal professional before acting on it.

Args: country: Country code or name, e.g. "AU", "US", "EU", "SG", "UK". Required. activity: One of "crypto", "finance", "banking", "payments", "lending", "privacy", "data_protection", "aml", "kyc". Required.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/ad0750/regintel-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server