paraph-mcp
paraph-mcp
Paraph電子署名API用のMCPサーバーです。Claude、Cursor、その他のMCP互換AIツールでPDFへの入力や署名依頼の送信が可能になります。
インストール
npx paraph-mcpParaph APIキーが必要です。paraph.devで無料で取得できます。
Related MCP server: mcp-server-dashform
設定
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json に以下を追加します:
{
"mcpServers": {
"paraph": {
"command": "npx",
"args": ["-y", "paraph-mcp"],
"env": {
"PARAPH_API_KEY": "dg_your_key_here"
}
}
}
}Claude Code
claude mcp add paraph -- npx -y paraph-mcpその後、環境変数に PARAPH_API_KEY を設定してください。
Cursor
.cursor/mcp.json に以下を追加します:
{
"mcpServers": {
"paraph": {
"command": "npx",
"args": ["-y", "paraph-mcp"],
"env": {
"PARAPH_API_KEY": "dg_your_key_here"
}
}
}
}ツール
ツール | 説明 |
| プランや使用状況を含むアカウント情報を取得 |
| 利用可能なPDFテンプレートを一覧表示 |
| テンプレートの詳細とフィールド名を取得 |
| PDFに入力し、必要に応じて署名依頼を送信 |
| ステータスフィルターを指定してリクエストを一覧表示 |
| リクエストの詳細と署名者の進捗状況を取得 |
| 保留中の署名リクエストをキャンセル |
プロンプト例
"テンプレートを一覧表示して"
"NDAテンプレートに employee_name=Jane Doe を入力して、jane@example.com に署名依頼を送って"
"保留中の署名リクエストをすべて見せて"
"リクエスト abc-123 をキャンセルして"
ライセンス
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseNot gradedqualityBmaintenanceAn MCP server for PDF form filling, basic editing, and OCR text extraction. It enables users to merge, rotate, annotate, and sign PDFs, while also supporting text extraction from both searchable and scanned image-based documents.2Apache 2.0
- AlicenseNot gradedqualityFmaintenanceMCP server for Dashform (getaiform.com) - create and manage AI-powered forms, quizzes, and surveys. Supports form creation, response collection, analytics, and AI-driven form building with 15 tools across form management, response handling, and AI operations.MIT
- FlicenseNot gradedqualityDmaintenanceEnables users to create, manage, and track electronic signing requests and templates through Claude Desktop and other MCP-compatible clients. Provides multi-tenant authentication with customer API keys for secure document workflow operations.66
- FlicenseNot gradedqualityBmaintenanceMCP server for electronic consignment notes (eCMR). Create, sign, manage, and track electronic transport documents with QR codes, PDF generation, and digital signatures through the Cargoffer ECMR API. Designed for AI agents like Claude Desktop, Cursor, and Cline.
Related MCP Connectors
MCP server for the PDFGate API. Generate PDFs, manage documents and handle e-signatures.
Document API for AI-native software: render PDFs, e-sign, PAdES-seal, and verify.
SignDocs Brasil e-signature tools for AI agents — signing sessions, envelopes, verification.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/servants-of-the-server-fire/paraph-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server