Skip to main content
Glama
AceDataCloud

MCP Fish Server

by AceDataCloud

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
ACEDATACLOUD_API_TOKENYesYour AceDataCloud API token

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
fish_generate_audioA

Generate speech audio from text using Fish TTS.

Use this when:
- You want to convert text to speech
- You need AI-generated audio narration

Returns:
    JSON response containing task_id and audio data when complete.

Example:
    fish_generate_audio(
        text="Hello, welcome to our service!",
        reference_id="d7900c21663f485ab63ebdb7e5905036"
    )
fish_get_usage_guideA

Get a comprehensive guide for using the Fish TTS tools.

Provides detailed information on how to use the Fish tools effectively,
including parameters, examples, and best practices.

Returns:
    Complete usage guide for Fish TTS tools.
fish_list_modelsB

List available Fish voice models from the API.

Returns:
    JSON response from /fish/model.
fish_get_modelA

Get a Fish voice model by ID.

Returns:
    JSON response from /fish/model/{id}.
fish_get_taskA

Query the status and result of a Fish audio generation task.

Use this to check if a task is complete and retrieve the resulting audio URL.

Task states:
- 'pending': Task is queued — keep polling
- 'processing': Task is being processed — keep polling
- 'complete': Task finished successfully
- 'failed': Task failed (check error message)

Returns:
    Task status and result data including audio URL.
fish_get_tasks_batchA

Query the status of multiple Fish tasks at once.

Efficiently checks the status of multiple audio generation tasks in a
single request.

Returns:
    Status and result data for all queried tasks.

Prompts

Interactive templates invoked by user choice

NameDescription
fish_guideGuide for choosing the right Fish TTS tool.
fish_workflow_examplesCommon workflow examples for Fish TTS tasks.

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/AceDataCloud/FishMCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server