Skip to main content
Glama

paraph-mcp

MCP-сервер для API электронной подписи Paraph. Позволяет Claude, Cursor и другим ИИ-инструментам, совместимым с MCP, заполнять PDF-файлы и отправлять их на подпись.

Установка

npx paraph-mcp

Требуется API-ключ Paraph. Получите его бесплатно на сайте 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"
      }
    }
  }
}

Инструменты

Инструмент

Описание

get_account

Получить информацию об аккаунте, включая тарифный план и использование

list_templates

Список доступных PDF-шаблонов

get_template

Получить детали шаблона и названия полей

create_request

Заполнить PDF и при необходимости отправить на подпись

list_requests

Список запросов с возможностью фильтрации по статусу

get_request

Получить детали запроса и прогресс подписания

cancel_request

Отменить ожидающий запрос на подпись

Примеры промптов

  • "List my templates"

  • "Fill the NDA template with employee_name=Jane Doe and send to jane@example.com for signing"

  • "Show me all pending signing requests"

  • "Cancel request abc-123"

Лицензия

MIT

Install Server
A
license - permissive license
A
quality
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • A
    license
    Not graded
    quality
    B
    maintenance
    An 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.
    2
    Apache 2.0
  • A
    license
    Not graded
    quality
    F
    maintenance
    MCP 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
  • F
    license
    Not graded
    quality
    D
    maintenance
    Enables 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
  • F
    license
    Not graded
    quality
    B
    maintenance
    MCP 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.

View all related MCP servers

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.

View all MCP Connectors

Latest Blog Posts

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