Docusign Navigator Mcp — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Docusign Navigator Mcp (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
<div align="center"> <img src="public/thisdot-labs-logo.png" alt="This Dot Labs" width="200"/>
By This Dot Labs
</div>
<br/>
A Model Context Protocol (MCP) server that connects your AI assistant to Docusign Navigator. Query and analyze your Docusign agreements using natural language - no complex APIs or manual searches required.
Transform how you work with Docusign agreements:
The server is deployed and ready to use at: `https://docusign-navigator.thisdot.co/mcp`
Choose your AI client below:
#### Claude Desktop
Add this to your Claude Desktop configuration file:
{
"mcpServers": {
"docusign-navigator": {
"command": "mcp-server-fetch",
"args": ["https://docusign-navigator.thisdot.co/mcp"]
}
}
}#### Visual Studio Code
Ctrl+Shift+P / Cmd+Shift+Pmcp: add serverHTTP (HTTP or Server-Sent Events)https://docusign-navigator.thisdot.co/mcp#### Other MCP Clients
Add to your configuration:
{
"servers": {
"docusign-navigator": {
"url": "https://docusign-navigator.thisdot.co/mcp",
"type": "http"
}
}
}When you first use a Docusign command, you'll be prompted to authenticate:
Try these example queries with your AI assistant:
"Show me my Docusign agreements"
"Tell me about agreement [ID]"
"Find contracts with ABC Company"
"What agreements are pending signature?"Your AI assistant will have access to these capabilities:
"Am I connected to Docusign?" "Check my authentication status"
"Show me all my agreements" "What contracts do I have?" "List my Docusign documents"
"Tell me about agreement [ID]" "Show me details for contract [ID]"
"Find service agreements" "Search for contracts with ABC Company" "Show me expired agreements"
You: "Show me my Docusign agreements"
AI: "You have 3 agreements:
• Service Agreement with XYZ Corp (pending signature)
• NDA with ABC Inc (completed)
• Consulting Contract (in review)"
You: "Tell me more about the Service Agreement"
AI: "The Service Agreement with XYZ Corp was created on January 15th
and is currently pending signature. It includes standard service
terms and payment schedules."Your data stays secure:
Want to contribute or run your own instance? See our Contributing Guide for development setup, architecture details, and deployment instructions.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.