Revise
io.revise/mcp-server · v1.0.0 · MCP 2025-11-25
Collaborative word processor you can use with your agent.
Reachability
reachable
checked 2026-07-14 04:31 UTC
Registry status active
Tools pinned 15
80d56d9e51fd
Tools last changed
unchanged since first capture 2026-07-14
Provenance
Registry namespace io.revise
(domain verified by the official registry)
Remote endpoints
https://mcp.revise.io/mcp (streamable-http)
Observed changes
| When (UTC) | Event | Detail |
|---|---|---|
| 2026-07-14 03:23 | first capture | 15 tools pinned |
Pinned tool definitions (15)
| Tool | Description |
|---|---|
| create_document | Create a Revise document without a Revise account, seeded with markdown. Returns: url (give this to your user — they open it to view the document and create a free account to keep it, in one step) and edit_token (keep it; use it as your... |
| import_document | Create a Revise document from a file at a public http(s) URL (.md, .markdown, .txt, .html, .htm, .docx, .rtf, .odt; PDFs/images not yet supported). The server fetches the URL — file bytes are never passed inline. For a LOCAL file, use... |
| upload_document | Create a Revise document from a LOCAL file (docx, md, txt, html; PDFs/images not yet supported) without a Revise account and without putting its bytes in your context. Returns a one-time upload_url and a ready-to-run curl command — run... |
| read_document | Read a Revise document's content. Use format "markdown" (default) for editing workflows, "text" for plain text. Set with_block_ids to true to interleave <!-- block:xxxxxx --> anchors usable with edit_document. view controls how pending... |
| search_within_document | Find where a query matches inside one document. Returns the matching blocks as markdown with <!-- block:xxxxxx --> anchors (usable with edit_document), each with a few neighboring blocks for context. Case-insensitive. |
| get_document_outline | Get a document's heading outline with block ids and per-section word counts. Cheap way to orient in a long document before reading specific sections. |
| get_recent_changes | See what changed in a document since YOU last looked at it — e.g. edits the human (or another collaborator) made in between. Returns added, removed, and changed blocks (with block ids), all in the accepted/projected state. Great for... |
| get_document_info | Get a document's metadata: title, sharing state, URLs, timestamps, and word count. |
| export_document | Export a document by id to markdown, txt, html, docx, pdf. Text formats (markdown, txt, html) are returned inline. Binary formats (docx, pdf) are hosted at a temporary download URL (expires in ~24h) returned in the response, not... |
| edit_document | Apply targeted edits to a document using Markdown or HTML content. On a substantial document (20+ words) the default is mode "suggest": edits land as pending tracked changes the owner can accept or reject in the editor. On a short/new... |
| rename_document | Change a document's title. |
| set_page_layout | Set a document's page layout: page size, orientation, margins, page numbers, line/paragraph spacing, pageless mode, or the APA-7 preset. Length values are strings with explicit units (e.g. "1in", "2.54cm", "72px"). |
| replace_document_content | Replace the ENTIRE content of a document with new markdown. Destructive: existing content is removed (it remains recoverable via the document's revision history). Prefer edit_document for targeted changes. |
| insert_footnote | Insert a footnote: a numbered superscript reference placed immediately after the anchor text inside a paragraph, plus the footnote body (shown at the bottom of the page, or as an endnote in pageless documents). On substantial documents... |
| resolve_suggestions | Accept or reject the tracked-change suggestions YOU made on a document — only your own, never the user's edits or another agent's suggestions. Use this when the user approves your suggested changes (e.g. they say "lgtm" / "looks good")... |
Status badge
[](https://toolpin.dev/servers/io.revise/mcp-server)
Maintain this server? Add the badge to your README — it links your users to this live status page.