← jsoncut.com

INDIVIDUAL MCP TOOL

Generate_public_download_link

Generate a time-limited public download link for a file.

jsoncut.comnone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests retrieving external content.

Parent endpoint

jsoncut.com

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.jsoncut-com]
url = "https://mcp.jsoncut.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "jsoncut-com": {
      "type": "http",
      "url": "https://mcp.jsoncut.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: jsoncut-com
Remote MCP URL: https://mcp.jsoncut.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "jsoncut-com": {
      "url": "https://mcp.jsoncut.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "jsoncut-com": {
      "type": "http",
      "url": "https://mcp.jsoncut.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "jsoncut-com",
  "transport": "streamable-http",
  "url": "https://mcp.jsoncut.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • List_user_files — Get a paginated list of files uploaded by the authenticated user
  • List_user_jobs — Get a paginated list of jobs for the authenticated user.
  • Create_a_new_job — Create and queue a new image or video generation job.
  • Get_job_details — Retrieve details of a specific job.
  • Cancel_a_job — Cancel a pending job (only works for jobs in PENDING status) **Path Parameters:** - **jobId**: Job ID to cancel
  • List_all_available_schemas — Get a list of all available JSON schemas with their URLs and descriptions
  • Get_image_schema — Get the full JSON schema for image configuration.
  • Get_video_schema — Get the full JSON schema for video configuration.