Skip to main content
Glama

Server Details

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

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL
Repository
francis-ros/rostro-mcp-server
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

5 tools
accountInspect

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

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

checkInspect

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.
deleteInspect

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.
historyInspect

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.
imagineInspect

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).

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.

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.