MCP Server
MCP
LayerOne (DocX + Sign)
MCP server for LayerOne DocX (documents & Factur-X) and Sign (e-signature) APIs.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "layerone-mcp",
"version": "1.0.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "DocX API key (documents, PDF, Factur-X). Generate at https://dev.layerone.fr",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "DOCX_API_KEY"
},
{
"description": "Sign API key (eIDAS/PAdES e-signature). Generate at https://dev.layerone.fr",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "SIGN_API_KEY"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment