Conversion Tools
Conversion Tools is an online service that offers a fast and easy way to convert documents between different formats, like XML, Excel, PDF, Word, Text, CSV, and others.
Verdict
Common use cases
- Turn client spreadsheets into CSVs for analysis
- Archive web pages as PDFs before redesigns
- Extract invoice data from JPG receipts
- Convert internal docs to HTML for wikis
- Snapshot competitor sites for design reviews
Integration
- Vendor
- Conversion Tools
- Category
- docs
- Auth
- API_KEY
- Tools
- 10
- Composio slug
conversion_tools
Tools
- Convert Excel to CSV
Tool to convert excel files to csv. use when you have an excel file (local upload or url) and need a csv output. use after uploading or providing file url.
- Convert Excel to HTML
Tool to convert an excel file to html. use when you need an html table representation of a .xlsx file via upload or url.
- Convert JPG to JSON with AI
Tool to convert jpg to structured json using ai. use after uploading the image or specifying its url.
- Convert Markdown to HTML
Tool to convert markdown to html. use after uploading the markdown file or specifying its url to generate html content.
- Convert OXPS to PDF
Tool to convert an oxps file to pdf. use when you have an oxps file either uploaded (file id) or via url and need a pdf output. provide only one of `file id` or `url`.
- Convert Website to PDF
Tool to convert a website url to pdf. use when you need a pdf snapshot of a web page; returns a task id to poll for completion.
- Convert Website to PNG
Tool to convert a website url to a png image. use when you need a snapshot of an entire web page or specific viewport.
- Convert Word to Text
Tool to convert word documents to plain text. use when you have a .doc or .docx file (binary or url) and need its plain text representation.
- Download File
Tool to download a conversion result file by its id. use after task completion to retrieve the output file.
- Upload File
Tool to upload a file for conversion. use when you have a local file and need a file id for further conversion.
Setup
Setup guide
- 11. In Switchy, open Settings and navigate to Integrations. 2. Find Conversion Tools in the MCP directory and click Connect. 3. You'll be prompted to paste an API key — get this from your Conversion Tools dashboard under API Access. 4. Paste the key and click Authorize; Switchy validates the connection immediately. 5. Open any Space and type '@Conversion Tools' to confirm the MCP appears in the mention menu. 6. Test it by uploading a small Excel file to the Space, then prompt '@Conversion Tools convert this Excel to CSV' — you should receive a download link within seconds. 7. If the connection fails, double-check the API key hasn't expired and that your Conversion Tools account has available credits.
What teammates see: by default, memories from Conversion Tools are scoped to the Space (PROJECT visibility) - you can mark any memory PRIVATE or share it ORG-wide.
Works well with
Top models
Compatibility data appears once enough Spaces have used this MCP together with a given model.
How Switchy teams use it
Starter prompts
Excel to CSV Export
@Conversion Tools I just uploaded an Excel file. Convert it to CSV and give me the download link.Open in a Space →
Website to PDF Archive
@Conversion Tools convert https://example.com/pricing to PDF so we can archive the current pricing structure.Open in a Space →
Image to JSON Extraction
@Conversion Tools I uploaded a JPG of an invoice. Extract the vendor name, date, line items, and total as JSON.Open in a Space →
Markdown to HTML Render
@Conversion Tools convert the README.md I uploaded to HTML so I can drop it into our internal wiki.Open in a Space →
Word Doc to Plain Text
@Conversion Tools extract plain text from the .docx I just shared — I need it for a content analysis script.Open in a Space →
Example outputs
Illustrative - representative of the model's voice and quality, not literal recordings.
@conversion-tools I have a quarterly report in Excel at https://example.com/q4-report.xlsx — can you convert it to CSV so I can import it into our analytics tool?
I've converted your Excel file to CSV. The output contains 487 rows across 8 columns (Date, Region, Revenue, Units, Cost, Margin, Category, Notes). The CSV is now available for download and preserves all numeric precision from the original spreadsheet. You can use this file directly with most data import workflows.
This example shows the MCP's core file-conversion strength: taking a binary format and producing a clean, portable output. Requires an API key with conversion quota. The tool works with both uploaded files and public URLs, but cannot access files behind authentication.
@conversion-tools Take a screenshot of https://docs.example.com/api-reference and save it as PNG — I need to include it in a design review deck.
I've captured the full page as a PNG image (1920×4200px). The screenshot includes the entire scrollable content of the API reference page, rendered at standard desktop resolution. The image file is ready for download and can be embedded directly into presentation software or design tools.
Website-to-image conversion is asynchronous — the MCP returns a task ID that must be polled for completion (usually 5-15 seconds). This example highlights a common use case: archiving or sharing web content as static images. The viewport size can be customized if you need mobile or tablet dimensions.
@conversion-tools I uploaded a photo of a handwritten meeting agenda (meeting-notes.jpg). Can you extract the text as structured JSON with sections for attendees, topics, and action items?
I've processed the image using AI-powered OCR and structured the content into JSON. The output includes three top-level keys: `attendees` (array of 6 names), `topics` (array of 4 discussion items with timestamps), and `action_items` (array of 7 tasks with assigned owners). Note that handwriting recognition accuracy depends on legibility — two names in the attendees list have low confidence scores and may need manual review.
This showcases the MCP's AI-enhanced conversion: not just OCR, but intelligent structuring. The tool attempts to infer schema from context, but you'll get better results if you specify the desired JSON shape in your prompt. Accuracy varies with image quality and handwriting clarity — always verify critical data.
Use-case deep-dives
When agencies need one-click file reformatting for clients
A 6-person creative agency ships decks, reports, and mockups to clients who all want different formats—some need PDFs, others want HTML tables from Excel trackers, a few still ask for plain text. The Conversion Tools MCP handles this in Switchy without leaving the chat: upload the Excel budget, get back CSV for the client's accounting system; convert the Word brief to text for their CMS paste; snapshot the staging site as PNG for approval emails. The API key setup takes two minutes and all 10 tools share one auth. This works until you're converting 50+ files a day or need batch processing—at that scale, a dedicated conversion API with webhooks makes more sense. If your team ships mixed-format deliverables to non-technical clients weekly, this MCP eliminates the 'save as' shuffle and keeps file prep inside your workflow.
Why support teams use this for visual bug documentation
A 3-person SaaS support team fields 40 tickets a week, half with screenshots of broken UI states. They need those JPGs turned into structured JSON (button labels, error text, layout metadata) so the dev team can search past issues by visual element, not just ticket title. The 'Convert JPG to JSON with AI' tool does this in Switchy: paste the image URL from the ticket, get back machine-readable fields, log it to the knowledge base. The AI extraction isn't perfect—complex dashboards with overlapping text confuse it—but it catches 80% of common UI bugs without manual tagging. This breaks down if your ticket volume exceeds 200/week or you need sub-second response times; at that point, a dedicated OCR pipeline is cheaper. For small support teams documenting visual issues in under 50 tickets weekly, this MCP turns screenshots into searchable support history without custom tooling.
When legal teams need timestamped web snapshots
A 2-person compliance team at a fintech startup audits competitor pricing pages and regulatory disclosures quarterly. They need dated PDF snapshots proving what was live on a given day—courts accept PDFs, not browser history. The 'Convert Website to PDF' tool in Switchy lets them paste URLs during their audit Zoom, get back archival PDFs with metadata, and file them in the compliance folder before the call ends. The task-polling model means large pages take 15-30 seconds, which is fine for quarterly audits but too slow for daily monitoring. This also assumes the target sites don't block headless browsers; about 10% of enterprise sites do. If your compliance cadence is monthly or slower and you're snapshotting under 50 pages per cycle, this MCP beats paying for a dedicated web archival service.
Frequently asked
What does the Conversion Tools MCP do in Switchy?
It converts files and web pages between formats — Excel to CSV, Word to text, websites to PDF, images to JSON via AI, and more. Your team can ask the AI to transform documents without leaving the conversation or manually uploading to third-party sites. Useful when you're iterating on data exports, archiving web pages, or extracting structured data from screenshots.
Do I need admin access to connect Conversion Tools?
No. Conversion Tools uses an API key, not OAuth, so any team member with the key can connect it. You'll paste the key into Switchy's integration settings once. The vendor doesn't enforce role-based access — the key grants full conversion permissions to whoever holds it, so treat it like a password and don't share it outside your team.
Can it convert password-protected files or private URLs?
No. The MCP can only process files you upload directly or publicly accessible URLs. If your Excel file is password-protected or your website sits behind a login wall, the conversion will fail. For private documents, remove the password first or export to a supported format manually before handing it to the AI.
Why use this instead of online converters or Zapier?
Speed and context. The AI calls the conversion tool mid-conversation — no tab-switching, no manual downloads, no waiting for a Zap to fire. You ask for a CSV, the AI uploads your Excel file, converts it, and returns the result in seconds. Better for ad-hoc requests than building a workflow, worse if you need scheduled batch processing.
Who on the team should connect this MCP?
Whoever handles data exports, client deliverables, or documentation. Analysts converting spreadsheets, designers snapshotting websites for mockups, and support reps archiving tickets as PDFs all benefit. One person connects it with the API key; everyone in the workspace can use it. Conversions don't count against Switchy seat limits, but the vendor may rate-limit the key.