MCP Server ZapSign
OfficialClick on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@MCP Server ZapSignsend contract for signature to john@example.com"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
mcp-server-zapsign
Official ZapSign Model Context Protocol server.
Dual-mode:
Remote (recommended) — Cloudflare Workers + OAuth 2.1 at
https://mcp.zapsign.com.br/mcpLocal STDIO —
npx -y mcp-server-zapsignwithZAPSIGN_API_KEY
Package: mcp-server-zapsign · Repo: ZapSign/api-mcp
Remote install (Claude Connectors)
Open Claude → Settings → Connectors → Add custom connector
URL:
https://mcp.zapsign.com.br/mcpComplete OAuth and paste your ZapSign API token on the authorization page (never put the token in the URL)
Approve scopes and finish
Docs page: https://mcp.zapsign.com.br/docs
Related MCP server: Zappaz MCP Server
Agent tutorials hub
Official how-to hub for Claude, ChatGPT, Cursor, Codex, Gemini, and REST:
Site: agents.zapsign.com.br
Agent index: agents.zapsign.com.br/llms.txt
Local install (Claude Desktop / Cursor)
{
"mcpServers": {
"zapsign": {
"command": "npx",
"args": ["-y", "mcp-server-zapsign"],
"env": {
"ZAPSIGN_API_KEY": "your-zapsign-api-token",
"ZAPSIGN_BASE_URL": "https://api.zapsign.com.br"
}
}
}
}ZAPSIGN_BASE_URL is optional (defaults to production). Use the sandbox API URL when testing against sandbox.
Tools
Core Workers names are preserved. Full union also includes webhooks, envelopes, timestamps, batch sign, and partner tools. See docs/TOOL_UNION.md.
Documents
Tool | Purpose |
| List/filter documents |
| Document details |
| Create from |
| Update metadata |
| Delete document |
| Place signature fields |
| Attach extra PDF |
| Extra doc from template |
| Timestamp a document URL |
| Reorder envelope docs |
Signers / templates / webhooks / partner
Tool | Purpose |
| Signer CRUD |
| Batch signing |
| Templates ( |
| Webhooks |
| Webhook headers |
| Reprocess deliveries |
| Partner APIs |
Template tip: call get_template first and use exact braced strings from inputs[].variable: {{name}}, {{address}}, {{start_date}} — pass those exact braced keys as data keys to create_from_template.
Development
npm install
cp .dev.vars.example .dev.vars
npm run typecheck
npm run lint
npm test
npm run dev # wrangler local
npm run build:stdio # npm bin outputOpt-in sandbox integration tests (never against production):
Copy
test/.env.test.example→test/.env.testSet
ZAPSIGN_TEST_SIGNER_EMAIL,ZAPSIGN_TEST_PDF_URL, and other sandbox fieldsRun
npm run test:integration
See AGENTS.md for coding standards and architecture.
Migration from v1 / zapsign-mcp
npm v1 (
1.0.4) was Express/SSE STDIO-only with different tool names → breaking in2.0.0Remote OAuth path previously lived in
ZapSign/zapsign-mcp→ now this repoPrefer
mcp.zapsign.com.brand agents.zapsign.com.br over third-party hosted proxies
Related community integrations
These are not the official server. Prefer this package, mcp.zapsign.com.br, and agents.zapsign.com.br.
Source | Role |
Community curl/skill | |
Directory listing | |
Third-party hosted proxy | |
Community npm package | |
Community bundle |
Also scan Smithery, Glama, PulseMCP, mcpservers.org, and the Anthropic Connectors Directory after cutover.
Growth metrics & analytics
Track BR search intent (Google Trends), npm downloads, and shared marketing analytics:
Docs:
docs/marketing/README.mdMeasurement IDs (GA4 / Clarity / GSC):
docs/marketing/MEASUREMENT_IDS.mdSEO cadence (30-day review):
docs/marketing/SEO_CADENCE.mdSnapshot:
node scripts/marketing/take-snapshot.mjsCursor skill:
mcp-growth-metrics· agent:mcp-marketing
Live marketing analytics (Consent Mode v2 + banner; shared with agents.zapsign.com.br):
GA4
G-GNJFSQFD50+ Clarityxq06022ataon/docsand the/mcpbrowser landing onlyNever on
/authorizeHosts:
mcp.zapsign.com.br,mcp.zapsign.co(same Worker vars)
License
MIT © ZapSign
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityDmaintenanceEnables interaction with the BoldSign e-signature platform through its API. Supports managing documents, templates, contacts, users, and teams for electronic signature workflows.Last updated14111MIT
- Flicense-qualityCmaintenanceConnects MCP tools to the Zappaz WhatsApp API, enabling agents to send and manage multimedia messages, contacts, and locations. It supports automated WhatsApp interactions including text, audio, video, and document delivery via a remote server.Last updated2
- Alicense-qualityBmaintenanceMCP server for the Dropbox Sign API supporting signature requests, templates, teams, accounts, events, documents, signers, reports, bulk operations, and workflows.Last updatedMIT
- Flicense-qualityDmaintenanceEnables users to create, manage, and track electronic signing requests and templates through Claude Desktop and other MCP-compatible clients. Provides multi-tenant authentication with customer API keys for secure document workflow operations.Last updated58
Related MCP Connectors
Create signing requests, check status, send reminders, and manage Aoexl templates.
PandaDoc MCP server for creating, sending, signing, and tracking PandaDoc documents.
Automate eSignature workflows and signing tasks via natural language commands.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ZapSign/api-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server