{
  "markdown": "# domain-expertise-mcp\n\nInject structured professional domain expertise into AI agents. Accounting, Islamic finance, cybersecurity, real estate, HR, and 15+ more domains — all via MCP.\n\n[![npm version](https://img.shields.io/npm/v/domain-expertise-mcp)](https://www.npmjs.com/package/domain-expertise-mcp)\n[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE)\n\n## Why This Exists\n\nAI 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.\n\nNo other MCP server provides structured domain expertise injection.\n\n## What It Does\n\n### Core Tools\n\n- `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.\n- `list_available_domains` — See all 24 available professional domains with coverage details.\n- `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?\").\n- `get_terminology` — Professional terms with definitions in English and Arabic. Includes usage context and common misunderstandings.\n- `get_regulatory_context` — Regulatory bodies, applicable laws, compliance requirements, and recent changes by jurisdiction.\n- `assess_complexity` — Score a task's complexity and get recommendations for agent capability level needed.\n- `get_professional_workflow` — Standard professional workflows with quality checkpoints and common shortcuts that cause problems.\n\n### Supported Domains (24)\n\n**Finance:** Accounting, Tax, Audit, Islamic Finance, Conventional Banking, Investment, Insurance (Underwriting & Claims)\n\n**Legal:** Corporate Law, Contract Law, Employment Law\n\n**Healthcare:** Clinical, Administration, Pharmaceutical\n\n**Real Estate:** Commercial, Residential\n\n**Technology:** Cybersecurity, Data Privacy\n\n**Operations:** Supply Chain, Logistics, Construction, Oil & Gas\n\n**People:** Education, HR Management\n\n### Regional Coverage\n\nGlobal, GCC, MENA, EU, US, UK, Asia — with GCC-specific knowledge for Saudi Arabia, UAE, Kuwait, Bahrain, Oman, and Qatar.\n\n## Installation\n\n### Claude Desktop / Claude Code\n\n```json\n{\n  \"mcpServers\": {\n    \"domain-expertise\": {\n      \"command\": \"npx\",\n      \"args\": [\"domain-expertise-mcp\"]\n    }\n  }\n}\n```\n\n### Cursor\n\nAdd to `.cursor/mcp.json`:\n\n```json\n{\n  \"mcpServers\": {\n    \"domain-expertise\": {\n      \"command\": \"npx\",\n      \"args\": [\"domain-expertise-mcp\"]\n    }\n  }\n}\n```\n\n## Use Cases\n\n**Building a financial agent?** Inject accounting expertise so it handles revenue recognition, lease classification, and IFRS compliance like a CPA.\n\n**Islamic finance automation?** Get Sharia compliance decision trees, Murabaha/Sukuk structures, and AAOIFI standards for your agent.\n\n**Cybersecurity tool?** Add incident response workflows, NIST CSF alignment, and NCA/NESA compliance knowledge.\n\n**HR automation for GCC?** Nitaqat/Saudization calculations, Emiratisation requirements, and end-of-service computations.\n\n## Example\n\n```\nAgent: \"I need to determine if a client's Islamic finance product is Sharia-compliant\"\n\n→ get_decision_tree(domain: \"islamic_finance\", scenario: \"sharia compliance\")\n\nReturns a structured decision tree:\n1. Does the transaction involve riba (interest)? → If yes: NOT COMPLIANT\n2. Is there excessive gharar (uncertainty)? → If yes: NOT COMPLIANT\n3. Is the underlying activity halal? → If no: NOT COMPLIANT\n4. Is risk genuinely shared? → If no: REVIEW NEEDED\n5. If all pass → LIKELY COMPLIANT. Submit to Sharia Board.\n```\n\n## Depth Levels\n\n| Level | Content | Word Count |\n|-------|---------|------------|\n| Overview | Principles, key standards, common mistakes | ~500 words |\n| Practitioner | + Decision frameworks, regional specifics, expert tips | ~1,500 words |\n| Expert | + Reasoning patterns, edge cases, nuanced judgment | ~3,000 words |\n\n## Pricing\n\n| Tier | Price | Included |\n|------|-------|----------|\n| Free | $0 | 3 domains, 100 queries/month |\n| Starter | $29/month | 10 domains, 1,000 queries |\n| Pro | $149/month | Unlimited domains, 15,000 queries, custom domain upload |\n| Enterprise | $599/month | Unlimited + custom training, team access, SLA |\n\n## Requirements\n\n- Node.js 18+\n- No API keys needed for free tier\n\n## License\n\nMIT\n\n## Keywords\n\ndomain-expertise, mcp, mcp-server, professional-knowledge, ai-agent, accounting, islamic-finance, cybersecurity, legal, real-estate, healthcare, knowledge-injection, industry-knowledge, model-context-protocol\n",
  "bytes": 4794,
  "sha": "a0d647b683d5eb4d449834ebb2d5214c9b1d3065c05e2a1be703042ca95a1b45",
  "repo_slug": "mdfifty50-boop/domain-expertise-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_mdfifty50_boop_domain_expertis_7020a000/readme"
}