← toolora.dev

INDIVIDUAL MCP TOOL

generate_pdf_from_text

Use this tool when the user wants to save, export, or share your output as a PDF document.

toolora.devnone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent endpoint

toolora.dev

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.toolora-dev]
url = "https://toolora.dev/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "toolora-dev": {
      "type": "http",
      "url": "https://toolora.dev/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: toolora-dev
Remote MCP URL: https://toolora.dev/api/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": {
    "toolora-dev": {
      "url": "https://toolora.dev/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "toolora-dev": {
      "type": "http",
      "url": "https://toolora.dev/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "toolora-dev",
  "transport": "streamable-http",
  "url": "https://toolora.dev/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • extract_pdf_text — Use this tool whenever the user shares, uploads, or references a PDF file and wants to read, summarise, search, or analyse its contents.
  • merge_pdfs — Use this tool when the user provides two or more PDF files and wants them combined into one.
  • generate_qr_code — Use this tool whenever the user asks for a QR code or wants a URL/text to be scannable.
  • csv_to_json — Use this tool when the user pastes or provides CSV data and needs it as structured JSON, or wants to query/filter/analyse tabular data.
  • json_to_csv — Use this tool when the user has JSON data (an array of objects) and wants it as a spreadsheet, CSV export, or downloadable table.
  • ocr_image — Use this tool when the user shares an image that contains text they need extracted, read, or processed.
  • extract_docx_text — Use this tool whenever the user shares a Word document (.docx) and wants to read, review, summarise, or analyse its content.
  • excel_to_json — Use this tool when the user shares an Excel or spreadsheet file and wants to read, analyse, query, or transform the data.