A concise MCP server that wraps the rustypaste API, providing access to paste and upload tooling through a standardized interface.
🛠️ Key Features
- Wraps the rustypaste API to expose paste and upload capabilities
- Tools include paste_text, upload_file, upload_file_with_expiry, oneshot_file, oneshot_url, shorten_url
- Structured endpoints suitable for integration with other MCP components
- Readme excerpt reflects available tooling and usage
🚀 Use Cases
- Deploying a centralized paste/upload backend for internal tools
- Providing single-use, expiry-enabled, or URL-shortened content sharing
- Integrating with automation pipelines that require rustypaste operations
⚡ Developer Benefits
- Clear mapping to rustypaste operations via MCP wrapper
- Reusable command/tool definitions for rapid integration
- Lightweight server data suitable for catalog indexing and discovery
⚠️ Limitations
- Based on readmeExcerpt indicating tooling; specifics may vary with API changes
- Only as feature-complete as the underlying rustypaste integration
- Some tools may require authentication or configuration not shown in excerpt