INDIVIDUAL MCP TOOL
get_document_status
Check the status of a document previously sent for signature: overall state (sent/completed/declined/expired/voided), per-recipient progress (pending/viewed/signed), and the signed PDF download URL once complete.
LIVE ENDPOINT
https://signsimple.app/mcp
Connect to this endpoint to inspect the live schema for get_document_status and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests retrieving external content.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.signsimple]
url = "https://signsimple.app/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"signsimple": {
"type": "http",
"url": "https://signsimple.app/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: signsimple
Remote MCP URL: https://signsimple.app/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"signsimple": {
"url": "https://signsimple.app/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"signsimple": {
"type": "http",
"url": "https://signsimple.app/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "signsimple",
"transport": "streamable-http",
"url": "https://signsimple.app/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
send_for_signature— Send a PDF document for legally binding electronic signature via SignSimple (free, unlimited).list_documents— List the 25 most recent documents sent from the connected SignSimple account, with status and signed-PDF URLs where complete.list_templates— List SignSimple's free, professionally drafted document templates (NDA, lease, contractor agreement, liability waiver, bill of sale, promissory note).