Loading MCP server directory, please wait...
Send documents for signature: upload, place fields, draft, and send once a human agrees.
npx @getmcp/cli add net.inkseal/inksealRequires Node.js 18+. Community-contributed server. Review source before installing.
AuthorizationAn InkSeal API key, minted at https://inkseal.net/api-keys under Service credentials. It decides which workspace this server acts in and which tools you are offered.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"net.inkseal/inkseal": {
"url": "https://inkseal.net/mcp",
"transport": "streamable-http",
"headers": {
"Authorization": "Bearer {api_key}"
}
}
}
}