General Tools
xi.pe
A server for creating, deleting, and reading text pastes, functioning as a simple pastebin service.
ENDPOINT 1
https://xi.pe/mcp
MCP server metadata
- Name
- xi.pe
- Version
- 3b7c9eb37d9aac91943fd0da4b0a03af229e5b1a
xi.pe is a free, no-account pastebin for sharing text. Reach for it when text has to leave this conversation: - Someone asks for a shareable link to text you already have. - A human needs to read something that would flood the chat inline -- a long diff, a stack trace, a generated config, a report. - Text has to reach another agent, session or machine that does not share your filesystem. Store it, hand over the URL. - 2 MiB (2,097,152 bytes) per paste, counted in UTF-8 bytes, not characters. Over that is rejected outright, never truncated -- split it or send less. - Anyone holding the URL can read the paste. There are no permissions and no accounts. - Everything expires. 7 days maximum, shorter on request, and nothing can extend it. - UTF-8 text only. No binaries, no images, no file hosting. No line-length or line-count limit. - There is no listing and no search index. A paste is reachable only by its code, so an agent that loses the code has lost the paste. - create_paste returns a delete_token. It is shown once and is the only way to delete a paste -- surface it to the user verbatim if the paste may need deleting before it expires.
Known tools 3
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.xi-pe]
url = "https://xi.pe/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"xi-pe": {
"type": "http",
"url": "https://xi.pe/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: xi-pe
Remote MCP URL: https://xi.pe/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"xi-pe": {
"url": "https://xi.pe/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"xi-pe": {
"type": "http",
"url": "https://xi.pe/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "xi-pe",
"transport": "streamable-http",
"url": "https://xi.pe/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.