Skip to main content
Glama

paraph-mcp

Paraph 전자 서명 API용 MCP 서버입니다. Claude, Cursor 및 기타 MCP 호환 AI 도구가 PDF를 작성하고 서명을 위해 전송할 수 있도록 합니다.

설치

npx paraph-mcp

Paraph 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"
      }
    }
  }
}

도구

도구

설명

get_account

플랜 및 사용량을 포함한 계정 정보 가져오기

list_templates

사용 가능한 PDF 템플릿 목록 보기

get_template

템플릿 세부 정보 및 필드 이름 가져오기

create_request

PDF를 작성하고 선택적으로 서명을 위해 전송

list_requests

상태 필터를 사용하여 요청 목록 보기

get_request

요청 세부 정보 및 서명자 진행 상황 가져오기

cancel_request

보류 중인 서명 요청 취소

예시 프롬프트

  • "내 템플릿 목록 보여줘"

  • "NDA 템플릿에 employee_name=Jane Doe를 입력하고 jane@example.com으로 서명 요청 보내줘"

  • "보류 중인 모든 서명 요청을 보여줘"

  • "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