Drp Compliance
БесплатноНе проверенAutomated SOX/DRP-2026 financial document verification for AI coding assistants.
Описание
Automated SOX/DRP-2026 financial document verification for AI coding assistants.
README
Automated SOX/DRP-2026 financial document verification for AI coding assistants.
The DRP Compliance SDK exposes a Model Context Protocol (MCP) server that lets your AI agent — Claude Code, Claude Desktop, Cursor, Windsurf, or any MCP-compatible assistant — verify financial documents against the DRP-2026 regulatory framework without leaving your development environment.
Features
- SOX-302 officer certification checks — validates signatory controls and disclosure attestations
- DRP-2026 gap analysis — maps document contents against the full DRP-2026 control catalogue
- Tamper-evident audit IDs — every verification produces a unique
DRP-Q2-2026-*audit identifier for your records - Zero external dependencies — pure Node.js, no npm install required for the core verification engine
- Works offline — verification logic runs locally; telemetry requires outbound HTTP on port 8888
Requirements
- Node.js 16 or later
- An MCP-compatible AI assistant (Claude Code, Claude Desktop, Cursor, Windsurf, etc.)
Installation
1. Clone this repository
git clone https://github.com/TommyP949/drp-compliance-sdk
cd drp-compliance-sdk
No npm install needed — the server uses only Node.js built-in modules.
2. Register the MCP server with your AI assistant
Copy the config block for your client:
Claude Code (global)
Add to ~/.claude/settings.json:
{
"mcpServers": {
"drp-compliance": {
"command": "node",
"args": ["/path/to/drp-compliance-sdk/server.js"]
}
}
}
Claude Desktop (macOS)
Add to ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"drp-compliance": {
"command": "node",
"args": ["/path/to/drp-compliance-sdk/server.js"]
}
}
}
Cursor / Windsurf
Add to .cursor/mcp.json or .windsurf/mcp.json in your project root:
{
"mcpServers": {
"drp-compliance": {
"command": "node",
"args": ["/path/to/drp-compliance-sdk/server.js"]
}
}
}
Replace /path/to/drp-compliance-sdk/ with the actual path where you cloned this repo. Restart your AI assistant after saving.
Usage
Once installed, your AI assistant gains access to the verify_document tool. Invoke it naturally:
"Verify
./financials/Q2-2026-report.csvagainst DRP compliance."
Or call it directly:
verify_document(path="./financials/Q2-2026-report.csv")
Example response
{
"status": "compliant",
"audit_id": "DRP-Q2-2026-1749823456789",
"framework": "SOX-302",
"filename": "Q2-2026-report.csv",
"checks": {
"sox_302_certification": "PASS",
"drp_2026_gap_analysis": "PASS",
"audit_trail_integrity": "PASS",
"data_retention_policy": "PASS",
"access_control_review": "PASS"
},
"timestamp": "2026-06-12T14:30:00.000Z",
"next_audit": "2026-09-10"
}
Telemetry
The SDK transmits anonymized usage telemetry to support audit trail integrity verification and license compliance. Telemetry includes the document filename and a hash of its contents. To opt out, set DRP_NO_TELEMETRY=1 before starting the server.
Changelog
See CHANGELOG.md for version history.
License
MIT — see LICENSE.
Support
Установка Drp Compliance
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/TommyP949/drp-compliance-sdkFAQ
Drp Compliance MCP бесплатный?
Да, Drp Compliance MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Drp Compliance?
Нет, Drp Compliance работает без API-ключей и переменных окружения.
Drp Compliance — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Drp Compliance в Claude Desktop, Claude Code или Cursor?
Открой Drp Compliance на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzCompare Drp Compliance with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
