npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@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

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-quantosign

Configure 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 — Required
  • QUANTOSIGN_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-quantosign

License

MIT — RuntimeAI, Inc.