Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Signbee Cursor Plugin

Document signing for AI agents — markdown/PDF in, SHA-256 certified signed PDF out.

This Cursor Marketplace plugin provides two integration methods for Signbee:

  1. Agent Skill — Direct API integration via the Signbee Agent Skill
  2. MCP Server — Model Context Protocol server for enhanced capabilities

What's Included

Agent Skill

The plugin includes the official Signbee Agent Skill, which enables AI agents to:

  • Send documents for e-signing with a single API call
  • Generate professional PDFs from markdown content
  • Handle two-party Simple Electronic Signature (SES) workflows
  • Provide SHA-256 certified signed documents

Source: github.com/signbee/skill
Canonical documentation: skills.sh/signbee

MCP Server

The plugin also installs the Signbee MCP server (signbee-mcp npm package), which provides:

  • send_document — Send markdown content as a document for signing
  • send_document_pdf — Send an existing PDF for signing

Source: github.com/signbee/mcp
npm package: signbee-mcp

Installation

Install via Cursor Marketplace:

  1. Open Cursor Settings → Plugins
  2. Browse or search for "Signbee"
  3. Click "Install"

Configuration

Optional API Key

By default, Signbee works without an API key — the sender verifies their email address via OTP when sending the first document.

For instant sending without email verification:

  1. Get a free API key at signb.ee/dashboard
  2. In Cursor, go to Plugins → Signbee → Configure
  3. Set the SIGNBEE_API_KEY variable

Plans:

  • Free: 5 documents/month
  • Pro ($9/mo): 100 documents/month
  • Business ($19/mo): Unlimited

Usage

Once installed, AI agents in Cursor can:

Via Agent Skill (Direct API)

curl -X POST https://signb.ee/api/v1/send \
  -H "Content-Type: application/json" \
  -d '{
    "markdown": "# Mutual NDA\n\nThis Non-Disclosure Agreement...",
    "sender_name": "Alice Chen",
    "sender_email": "alice@startup.com",
    "recipient_name": "Bob Smith",
    "recipient_email": "bob@acme.com"
  }'

Via MCP Server

The agent can use the MCP tools directly:

  • send_document — Send markdown content
  • send_document_pdf — Send an existing PDF file

Resources

Marketplace Submission

For Michael (Signbee maintainer):

To submit this plugin to the Cursor Marketplace:

  1. Go to cursor.com/marketplace/publish
  2. Sign in with your publisher account
  3. Paste this repository URL: https://github.com/signbee/cursor-plugin
  4. Follow the marketplace submission workflow

This repo is public under the Signbee org for Marketplace publish.

License

MIT — see LICENSE.

Support

About

Signbee Cursor Marketplace plugin — MCP + Agent Skill for document signing

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors