xi.pe MCP server
Share text at a short URL. No account, no API key, expires within 7 days.
Little public usage data yet
Reviews
Write oneNobody has reviewed xi.pe yet.
If you have run it, two minutes of your experience saves the next person an afternoon.
xi.pe tools (3, 2 write)
write = sends, deletes, buys or postscreate_pastewrite actionFreeStore UTF-8 text at xi.pe and get back a short URL anyone can read. Use it when text has to leave the conversation: someone asks for a shareable link to text you already have -- 'share this', 'give me a URL for it'; something a human needs to read would flood the chat inline -- a long diff, a stack trace, a generated config, a report; or something has to reach another agent, session or machine that does not share your filesystem. Maximum 2 MiB (2,097,152 bytes); larger is rejected, not truncated. Returns url, code, delete_token, size and expires. The delete_token is shown once and is the only way to delete the paste -- pass it to the user verbatim if a human is in the loop. If you are outputting markdown for human reading, highly consider adding ?md to the link you hand back to make it more readable.
delete_pastewrite actionFreeDelete a xi.pe paste before it expires. Requires the delete_token returned when it was created; there is no other way to prove ownership.
read_pasteFreeFetch the text of an existing xi.pe paste -- including one a user or another agent just handed you. Accepts either the code or the full URL. If you pass the URL on to a human and the text is Markdown, append ?md: it renders headings, tables and ```mermaid diagrams.
Public scan report
scanner v0.1.9 · 2026-09-22 · same rubric, same numbers if you re-run it
- –Code scanremote-only server, no package to scann/a
- Live reliabilityremote reachable in 479ms20/20
- Tool poisoning3 tool descriptions checked15/15
- Auth qualityopen endpoint exposes 2 write-action tools with no auth3/15
- Maintenanceno repository listed3/15
- Maintainer identityverified namespace with website, no repo4/10
Findings (2)
- highWrite-action tools reachable without authentication
auth.open-write - lowNo source repository listed
maint.no-repo
Install directly
claude mcp add --transport http xipe https://xi.pe/mcp
xi.pe: common questions
- Is xi.pe MCP server safe?
- With care: it is graded C, so read the findings first (60/100). Read the xi.pe safety report
- How do I install xi.pe?
- It runs remotely at xi.pe. Add it to Claude Code, Claude Desktop or Cursor with the snippets above, or call it through the mcp.market gateway without installing anything.
- Does xi.pe need an API key?
- Not as far as the registry entry and our scan can tell: no credentials are declared or required.
- Is xi.pe maintained?
- The latest release is v1.0.0.
- Is xi.pe up?
- 100% of our last 19 checks got an answer. We check remote servers about four times a day.