{
  "markdown": "# Docusign Navigator MCP Server\n\n<div align=\"center\">\n  <img src=\"public/thisdot-labs-logo.png\" alt=\"This Dot Labs\" width=\"200\"/>\n\n**By This Dot Labs**\n\n</div>\n\n<br/>\n\nA 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.\n\n## Why Use This?\n\nTransform how you work with Docusign agreements:\n\n- **Natural Language Access**: Ask questions like \"Show me my pending contracts\" or \"Find agreements with XYZ Corp\"\n- **AI-Powered Insights**: Let your AI assistant analyze agreement details, statuses, and metadata\n- **Secure Connection**: OAuth 2.0 authentication keeps your Docusign data safe\n- **No Code Required**: Works directly with compatible AI tools like Claude Desktop and VS Code\n\n## What You Need\n\n- Active Docusign account with Navigator access\n- Compatible AI client (Claude Desktop, VS Code with MCP extension, etc.)\n- Internet connection\n\n## Getting Started\n\n### 1. Add to Your AI Client\n\nThe server is deployed and ready to use at: **`https://docusign-navigator.thisdot.co/mcp`**\n\nChoose your AI client below:\n\n#### Claude Desktop\n\nAdd this to your Claude Desktop configuration file:\n\n```json\n{\n  \"mcpServers\": {\n    \"docusign-navigator\": {\n      \"command\": \"mcp-server-fetch\",\n      \"args\": [\"https://docusign-navigator.thisdot.co/mcp\"]\n    }\n  }\n}\n```\n\n#### Visual Studio Code\n\n1. Open Command Palette: `Ctrl+Shift+P` / `Cmd+Shift+P`\n2. Type: `mcp: add server`\n3. Select `HTTP (HTTP or Server-Sent Events)`\n4. Enter: `https://docusign-navigator.thisdot.co/mcp`\n\n#### Other MCP Clients\n\nAdd to your configuration:\n\n```json\n{\n  \"servers\": {\n    \"docusign-navigator\": {\n      \"url\": \"https://docusign-navigator.thisdot.co/mcp\",\n      \"type\": \"http\"\n    }\n  }\n}\n```\n\n### 2. Connect Your Docusign Account\n\nWhen you first use a Docusign command, you'll be prompted to authenticate:\n\n1. Your AI client will provide an authorization link\n2. Click the link to sign in to Docusign\n3. Authorize the connection\n4. Return to your AI client - you're ready to go!\n\n### 3. Start Using Natural Language\n\nTry these example queries with your AI assistant:\n\n```\n\"Show me my Docusign agreements\"\n\"Tell me about agreement [ID]\"\n\"Find contracts with ABC Company\"\n\"What agreements are pending signature?\"\n```\n\n## What You Can Do\n\nYour AI assistant will have access to these capabilities:\n\n### Check Authentication\n\n\"Am I connected to Docusign?\"\n\"Check my authentication status\"\n\n### List Agreements\n\n\"Show me all my agreements\"\n\"What contracts do I have?\"\n\"List my Docusign documents\"\n\n### Get Agreement Details\n\n\"Tell me about agreement [ID]\"\n\"Show me details for contract [ID]\"\n\n### Search Agreements\n\n\"Find service agreements\"\n\"Search for contracts with ABC Company\"\n\"Show me expired agreements\"\n\n## Example Conversation\n\n```\nYou: \"Show me my Docusign agreements\"\nAI: \"You have 3 agreements:\n     • Service Agreement with XYZ Corp (pending signature)\n     • NDA with ABC Inc (completed)\n     • Consulting Contract (in review)\"\n\nYou: \"Tell me more about the Service Agreement\"\nAI: \"The Service Agreement with XYZ Corp was created on January 15th\n     and is currently pending signature. It includes standard service\n     terms and payment schedules.\"\n```\n\n## Security & Privacy\n\nYour data stays secure:\n\n- **OAuth 2.0 Authentication**: Industry-standard secure authentication\n- **No Data Storage**: Your agreements are never stored on our servers\n- **Direct API Access**: Real-time connection to your Docusign account\n- **Revocable Access**: Disconnect anytime through your Docusign settings\n\n## Troubleshooting\n\n### Can't Connect?\n\n1. Verify your Docusign account has Navigator access\n2. Check that you completed the OAuth authorization\n3. Try the \"Check authentication status\" command\n4. Ensure your AI client supports MCP HTTP transport\n\n### No Agreements Showing?\n\n1. Confirm you have agreements in Docusign Navigator\n2. Check that Navigator is enabled for your account\n3. Try authenticating again\n\n### Still Need Help?\n\n- [Report an Issue](https://github.com/thisdot/docusign-navigator-mcp/issues)\n- [Learn About MCP](https://modelcontextprotocol.io/)\n\n## Contributing\n\nWant to contribute or run your own instance? See our [Contributing Guide](CONTRIBUTING.md) for development setup, architecture details, and deployment instructions.\n",
  "bytes": 4380,
  "sha": "cae3c9aecae1e3f96670a595423b699dfeec4d284b5a271addb1212452052af1",
  "repo_slug": "thisdot/docusign-navigator-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_co_thisdot_docusign_navigator_mcp_20781165/readme"
}