๐ฆ
io.github.aidocx/mcp-server
Create, upload, and manage contracts from AI assistants. AI analysis and e-signatures.
0 installs
Trust: 37 โ Low
Devtools
Ask AI about io.github.aidocx/mcp-server
Powered by Claude ยท Grounded in docs
I know everything about io.github.aidocx/mcp-server. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Loading tools...
Reviews
Documentation
aidocx-mcp-server
MCP (Model Context Protocol) server for AiDocX โ AI-powered contract & document management platform.
Create, upload, and manage contracts directly from AI assistants like Claude Desktop, Claude Code, and other MCP-compatible clients.
Quick Start
1. Get API Keys
Sign up at app.aidocx.ai and go to Settings โ API Keys to generate your credentials.
2. Configure Your AI Client
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"aidocx": {
"command": "npx",
"args": ["aidocx-mcp-server"],
"env": {
"AIDOCX_API_KEY": "ak_xxxxxxxx",
"AIDOCX_API_SECRET": "your_secret_here"
}
}
}
}
Claude Code
claude mcp add aidocx \
-e AIDOCX_API_KEY=ak_xxxxxxxx \
-e AIDOCX_API_SECRET=your_secret_here \
-- npx aidocx-mcp-server
3. Start Using
Ask your AI assistant:
- "๊ณ์ฝ์ ์์ ๋ง๋ค์ด์ AiDocX์ ์ฌ๋ ค์ค" (Create a contract and upload to AiDocX)
- "NDA ๊ณ์ฝ์ ์์ฑํด์ค" (Draft an NDA)
- "๋ด ๋ฌธ์ ๋ชฉ๋ก ๋ณด์ฌ์ค" (Show my documents)
- "์ด ๊ณ์ฝ์ AI๋ก ๋ถ์ํด์ค" (Analyze this contract with AI)
- "๊ณ์ฝ์ ๊ฒ์ํด์ค" (Search my contracts)
Available Tools
| Tool | Description |
|---|---|
create_contract | Create a new contract โ auto-generates a professionally formatted PDF |
upload_contract | Upload a PDF or Office file (DOC, DOCX, HWP, XLS, XLSX, PPT, PPTX) |
list_contracts | List contracts with optional pagination |
get_contract | Get contract details and extracted text |
delete_contract | Delete a contract |
list_folders | List folders |
create_folder | Create a new folder |
delete_folder | Delete a folder (optionally with all contents) |
search_contracts | Search contracts with text query, date filters, and pagination |
analyze_contract | AI-powered contract analysis with risk score and insights |
Workflow
- AI generates a contract โ calls
create_contractโ PDF is created in AiDocX - Open the signing workspace URL returned by the tool
- Place signature fields and send to signers in the AiDocX web app
Environment Variables
| Variable | Description |
|---|---|
AIDOCX_API_KEY | API key (starts with ak_) |
AIDOCX_API_SECRET | API secret (64-char hex) |
