← All WebMCP sites

export.tools

AI & Agentshttps://export.tools/listed as of 2026-08-27
Export any Poe chat as a zip: full transcript plus every image, video, and file. Tag @export-chat in Poe, then upload it here. Free, runs in your browser.
Run a live auditWe load the site in a real browser and score the tools it gives an agent.

Tools

list_attachmentsanswerimperative
List the state of the currently loaded Poe chat export: source file name, message count, attachment count, and the first attachment URLs. Returns JSON. Use after loading a share URL or uploading a transcript to see what the page contains.
Input schema
{
  "type": "object",
  "properties": {}
}
download_attachments_zipactimperative
Build a zip containing the loaded chat transcript plus every attachment and download it to the user's device. Requires a chat to be loaded first (via the load_poe_share form or a transcript upload).
Input schema
{
  "type": "object",
  "properties": {}
}
set_view_modeactimperative
Switch the loaded conversation between the attachment grid view and the chat transcript view.
Input schema
{
  "type": "object",
  "properties": {
    "view": {
      "type": "string",
      "enum": [
        "grid",
        "chat"
      ],
      "description": "Which view to show: 'grid' (attachments) or 'chat' (transcript)."
    }
  },
  "required": [
    "view"
  ]
}
load_poe_shareactdeclarative
Load a public poe.com share link to view the conversation and its attachments. Use when the user provides a Poe share URL of the form https://poe.com/s/<share-id>.
Input schema
{
  "type": "object",
  "properties": {
    "share_url": {
      "type": "string",
      "description": "poe.com/s/<id>…"
    }
  }
}
Listings are sourced from public community registries and shown as reported.