← aevia.cloud

INDIVIDUAL MCP TOOL

fishing_play

执行钓鱼指令,一切游戏操作走这里(如 cast 5、status、buy basic_worm 3;支持用 ; 叠加最多 8 条)。 / Run a fishing command; the main gameplay channel.

aevia.cloudnone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.aevia.cloud/mcp

No auth detected

Connect to this endpoint to inspect the live schema for fishing_play and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests code or command execution.

Parent server

aevia.cloud

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.warmnight-fishing]
url = "https://mcp.aevia.cloud/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "warmnight-fishing": {
      "type": "http",
      "url": "https://mcp.aevia.cloud/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: warmnight-fishing
Remote MCP URL: https://mcp.aevia.cloud/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": {
    "warmnight-fishing": {
      "url": "https://mcp.aevia.cloud/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "warmnight-fishing": {
      "type": "http",
      "url": "https://mcp.aevia.cloud/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "warmnight-fishing",
  "transport": "streamable-http",
  "url": "https://mcp.aevia.cloud/mcp"
}
MCP Inspector

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

Related tools

  • fishing_manual — 玩法说明与全部指令列表(中文)。 / Game manual and full command list (Chinese).
  • fishing_new_game — 重开一局(会覆盖当前进度,必须传 confirm:true 确认)。 / Start over (overwrites progress; requires confirm:true).
  • fishing_share_card — 生成可分享的图鉴 / 稀有时刻分享卡(kind: encyclopedia | moment);也可填 fish:<中文鱼名> 给某条已钓到、收录进图鉴的鱼单独出一张卡。 / Generate a shareable card (encyclopedia | moment); optionally name a caught fish to card it.
  • fishing_save_info — 存档元信息(路径 / schema 版本 / 身份模式 / 进度摘要,不含游戏机密)。 / Save metadata (path, schema version, identity mode, progress); no game secrets.