518.PLUS
MCP Register

MCP

518.PLUS runs a standard MCP server (Streamable HTTP). Configure it once in any MCP client and your agent can call every 518 file tool — metered per call, failed calls refunded.

Quick start

  1. Create an API token first: Tokens(fsk_ 开头)
  2. Add the server URL + Bearer token in your MCP client
  3. Ask your agent to process files right in the conversation

MCP Server

https://518.plus/mcp

Client config

URL
https://518.plus/mcp
Header name
Authorization
Header value
Bearer fsk_YOUR_TOKEN
Can't set custom headers?
https://518.plus/mcp?key=fsk_YOUR_TOKEN
{
  "mcpServers": {
    "518plus": {
      "url": "https://518.plus/mcp",
      "headers": { "Authorization": "Bearer fsk_YOUR_TOKEN" }
    }
  }
}

HTTP API (Bearer)

Need plain REST? API v1 stays available under the same Bearer token.

MethodEndpointDescription
GET/api/v1/meAccount: id, username, balance
GET/api/v1/toolsTool catalog with per-tool cost
POST/api/v1/uploadsUpload a source file
POST/api/v1/executeRun a tool (idempotent via client_ref)
GET/api/v1/uploads/{id}Fetch output by public id