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
Available Tools
5 toolsaccountInspect
Response includes their identity, current scopes/access, subscription, and credit balance.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
checkInspect
Continue to wait for a currently running generation. Usually only videos and 3D models take long enough to require this.
| Name | Required | Description | Default |
|---|---|---|---|
| generation_uuid | Yes | The 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.
| Name | Required | Description | Default |
|---|---|---|---|
| uuids | No | A list of UUIDs to delete. |
historyInspect
A unified endpoint for fetching multimedia asset generation history.
| Name | Required | Description | Default |
|---|---|---|---|
| asc | No | Whether to sort results in ascending order. Defaults to false. | |
| first | No | The number of the results to get. | |
| uuids | No | If given, only these media UUIDs will be fetched. | |
| cursor | No | The cursor to use to fetch the next page. | |
| order_by | No | What field to order results by. Defaults to created_at. | created_at |
| media_types | No | What generation types to fetch. If given, other types will be excluded. | |
| generated_only | No | Whether to return only generated images or not. If false, uploads like source images for image-to-image will be included. | |
| generation_uuids | No | If 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.
| Name | Required | Description | Default |
|---|---|---|---|
| request | Yes | The 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 ownershipControl 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
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Your Connectors
Sign in to create a connector for this server.