← ryla.ai
INDIVIDUAL MCP TOOL
ryla_generate_character_sheet
Generate a multi-angle character sheet from a base image.
LIVE ENDPOINT
https://mcp.ryla.ai/mcp
Connect to this endpoint to inspect the live schema for ryla_generate_character_sheet and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.ryla]
url = "https://mcp.ryla.ai/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"ryla": {
"type": "http",
"url": "https://mcp.ryla.ai/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: ryla
Remote MCP URL: https://mcp.ryla.ai/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"ryla": {
"url": "https://mcp.ryla.ai/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"ryla": {
"type": "http",
"url": "https://mcp.ryla.ai/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "ryla",
"transport": "streamable-http",
"url": "https://mcp.ryla.ai/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
ryla_generate_base_image— Generate base character images from a niche/vibe/prompt.ryla_generate_face_swap— Swap a character face onto a reference base image.ryla_generation_status— Check the status of a generation job by its jobId.ryla_account_credits_balance— Check the authenticated user's current RYLA credit balance.ryla_account_gallery_list— List the authenticated user's most recent generated images/jobs.ryla_list_characters— List the authenticated user's existing characters (AI influencers) so you can pick a characterId for the other generation tools.ryla_generate_image— Generate Studio-quality images for an existing character with full creative control (scene, outfit, pose, lighting, expression, style).ryla_generate_video— Generate a Studio video for an existing character (image-to-video).