Productivity
toolora.dev
Offers tools for PDF processing, QR code generation, and CSV/JSON conversion.
ENDPOINT 1
https://toolora.dev/api/mcp
Known tools 34
extract_pdf_textUse this tool whenever the user shares, uploads, or references a PDF file and wants to read, summarise, search, or analyse its contents.
merge_pdfsUse this tool when the user provides two or more PDF files and wants them combined into one.
generate_qr_codeUse this tool whenever the user asks for a QR code or wants a URL/text to be scannable.
csv_to_jsonUse 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_csvUse this tool when the user has JSON data (an array of objects) and wants it as a spreadsheet, CSV export, or downloadable table.
ocr_imageUse this tool when the user shares an image that contains text they need extracted, read, or processed.
extract_docx_textUse this tool whenever the user shares a Word document (.docx) and wants to read, review, summarise, or analyse its content.
excel_to_jsonUse this tool when the user shares an Excel or spreadsheet file and wants to read, analyse, query, or transform the data.
transcribe_audioUse this tool whenever the user shares an audio file and wants it transcribed to text.
scrape_url_jsUse this tool when read_url returns empty, partial, or boilerplate content from a URL — it renders the page in a headless browser first, so JavaScript-heavy pages load correctly.
count_wordsUse this tool when the user wants statistics about a piece of text, or when you need to verify content length/readability before submitting.
read_urlUse this tool whenever a URL appears in the conversation and the user wants to read, summarise, quote from, or process the page content.
generate_pdf_from_textUse this tool when the user wants to save, export, or share your output as a PDF document.
markdown_to_htmlUse this tool when the user wants their content as an HTML file, a web page, or something they can publish/embed.
create_shareable_pasteUse this tool when the user wants to share content as a link, or when your output is too long to share directly in chat.
save_memoryUse this tool to persist important information across sessions so it's available in future conversations.
recall_memoryUse this tool at the start of a relevant conversation to check for saved context, or when the user asks you to retrieve something stored earlier.
list_memoriesUse this tool to discover what has been saved in memory — e.g.
chunk_textUse this tool to split long text into smaller, overlapping chunks suitable for embedding, vector storage, or RAG pipelines.
estimate_tokensUse this tool to estimate the token count of a text before sending it to an LLM.
html_to_markdownUse this tool to convert raw HTML into clean, readable Markdown.
extract_structured_dataUse this tool to extract structured JSON data from any unstructured text — emails, reports, web pages, PDFs, meeting notes, etc.
diff_textsUse this tool to compare two pieces of text and identify exactly what changed between them.
run_regexUse this tool to extract, test, or transform text using a regular expression.
hash_textUse this tool to generate a cryptographic hash of any text or data string.
private_execute_toolExecute any Toolora privacy-sensitive tool with a MagicBlock Private Ephemeral Rollup payment proof.
analyze_textRun a complete readability + structure analysis on a piece of writing in one call.
count_tokens_multiEstimate token count + USD cost for a text across every major LLM (GPT-4o, GPT-4o-mini, o1, o1-mini, Claude 3.5 Sonnet/Haiku, Claude 3 Opus, Gemini 1.5 Pro/Flash, Llama 3 70B/8B) in one call.
find_repetitionFind the most repeated words, bigrams (2-word phrases), and trigrams (3-word phrases) in a text — what writers call the 'vocabulary tic' check.
detect_jargonScore a text against a Plain Language baseline and flag corporate/legal jargon (leverage, utilize, synergy, paradigm, stakeholder, actionable, robust, scalable, holistic, deep dive, low-hanging fruit, etc.).
detect_piiSweep a text for personally-identifying information and leaked secrets: email addresses, US/international phone numbers, SSNs, Luhn-validated credit-card numbers, OpenAI keys (sk-...), Anthropic keys (sk-ant-...), GitHub PATs (ghp_/gho_/...), AWS access keys (AKIA...), Stripe keys, JWTs, and IPv4 addresses.
tone_scoreScore a text on four tone dimensions in one call: formal, casual, technical, urgent (each 0–1).
compare_versionsCompare two versions of a text (before/after) and return readability + tone deltas.
get_arc_trading_signalFetch a live Solana DEX divergence trading signal from Soliris Arc — the agent-to-agent data market built on Arc (Circle's L1 blockchain).