{
  "markdown": "# easysend-mcp\n\nEasySend file sharing plugin for Claude Code. Upload, download, and share files directly from your AI assistant session.\n\n## Install\n\nAdd to your Claude Code settings (`~/.claude/settings.json`):\n\n```json\n{\n    \"mcpServers\": {\n        \"easysend\": {\n            \"command\": \"npx\",\n            \"args\": [\"easysend-mcp\"]\n        }\n    }\n}\n```\n\nOr install globally:\n\n```bash\nnpm install -g easysend-mcp\n```\n\n## Tools\n\n| Tool | Description |\n|------|-------------|\n| `upload_files` | Upload files and get a share link |\n| `get_bundle` | Get bundle info (files, sizes, expiry) |\n| `download_file` | Download a file by ID |\n| `download_bundle` | Download all files in a bundle |\n| `delete_file` | Delete a file (requires upload_token) |\n| `bundle_status` | Quick status check |\n\n## Usage Examples\n\nIn Claude Code, just ask naturally:\n\n- \"Upload report.pdf to EasySend\"\n- \"Share all the CSV files in this directory\"\n- \"What files are in easysend.co/Ab3Kz?\"\n- \"Download the files from that EasySend bundle\"\n\n## No API Key Required\n\nEasySend's API is free and public. No authentication needed for uploads.\n\n## Links\n\n- Website: https://easysend.co\n- API Docs: https://easysend.co/api\n- MCP Docs: https://easysend.co/mcp\n",
  "bytes": 1224,
  "sha": "006282d855a1465dde28a15ded458ae349507b4ddd1865b8b8523b97750feaae",
  "repo_slug": "easysend-co/easysend-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_easysend_co_easysend_10b983e8/readme"
}