Skip to main content
Glama
xaxeane
by xaxeane

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MCP_HTTP_HOSTNoHTTP host for remote MCP127.0.0.1
MCP_HTTP_PORTNoHTTP port for remote MCP3000
MCP_TRANSPORTNoTransport mode: 'http' for remote MCP, otherwise stdiostdio
KIE_AI_API_KEYYesBearer API key for Kie.ai
KIE_AI_BASE_URLNoBase URL for the Kie.ai APIhttps://api.kie.ai
MCP_ALLOWED_HOSTSNoAllowed public host/domain for remote MCP (required for remote HTTP)
KIE_MCP_HTTP_TOKENNoBearer token for MCP client authentication (required for remote HTTP)

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
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
suno_generate_musicB

Generate a song or instrumental track using Kie.ai Suno V6, V6_MINI, or V6_WILD. The returned task_id can be checked with suno_get_task_status.

suno_get_task_statusA

Get the current status and generated audio URLs for a Kie.ai Suno task.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.7/5.0

Scored across 2 tools

Disambiguation5/5

The two tools have clearly distinct purposes: one initiates music generation and returns a task ID, while the other retrieves status and generated audio URLs for that task. There is no overlap or ambiguity between them.

Naming Consistency5/5

Both tool names follow the same suno_ prefix with a clear verb_noun pattern: generate_music and get_task_status. The naming is consistent, descriptive, and predictable.

Tool Count4/5

With only two tools, the server is minimal but appropriately scoped for an asynchronous generation workflow: submit a task and check its result. It is slightly thin, but each tool serves an essential role.

Completeness4/5

The core lifecycle of submitting a generation task and polling for results is covered. Minor gaps exist, such as no cancel or list operations, but for a focused Suno generation server these are not critical.

Maintenance

ActivityMaintained
ResponsivenessNo issues