@runtimeai/mcp-server-quantosign
v0.2.0
Published
MCP server for QuantoSign — quantum-safe document signing. Sign, verify, and manage documents with AI agents.
Downloads
97
Maintainers
Readme
@runtimeai/mcp-server-quantosign
MCP server for QuantoSign — Quantum-safe document signing.
80 tools | TypeScript | stdio transport | MIT License
Quick Start
# Run with npx (no install needed)
npx @runtimeai/mcp-server-quantosignConfigure with Claude Code
Add to ~/.claude/claude_desktop_config.json:
{
"mcpServers": {
"quantosign": {
"command": "npx",
"args": ["-y", "@runtimeai/mcp-server-quantosign"],
"env": {
"QUANTOSIGN_API_KEY": "esk_your_key"
"QUANTOSIGN_API_URL": "https://quantosign.com"
}
}
}
}Environment Variables
QUANTOSIGN_API_KEY— RequiredQUANTOSIGN_API_URL— Required
Tools (80)
| Tool | Description |
|---|---|
| create_document | Upload a document for signing. Returns document ID. |
| list_documents | List documents. Filter by status. |
| get_document | Get document details. |
| delete_document | Delete a draft document. |
| download_document | Download signed PDF. |
| search_documents | Full-text search across documents. |
| create_folder | Create document folder. |
| list_folders | List folders. |
| tag_document | Tag a document. |
| create_version | Create new document version. |
| list_versions | List document versions. |
| get_document_status | Quick status check. |
| send_for_signing | Send to all signers. |
| void_document | Void/cancel document. |
| complete_guest_signing | Complete guest signing. |
| decline_guest_signing | Decline as guest. |
| get_guest_signing | Get guest page data. |
| download_guest_document | Download as guest. |
| process_reminders | Trigger all pending reminders. |
| create_reminder_rule | Configure auto-reminders. |
| add_signer | Add signer to document. |
| list_signers | List signers with status. |
| remove_signer | Remove signer. |
| remind_signer | Send reminder to signer. |
| add_field | Add field to document page. |
| list_fields | List fields. |
| update_field | Update field. |
| list_templates | List templates. |
| create_template | Create template. |
| use_template | Create doc from template. |
| bulk_send | Send template to multiple recipients. |
| bulk_status | Get bulk send progress. |
| register_agent_key | Register ML-DSA-87 agent key. |
| list_agent_keys | List agent keys. |
| agent_sign | Sign doc with agent key (HYBRID). |
| agent_batch_sign | Batch sign multiple docs. |
| revoke_agent_key | Revoke agent key. |
| verify_agent_signature | Verify agent signature. |
| create_agent_policy | Create Rego signing policy. |
| list_agent_policies | List signing policies. |
| create_delegation | Delegate signing authority. |
| list_delegations | List delegations. |
| agent_consent_sign | Sign with human consent gate. |
| agent_consent_revoke | Revoke consent. |
| agent_consent_status | Check consent status. |
| agent_create_timestamp | Create PQC timestamp. |
| verify_signature | Verify HYBRID signature (ML-DSA-87 + ECDSA P-384). |
| get_certificate | Download signing certificate PDF. |
| verify_audit_chain | Verify tamper-evident audit chain. |
| verify_evidence | Verify compliance evidence. |
| get_soc2_status | SOC 2 compliance posture. |
| get_hipaa_status | HIPAA compliance posture. |
| get_eidas_status | eIDAS compliance posture. |
| get_fedramp_status | FedRAMP compliance posture. |
| get_esign_act_status | ESIGN Act compliance. |
| get_audit_trail | Full audit trail. |
| export_compliance | Export compliance report. |
| sign_evidence | Sign compliance evidence. |
| register_webhook | Register webhook. |
| list_webhooks | List webhooks. |
| delete_webhook | Delete webhook. |
| get_usage | Current billing usage. |
| get_subscription | Current plan. |
| create_checkout | Start Stripe checkout. |
| get_invoices | List invoices. |
| upgrade_plan | Upgrade plan. |
| cancel_subscription | Cancel subscription. |
| create_billing_portal | Get Stripe billing portal URL. |
| list_integrations | List active integrations. |
| configure_crm | Configure CRM. |
| configure_saml_sso | Configure SAML SSO. |
| configure_sms | Configure SMS (Twilio). |
| configure_kba | Configure Knowledge-Based Auth. |
| configure_govid | Configure Gov ID verification. |
| configure_payment | Configure payment collection. |
| get_plans | List available plans. |
| get_current_plan | Current plan details. |
| check_plan_feature | Check feature availability. |
| create_api_key | Create API key. |
| revoke_api_key | Revoke API key. |
Testing
npx @modelcontextprotocol/inspector npx @runtimeai/mcp-server-quantosignLicense
MIT — RuntimeAI, Inc.
