npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

domain-expertise-mcp

v0.1.3

Published

MCP server that injects structured professional domain expertise into AI agents — decision frameworks, compliance workflows, and practitioner knowledge for accounting, legal, medical, Islamic finance, cybersecurity, and 19 more domains

Downloads

596

Readme

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

| Level | Content | Word Count | |-------|---------|------------| | Overview | Principles, 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

| Tier | Price | Included | |------|-------|----------| | Free | $0 | 3 domains, 100 queries/month | | Starter | $29/month | 10 domains, 1,000 queries | | Pro | $149/month | Unlimited domains, 15,000 queries, custom domain upload | | Enterprise | $599/month | Unlimited + 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