Skip to main content
Glama
440,579 tools. Updated 2026-08-11 00:30

"A Python script for merging CSV text and PNG images" matching MCP tools:

Matching MCP Servers

Matching MCP Connectors

  • CSV <-> JSON MCP.

  • MCP server providing Pine Script v6 documentation. Enables AI to: Look up Pine Script functions and validate syntax Access official documentation for indicators, strategies, and visuals Understand Pine Script concepts (execution model, repainting, etc.) Generate correct v6 code with proper function references

  • Convert office documents and images into PDF format from a provided URL. Supports DOC, XLSX, CSV, HTML, JPG, PNG, and more to produce a PDF file.
    MIT
  • Convert PDF and scanned images to structured CSV data, preserving layout, columns, rows, and tables. Extracts tabular content from documents for easy analysis.
    MIT
  • Create a TouchDesigner DAT node preloaded with your Python code, choosing between text, execute, or script types. Stores code as a node for later execution.
    MIT
  • Fetch attachment content from a Plane work item to read or analyze images and text files. Supports PNG, JPEG, GIF, WEBP and TXT, MD, CSV, HTML, XML, YAML, JSON, returning vision images or strings.
    MIT
  • Retrieve the content of a work item attachment for analysis, returning images as vision-readable objects and text files as strings. Supports PNG, JPEG, GIF, WEBP, and text formats up to specified size limits.
    MIT
  • Download an attachment from a message by fileId and return it as inline images, extracted text (CSV, PDF, DOCX, etc.), or raw bytes. Supports disk save and re-extraction.
    MIT
  • Execute a script and wait for results, combining run, poll, and output in one call. Supports Python and Bash tasks or SLIs with environment and secret variables.
    Apache 2.0
  • Execute a Python script asynchronously in YADE. Submit a script path and receive a task ID; the script runs in the background, queued sequentially for simulation.
    MIT
  • Generate Python scripts to crawl, clean, and prepare anime character image datasets for LoRA training by filtering, tagging, and cropping images to model-specific resolutions.
    MIT
  • Convert a Jupyter notebook into a single Python script string with # %% cell markers for analysis, diffing, or programmatic use.
    MIT
  • Parse raw CSV text and generate a chart. Automatically identifies numeric columns for data series and non-numeric columns for labels.
    MIT
  • Fetch CSV from a URL or raw text, then query it by selecting columns, filtering rows, sorting, and limiting results. Returns JSON or CSV.
    MIT