io.github.putput-io-dev/putput-mcp
https://putput.io/api/v1/mcpskills: {'id': 'upload_file', 'name': 'upload_file', 'description': 'Upload a file from a URL to PutPut storage', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'list_files', 'name': 'list_files', 'description': 'List uploaded files with optional filtering', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'delete_file', 'name': 'delete_file', 'description': 'Delete an uploaded file by ID', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'get_file_info', 'name': 'get_file_info', 'description': 'Get details about a specific file', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}; uptime_30d 1.0%; p95 176.8ms; conformance: pass
How to connect
https://putput.io/api/v1/mcp
curl -X POST https://putput.io/api/v1/mcp \
-H 'Content-Type: application/json' \
-H 'Accept: application/json, text/event-stream' \
-d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{}}'