Skip to main content
Glama

Server Details

Generate game assets with AI: sprites, 3D models, animations, sound effects, music, and voices.

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL
Repository
Ludo-AI/ludo-mcp
GitHub Stars
0

See and control every tool call

Log every tool call with full inputs and outputs
Control which tools are enabled per connector
Manage credentials once, use from any MCP client
Monitor uptime and get alerted when servers go down

Available Tools

21 tools
animateSpriteInspect

animateSprite. This endpoint consumes 5 credits per call.

ParametersJSON Schema
NameRequiredDescriptionDefault
requestBodyYesPayload for generating an animated spritesheet from a static image. Input images can either be provided in base64 or URL. If the image was generated using Ludo, ideally it should be generated using the "sprite", "sprite-vfx" or "ui_asset" type.
create3DModelInspect

create3DModel. This endpoint consumes 3 credits per call.

ParametersJSON Schema
NameRequiredDescriptionDefault
requestBodyYes
createImageInspect

createImage. This endpoint consumes 0.5 credits per result.

ParametersJSON Schema
NameRequiredDescriptionDefault
requestBodyYesPayload for generating an image from text prompt
createMusicInspect

createMusic. This endpoint consumes 4 credits per call.

ParametersJSON Schema
NameRequiredDescriptionDefault
requestBodyYesPayload for generating music from a text description
createSoundEffectInspect

createSoundEffect. This endpoint consumes 2 credits per call.

ParametersJSON Schema
NameRequiredDescriptionDefault
requestBodyYesPayload for generating a sound effect from a text description
createSpeechInspect

createSpeech. This endpoint consumes 1 credits per call.

ParametersJSON Schema
NameRequiredDescriptionDefault
requestBodyYesPayload for text-to-speech generation using voice cloning
createSpeechPresetInspect

createSpeechPreset. This endpoint consumes 1 credits per call.

ParametersJSON Schema
NameRequiredDescriptionDefault
requestBodyYesPayload for text-to-speech generation using a voice preset
createVideoInspect

createVideo. This endpoint consumes 5-15 credits depending on duration (3s: 5, 5s: 8, 8s: 12, 10s: 15).

ParametersJSON Schema
NameRequiredDescriptionDefault
requestBodyYesPayload for generating a video from a source image and motion prompt
createVoiceInspect

createVoice. This endpoint consumes 1 credits per call.

ParametersJSON Schema
NameRequiredDescriptionDefault
requestBodyYesPayload for generating a voice sample from a character description
editImageInspect

editImage. This endpoint consumes 0.5 credits per result.

ParametersJSON Schema
NameRequiredDescriptionDefault
requestBodyYesPayload for editing an existing image based on text instructions
generatePoseInspect

generatePose. This endpoint consumes 0.5 credits per result.

ParametersJSON Schema
NameRequiredDescriptionDefault
requestBodyYesPayload for generating a new pose for an existing sprite
generateWithStyleInspect

generateWithStyle. This endpoint consumes 0.5 credits per result.

ParametersJSON Schema
NameRequiredDescriptionDefault
requestBodyYesPayload for generating new content while maintaining the visual style of a reference image
get3DModelResultsInspect

Retrieves recent API-generated 3D model results

ParametersJSON Schema
NameRequiredDescriptionDefault
request_idNoFilter results by request_id
getAudioResultsInspect

Retrieves recent API-generated audio results

ParametersJSON Schema
NameRequiredDescriptionDefault
request_idNoFilter results by request_id
getImageResultsInspect

Retrieves recent API-generated image results

ParametersJSON Schema
NameRequiredDescriptionDefault
request_idNoFilter results by request_id
getSpriteResultsInspect

Retrieves recent API-generated spritesheet results

ParametersJSON Schema
NameRequiredDescriptionDefault
request_idNoFilter results by request_id
getVideoResultsInspect

Retrieves recent API-generated video results

ParametersJSON Schema
NameRequiredDescriptionDefault
request_idNoFilter results by request_id
listAnimationPresetsInspect

Lists available animation presets for use with the transferMotion endpoint

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

removeBackgroundInspect

removeBackground. This endpoint consumes 0.5 credits per result.

ParametersJSON Schema
NameRequiredDescriptionDefault
requestBodyYesPayload for removing the background of an image
transferMotionInspect

transferMotion. This endpoint consumes 8 credits per call.

ParametersJSON Schema
NameRequiredDescriptionDefault
requestBodyYesPayload for transferring motion from a video onto a static sprite image, producing an animated spritesheet.
validateApiKeyEndpointInspect

Validates an API key. Returns 200 if valid, 403 if invalid.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

Verify Ownership

Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:

{
  "$schema": "https://glama.ai/mcp/schemas/connector.json",
  "maintainers": [
    {
      "email": "your-email@example.com"
    }
  ]
}

The email address must match the email associated with your Glama account. Once verified, the connector will appear as claimed by you.

Last verification attempt failed.

Sign in to verify ownership

Discussions

No comments yet. Be the first to start the discussion!

Try in Browser

Your Connectors

Sign in to create a connector for this server.