0pi-mcp-server
Related Servers
Alternatives to 0pi-mcp-server
No user-submitted related servers found.
Related Servers
- FlicenseNot gradedqualityDmaintenanceA lightweight MCP data broker that stores large binary payloads under a UUID, enabling MCP clients and agents to exchange massive results without flooding the LLM context window.-
- FlicenseAqualityBmaintenanceEnables AI agents and users to upload and download files via MCP, generating shareable links and identifier codes. Files are automatically deleted after 24 hours.9-

@putput/mcpofficial
FlicenseNot gradedqualityDmaintenanceFile uploads for AI agents. Upload, list, and manage files from AI coding assistants like Claude, Cursor, Windsurf, and VS Code Copilot with no signup required.1-- FlicenseNot gradedqualityDmaintenanceEnables AI agents to store and retrieve information persistently using key-value pairs with JSON file-based storage. Supports storing, retrieving, listing, deleting, and searching data across sessions.-

YAFL MCP Serverofficial
AlicenseNot gradedqualityCmaintenanceEnables AI agents to securely transfer files between machines via encrypted, expiring share links, with tools for upload, download, status checks, and link management.MIT- AlicenseNot gradedqualityAmaintenanceEnables sharing and reading encrypted files (text, images, logs) for AI workflows, with automatic 24-hour expiration and host-blind security.180 npm156MIT
TDQS
Scored across 2 tools
The two tools have clearly distinct purposes: create_object saves data to cloud storage and returns a URL, while get_object retrieves data from storage using an ID. There is no overlap or ambiguity between them.
Both tools follow a consistent verb_noun pattern (create_object and get_object), using the same naming convention throughout. This makes them predictable and easy to understand.
With only two tools, the server feels thin for its purpose of ephemeral cloud storage. While create and get cover basic operations, the lack of update, delete, or list tools limits functionality and may cause agent workarounds.
The tool surface is significantly incomplete for cloud storage. It supports create and get operations but lacks update, delete, list, or management tools, which are essential for a full storage lifecycle and will likely lead to agent failures in complex workflows.