QES for AI agents — Swiss law
Legally binding signatures from Switzerland
SwissTrustLayer · ZertES · eIDAS
Request signatures straight from Claude & co. — sigillo runs the whole QES workflow: request, sign, retrieve. A hosted MCP server for AI agents.
Endpoint
POST https://sigillo.ch/mcp
What sigillo delivers
QES & timestamp
Qualified electronic signatures under ZertES (CH) and eIDAS (EU). Timestamping is synchronous; QES is async via Mobile-ID or multi-signer consent.
MCP-native
Streamable HTTP plus legacy bridge. Four tools for AI agents: seal_pdf, seal_status, seal_download, seal_balance.
Swiss stack
Data stays in Switzerland. Infomaniak hosting in Geneva. No reverse tunnel to US clouds.
Pricing
One-off credit packs, no subscription. Credits never expire.
Starter
100 credits
€ 19
Recommended
Standard
500 credits
€ 79
Pro
2000 credits
€ 249
Cost per operation: timestamp 1 · QES on-demand 5 · multi-signer 5 per signer.
Connect your agent
Add sigillo to Claude Desktop, Claude Code, ChatGPT or n8n — via a single MCP endpoint and a Bearer token from your dashboard.
{
"mcpServers": {
"sigillo": {
"transport": "streamable-http",
"url": "https://sigillo.ch/mcp",
"auth": { "type": "bearer", "token": "sig_…" }
}
}
}Skills to download
The sigillo skill package teaches your agent (Claude & co.) to seal PDFs on its own: request, poll status, fetch the finished signature.
ready when you are