CAT
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Cross AI Tools

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic

Regintel Mcp

ad0750/regintel-mcp
authSTDIOregistry active
Summary

Connects Claude to the RegIntel API, which covers 212+ regulations across 41 countries with citations back to the original regulators. You get six tools: list jurisdictions, search and retrieve full regulation records (obligations, penalties, scope), check compliance status for specific activities, track recent updates to keep your vector store fresh, and pull Australian AASB-S2 climate disclosure requirements. Requires a free API key from regintelapi.com (100 credits, no card). Useful when you're building compliance workflows, need to answer jurisdiction-specific regulatory questions, or want to keep LLM context grounded in current legal frameworks without manually scraping government sites.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

regintel-mcp

PyPI version MCP Registry License: MIT

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

Tools

ToolWhat it doesCredits
list_jurisdictionsAll 41 supported jurisdictions with codes and regulation countsFree, no key required
search_regulationsFilter the catalog by jurisdiction, tag, keyword, category. Paginated.1
get_regulationFull record (obligations, penalties, scope, source URL) for one regulation by ID1
get_recent_updatesRegulations added or modified since a date. Useful for incremental sync of vector stores.free
check_complianceDecision signal (allowed / requires_license / restricted / prohibited) for an activity in a country1
get_aasb_s2_obligationsAustralian AASB-S2 climate-disclosure obligations. Filterable by Group tier, category code, reporting year. Information only — does not calculate emissions or judge assurance.1

Configure with Claude Desktop

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.

Configure with Claude Code

claude mcp add regintel -e REGINTEL_API_KEY=your-api-key-here -- uvx regintel-mcp

Try it without a key

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

Environment variables

  • 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.

Pricing

PlanCreditsPrice
Free100 (one-time, no expiry)$0, no card
Starter1,000/month$10/month
Pro10,000/month$50/month

One-time credit packs also available. See regintelapi.com/pricing.

Links

  • Get a free key: https://regintelapi.com/k
  • API docs: https://regintelapi.com/docs.html
  • OpenAPI spec: https://regintelapi.com/openapi.json
  • MCP Registry listing: https://registry.modelcontextprotocol.io/v0/servers/io.github.ad0750/regintel-mcp
  • Source: https://github.com/ad0750/regintel-mcp

License

MIT

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

Configuration

REGINTEL_API_KEY*secret

Your RegIntel API key. Get a free key with 100 credits at https://regintelapi.com/get-key.html

Categories
Data & Analytics
Registryactive
Packageregintel-mcp
TransportSTDIO
AuthRequired
UpdatedMay 24, 2026
View on GitHub

Related Data & Analytics MCP Servers

View all →
Google Sheets

com.mcparmory/google-sheets

Create, read, and modify spreadsheet data, formatting, and sheets
25
Google Sheets

domdomegg/google-sheets-mcp

Allow AI systems to read, write, and query spreadsheet data via Google Sheets.
2
Google Sheets Mcp

henilcalagiya/google-sheets-mcp

Powerful tools for automating Google Sheets using Model Context Protocol (MCP)
14
Futuristic Risk Intelligence

cct15/war-dashboard-data

Geopolitical conflict risk, political events, and maritime traffic data for AI agents
1
Mcp Google Sheets Full

moooonad/mcp-google-sheets-full

Full Google Sheets MCP: 26 tools + run_sheets_script escape hatch. User OAuth, no service account.
CSV to JSON API

io.github.br0ski777/csv-to-json

Parse CSV to JSON array. Auto-detect delimiter, headers. x402 micropayment.