INDIVIDUAL MCP TOOL
create_document_from_upload
Turn a PDF you PUT to a create_upload_url url into a GoodSign document.
LIVE ENDPOINT
https://goodsign.io/mcp
Connect to this endpoint to inspect the live schema for create_document_from_upload 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.goodsign]
url = "https://goodsign.io/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"goodsign": {
"type": "http",
"url": "https://goodsign.io/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: goodsign
Remote MCP URL: https://goodsign.io/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": {
"goodsign": {
"url": "https://goodsign.io/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"goodsign": {
"type": "http",
"url": "https://goodsign.io/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "goodsign",
"transport": "streamable-http",
"url": "https://goodsign.io/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
account_status— Show the GoodSign account name and remaining credits.create_upload_url— Get a short-lived URL to upload a PDF that GoodSign will turn into a document.download_document— Get an authenticated download URL for a document's PDF (including the audit certificate once complete).get_document— Fetch full detail for one document OR template by uuid.list_documents— List this account's documents filtered by status.list_templates— List the reusable document templates in this GoodSign account.remind_signers— Re-send the signing invitation email to signers who have not completed yet.send_from_template— Send a document for e-signature using a template.