Skip to main content
Glama

Server Details

Turn any LLM multimodal; generate images, voices, videos, 3D models, music, and more.

Status
Unhealthy
Last Tested
Transport
Streamable HTTP
URL
Repository
francis-ros/rostro-mcp-server
GitHub Stars
0

Available Tools

5 tools
accountTry in Inspector

Response includes their identity, current scopes/access, subscription, and credit balance.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

checkTry in Inspector

Continue to wait for a currently running generation. Usually only videos and 3D models take long enough to require this.

ParametersJSON Schema
NameRequiredDescriptionDefault
generation_uuidYesThe generation UUID of the item to check on.
deleteTry in Inspector

Delete the media with these uuids. Don't use this unless the user explicitly asks you to.

ParametersJSON Schema
NameRequiredDescriptionDefault
uuidsNoA list of UUIDs to delete.
historyTry in Inspector

A unified endpoint for fetching multimedia asset generation history.

ParametersJSON Schema
NameRequiredDescriptionDefault
ascNoWhether to sort results in ascending order. Defaults to false.
firstNoThe number of the results to get.
uuidsNoIf given, only these media UUIDs will be fetched.
cursorNoThe cursor to use to fetch the next page.
order_byNoWhat field to order results by. Defaults to created_at.created_at
media_typesNoWhat generation types to fetch. If given, other types will be excluded.
generated_onlyNoWhether to return only generated images or not. If false, uploads like source images for image-to-image will be included.
generation_uuidsNoIf given, only these generation UUIDs will be fetched.
imagineTry in Inspector

A unified endpoint for multimedia asset generation. For example, if the user asks for you to 'make', 'create', 'generate', or 'imagine' an image, song, video, speech, sound effect, or 3D model, use this tool.

ParametersJSON Schema
NameRequiredDescriptionDefault
requestYesThe request, either as an object (preferred) or a json-formatted string (tolerated for compatibility).

FAQ

How do I claim this server?

To claim this server, publish 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 server will appear as claimed by you.

What are the benefits of claiming a server?
  • Control your server's listing on Glama, including description and metadata
  • Receive usage reports showing how your server is being used
  • Get monitoring and health status updates for your server
Try in Browser

Your Connectors

Sign in to create a connector for this server.