Submit

Stagenth File Relay

@stagenth

Remote MCP server (Streamable HTTP) giving AI a real cloud file system + web scraping. One static Bearer token; 21 tools incl. chunked/resumable upload, download, list/search, full folder tree (create/move/rename/delete), shareable links, quota, and scrape_url (web page -> clean Markdown). Credit-based, free credits on signup.
Overview

stagenth · file-relay

A remote MCP server (Streamable HTTP) that gives AI clients a real cloud file system plus web scraping — no local setup, just one Bearer token.

Features

  • Files: chunked & resumable upload, download, list, search, info, delete
  • Folders: full tree — create, move, rename, delete, browse
  • Sharing: create share links, download / import shared files
  • Web scraping: scrape_url turns any web page into clean Markdown
  • Quota: check storage & credit balance
  • 21 native tools over standard MCP Streamable HTTP

Connect

  1. Sign up at https://www.stagenth.com and create an API Key (Settings → API Token).
  2. Add to your MCP client config (url + Bearer header). Auth is a single static Bearer token — no OAuth. Credit-based, pay-as-you-go, free credits on signup.

Docs: https://www.stagenth.com/help

Server Config

{
  "mcpServers": {
    "stagenth-file-relay": {
      "type": "http",
      "url": "https://stagenth.com/mcp/file-relay/",
      "headers": {
        "Authorization": "Bearer <YOUR_API_KEY>"
      }
    }
  }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.