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

Domain Expertise

mdfifty50-boop/domain-expertise-mcp
STDIOregistry active
Summary

Gives your AI agent structured professional knowledge across 24 domains like accounting, Islamic finance, cybersecurity, and HR. You get seven tools: fetch domain expertise at three depth levels (overview to expert), pull decision trees for specific scenarios like Sharia compliance checks, grab terminology with Arabic translations, retrieve regulatory context by jurisdiction, assess task complexity, and access professional workflows with quality checkpoints. Coverage spans global and regional contexts including GCC-specific knowledge for Saudi Arabia and UAE. Free tier includes three domains and 100 queries monthly. Reach for this when you need your agent to reason like a professional rather than a generalist, especially for finance, legal, or compliance work where structured frameworks matter.

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 →

domain-expertise-mcp

Inject structured professional domain expertise into AI agents. Accounting, Islamic finance, cybersecurity, real estate, HR, and 15+ more domains — all via MCP.

npm version License: MIT

Why This Exists

AI agents are generalists. They know a little about everything but lack the structured reasoning patterns that professionals develop over decades. This MCP server bridges that gap — giving any agent access to decision frameworks, professional workflows, terminology, and regulatory context across 24 professional domains.

No other MCP server provides structured domain expertise injection.

What It Does

Core Tools

  • get_domain_expertise — Get structured professional knowledge at three depth levels (overview, practitioner, expert). Includes decision frameworks, key principles, common pitfalls, and expert reasoning patterns.
  • list_available_domains — See all 24 available professional domains with coverage details.
  • get_decision_tree — Get step-by-step decision logic for specific professional scenarios (e.g., "Is this transaction Sharia-compliant?", "Should I register for VAT?").
  • get_terminology — Professional terms with definitions in English and Arabic. Includes usage context and common misunderstandings.
  • get_regulatory_context — Regulatory bodies, applicable laws, compliance requirements, and recent changes by jurisdiction.
  • assess_complexity — Score a task's complexity and get recommendations for agent capability level needed.
  • get_professional_workflow — Standard professional workflows with quality checkpoints and common shortcuts that cause problems.

Supported Domains (24)

Finance: Accounting, Tax, Audit, Islamic Finance, Conventional Banking, Investment, Insurance (Underwriting & Claims)

Legal: Corporate Law, Contract Law, Employment Law

Healthcare: Clinical, Administration, Pharmaceutical

Real Estate: Commercial, Residential

Technology: Cybersecurity, Data Privacy

Operations: Supply Chain, Logistics, Construction, Oil & Gas

People: Education, HR Management

Regional Coverage

Global, GCC, MENA, EU, US, UK, Asia — with GCC-specific knowledge for Saudi Arabia, UAE, Kuwait, Bahrain, Oman, and Qatar.

Installation

Claude Desktop / Claude Code

{
  "mcpServers": {
    "domain-expertise": {
      "command": "npx",
      "args": ["domain-expertise-mcp"]
    }
  }
}

Cursor

Add to .cursor/mcp.json:

{
  "mcpServers": {
    "domain-expertise": {
      "command": "npx",
      "args": ["domain-expertise-mcp"]
    }
  }
}

Use Cases

Building a financial agent? Inject accounting expertise so it handles revenue recognition, lease classification, and IFRS compliance like a CPA.

Islamic finance automation? Get Sharia compliance decision trees, Murabaha/Sukuk structures, and AAOIFI standards for your agent.

Cybersecurity tool? Add incident response workflows, NIST CSF alignment, and NCA/NESA compliance knowledge.

HR automation for GCC? Nitaqat/Saudization calculations, Emiratisation requirements, and end-of-service computations.

Example

Agent: "I need to determine if a client's Islamic finance product is Sharia-compliant"

→ get_decision_tree(domain: "islamic_finance", scenario: "sharia compliance")

Returns a structured decision tree:
1. Does the transaction involve riba (interest)? → If yes: NOT COMPLIANT
2. Is there excessive gharar (uncertainty)? → If yes: NOT COMPLIANT
3. Is the underlying activity halal? → If no: NOT COMPLIANT
4. Is risk genuinely shared? → If no: REVIEW NEEDED
5. If all pass → LIKELY COMPLIANT. Submit to Sharia Board.

Depth Levels

LevelContentWord Count
OverviewPrinciples, key standards, common mistakes~500 words
Practitioner+ Decision frameworks, regional specifics, expert tips~1,500 words
Expert+ Reasoning patterns, edge cases, nuanced judgment~3,000 words

Pricing

TierPriceIncluded
Free$03 domains, 100 queries/month
Starter$29/month10 domains, 1,000 queries
Pro$149/monthUnlimited domains, 15,000 queries, custom domain upload
Enterprise$599/monthUnlimited + custom training, team access, SLA

Requirements

  • Node.js 18+
  • No API keys needed for free tier

License

MIT

Keywords

domain-expertise, mcp, mcp-server, professional-knowledge, ai-agent, accounting, islamic-finance, cybersecurity, legal, real-estate, healthcare, knowledge-injection, industry-knowledge, model-context-protocol

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 →
Categories
AI & LLM ToolsDocuments & Knowledge
Registryactive
Packagedomain-expertise-mcp
TransportSTDIO
UpdatedApr 24, 2026
View on GitHub

Related AI & LLM Tools MCP Servers

View all →
SkillFM LLM Cost Optimizer

io.github.ericm1018/skillfm-llm-cost-optimizer-openai-anthropic-usage

LLM cost optimizer for OpenAI, Anthropic, token usage, BYOK, and SkillFM Beacon audits.
Llm Orchestration Agent

io.github.mikerawsonnz/llm-orchestration-agent

Run a prompt through a LangChain (system + human) chain over Gemini on Vertex AI; optional LangSmith
Authenticated Llm Agent

io.github.mikerawsonnz/authenticated-llm-agent

JWT-gated LLM gateway: authenticate (bcrypt/JWT), then run a LangChain-on-Vertex Gemini completion.
Copilot Memory MCP

labforgedev/copilot-memory-mcp

Persistent semantic memory for AI agents using local ChromaDB vector search. No cloud required.
1
Agent Prompt Injection Firewall Mcp

csoai-org/agent-prompt-injection-firewall-mcp

The WAF for agents. Pattern-based + heuristic firewall scans prompts, RAG documents, tool argume...
Authenticated Multi Llm Agent

io.github.mikerawsonnz/authenticated-multi-llm-agent

Google-OAuth-gated LLM gateway: verify a Google ID token, then run a Gemini (Vertex AI) completion f