regintel-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| REGINTEL_API_KEY | Yes | Your API key for the RegIntel API. | |
| REGINTEL_API_BASE | No | Override the API base URL. Defaults to https://api.regintelapi.com. | https://api.regintelapi.com |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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 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 IDs are integers (e.g. 123 = GDPR, 124 = GDPR Art. 17, 126 = MiCA).
Use search_regulations first to discover IDs — every result includes
an 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 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 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
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