MCP server for LayerOne DocX (documents & Factur-X) and Sign (e-signature) APIs.
claude mcp add layerone -- npx -y layerone-mcp
claude_desktop_config.json
{
"mcpServers": {
"layerone": {
"command": "npx",
"args": [
"-y",
"layerone-mcp"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"layerone": {
"command": "npx",
"args": [
"-y",
"layerone-mcp"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"layerone": {
"command": "npx",
"args": [
"-y",
"layerone-mcp"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"layerone": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"layerone-mcp"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"layerone": {
"command": "npx",
"args": [
"-y",
"layerone-mcp"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.GOLayerone--layerone/reviews or the review_server meta-tool.
POST /mcp