MCP Server
MCP
io.github.aidocx/mcp-server
Create, upload, and manage contracts from AI assistants. AI analysis and e-signatures.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "aidocx-mcp-server",
"version": "0.3.1",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "API key for AiDocX (starts with ak_). Get it at https://app.aidocx.ai → Settings → API Keys",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "AIDOCX_API_KEY"
},
{
"description": "API secret for AiDocX (64-char hex). Get it at https://app.aidocx.ai → Settings → API Keys",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "AIDOCX_API_SECRET"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment