
Security News
Ruby's Bundler 4.0.18 Extends Cooldown to bundle lock and bundle cache
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.
regintel-mcp
Advanced tools
Drop-in regulatory data for your Claude / LLM agent. Query GDPR, MiCA, DORA, AASB-S2 climate disclosure, Australian Migration Act / OMARA Code / Skilled Occupation List, NDIS Pricing Arrangements + Practice Standards, KYC/AML across 41 jurisdictions — cited to regulator sources. First 5 calls per IP work without an API key (real data, not demo); free key (100 credits, no card) at regintelapi.com/k.
Drop-in regulatory data for your Claude agent. Query 212+ regulations across 41 jurisdictions (GDPR, MiCA, DORA, AASB-S2, NGER, FATF, FCA, ASIC, MAS, SEC, FINRA…) with regulator citations. Works with Claude Desktop, Claude Code, and any MCP-compatible LLM client.
uvx regintel-mcp # or: pip install regintel-mcp
Smoke-test the install in 5 seconds — list_jurisdictions works without an API key. Once you confirm the package is wired into your client, get a free key (100 credits, no card, ~20 seconds): regintelapi.com/k
| Tool | What it does | Credits |
|---|---|---|
list_jurisdictions | All 41 supported jurisdictions with codes and regulation counts | Free, no key required |
search_regulations | Filter the catalog by jurisdiction, tag, keyword, category. Paginated. | 1 |
get_regulation | Full record (obligations, penalties, scope, source URL) for one regulation by ID | 1 |
get_recent_updates | Regulations added or modified since a date. Useful for incremental sync of vector stores. | free |
check_compliance | Decision signal (allowed / requires_license / restricted / prohibited) for an activity in a country | 1 |
get_aasb_s2_obligations | Australian AASB-S2 climate-disclosure obligations. Filterable by Group tier, category code, reporting year. Information only — does not calculate emissions or judge assurance. | 1 |
Add to claude_desktop_config.json:
{
"mcpServers": {
"regintel": {
"command": "uvx",
"args": ["regintel-mcp"],
"env": {
"REGINTEL_API_KEY": "your-api-key-here"
}
}
}
}
Restart Claude Desktop. Six tools appear under the regintel server. Ask: "is crypto trading allowed in Australia?" — the model routes that to check_compliance(country="AU", activity="crypto") on its own.
claude mcp add regintel -e REGINTEL_API_KEY=your-api-key-here -- uvx regintel-mcp
list_jurisdictions is auth-optional — useful as a sanity check after install:
Ask Claude: "list the jurisdictions in the regintel server"
If you get back a JSON list with EU, US, AU, SG, UK and 36 others, the package is wired in. Now grab a key for the rest of the tools: regintelapi.com/k
REGINTEL_API_KEY (required for billed tools) — your API key. Without it, list_jurisdictions still works; every other tool returns an actionable signup prompt.REGINTEL_API_BASE (optional) — override the API base URL. Defaults to https://api.regintelapi.com.| Plan | Credits | Price |
|---|---|---|
| Free | 100 (one-time, no expiry) | $0, no card |
| Starter | 1,000/month | $10/month |
| Pro | 10,000/month | $50/month |
One-time credit packs also available. See regintelapi.com/pricing.
MIT
FAQs
Drop-in regulatory data for your Claude / LLM agent. Query GDPR, MiCA, DORA, AASB-S2 climate disclosure, Australian Migration Act / OMARA Code / Skilled Occupation List, NDIS Pricing Arrangements + Practice Standards, KYC/AML across 41 jurisdictions — cited to regulator sources. First 5 calls per IP work without an API key (real data, not demo); free key (100 credits, no card) at regintelapi.com/k.
We found that regintel-mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.

Security News
During a UK cyber test, a Mythos 5 agent used sockpuppets, social engineering, and prompt injection to try to get a maintainer to merge malware.

Company News
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.