{
  "markdown": "# Riftrunner AI MCP Server\n\n> Riftrunner AI - AI-Powered RPG Adventures\n\n[![MCP Badge](https://lobehub.com/badge/mcp/rocnubie-riftrunner-ai-online-mcp)](https://lobehub.com/mcp/rocnubie-riftrunner-ai-online-mcp)\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](./LICENSE)\n[![Zero Config](https://img.shields.io/badge/setup-zero--config-7c3aed)](#installation)\n[![Stdio Transport](https://img.shields.io/badge/transport-stdio-6e6e6e)](https://modelcontextprotocol.io/specification)\n[![MCP](https://img.shields.io/badge/MCP-1.0-blue)](https://modelcontextprotocol.io)\n[![smithery](https://smithery.ai/badge/riftrunner-ai-online)](https://smithery.ai)\n\nA Model Context Protocol server that exposes the canonical Riftrunner AI knowledge surface — models, prompts, and chat workflows, pricing, FAQ, official links — to MCP-compatible AI clients such as Claude Desktop, Cursor, Windsurf, and Continue. Read-only, no API keys, no quota, ~50 ms cold start.\n\nOfficial website: https://riftrunnerai.online\n\n## 💬 About Riftrunner AI\n\nRiftrunner AI is a browser-based platform for generating and editing images and videos using Google's Gemini 3 Pro and Veo 3 models. Users can create content from text prompts or uploaded images without installing any software. The platform bundles several AI models — including Flux Pro, Qwen, and Seedream variants — under a single interface, alongside a suite of focused editing tools. It is designed to serve both casual creators who want quick results and professionals who need commercial-grade output at volume. A free tier lets anyone start generating immediately, while paid plans add higher resolution, faster processing, and commercial usage rights.\n\n## Key Features\n\n- **Text-to-image generation** using Gemini 3 Pro with support for multiple aspect ratios and quality settings.\n- **Veo 3.1 video generation** that converts text prompts or still images into short AI-produced video clips.\n- **Nano Banana Editor** for character-consistent image editing with style transfer and iterative refinement.\n- **Focused image tools** including Background Remover, Hairstyle Changer, Image Enhancer, Text Remover, and Product Photography presets.\n- **Multi-model comparison view** that renders the same prompt across different AI models side by side so users can pick the best result.\n- **AI 3D Figure and Professional Photo generators** for portrait and product work that requires a consistent, polished look.\n\n## Use Cases\n\n- A social media manager generates batch product photos with clean backgrounds for an e-commerce catalog in minutes, without a photography studio.\n- A digital artist uses the image-to-image workflow to refine a rough sketch into a finished illustration across several style iterations.\n- A content creator produces short AI video clips from storyboard prompts to pre-visualize a scene before committing to full production.\n- A developer integrates Riftrunner AI's API into an internal tool to automate visual asset generation for a marketing team.\n- A small business owner creates professional portrait-style headshots using the Professional Photo preset without hiring a photographer.\n\n## Who Is It For\n\nRiftrunner AI targets digital content creators, marketing teams, and visual professionals who need high-quality AI-generated images and video without managing multiple separate tools. It suits social media managers producing regular content, e-commerce operators who need product imagery at scale, indie developers building visual assets for projects, and digital artists who use AI generation as part of a broader creative workflow. The free tier makes it approachable for individuals experimenting with AI visuals, while the API access and commercial licensing on paid plans address the needs of studios, agencies, and businesses that require reliable output rights and integration with existing production pipelines.\n\n## Tools\n\n### `list_models`\nReturn the canonical list of chat models exposed on the site, with capability notes. (Riftrunner AI)\n\n_Input:_ no parameters. _Returns:_ text/markdown.\n\n### `get_pricing`\nReturn the canonical pricing entry point for Riftrunner AI.\n\n_Input:_ no parameters. _Returns:_ text/markdown.\n\n### `get_official_links`\nReturn the canonical list of official links for Riftrunner AI (website, support, docs when available).\n\n_Input:_ no parameters. _Returns:_ text/markdown.\n\n## Resources\n\n- `site://riftrunner-ai-online/models` — Supported chat models and capability notes.\n- `site://riftrunner-ai-online/pricing` — Canonical pricing entry point.\n- `site://riftrunner-ai-online/faq` — Short FAQ generated from public site metadata.\n- `site://riftrunner-ai-online/links` — Canonical URLs to share with users.\n\n## Prompts\n\n### `tell_me_about_riftrunner_ai_online`\nSummarize what the site is, who it's for, and how it works. — Riftrunner AI\n\n### `start_chat_session_riftrunner_ai_online`\nOpen a chat-evaluation session against the site's models, with sensible defaults. — Riftrunner AI\n\n## Installation\n\n### Install via Smithery\n\n```bash\nnpx -y @smithery/cli install riftrunner-ai-online-mcp --client claude\n```\n\n(Replace `claude` with `cursor`, `windsurf`, or `continue` for those clients.)\n\n### Install from source\n\n```bash\ngit clone https://github.com/rocnubie/riftrunner-ai-online-mcp.git\ncd riftrunner-ai-online-mcp\npnpm install\n```\n\nThen add to your MCP client config (`claude_desktop_config.json` for Claude Desktop, `mcp.json` for Cursor / Windsurf / Continue):\n\n```json\n{\n  \"mcpServers\": {\n    \"riftrunner-ai-online-mcp\": {\n      \"command\": \"node\",\n      \"args\": [\n        \"/absolute/path/to/riftrunner-ai-online-mcp/src/index.mjs\"\n      ]\n    }\n  }\n}\n```\n\n### Debug with MCP Inspector\n\n```bash\nnpx @modelcontextprotocol/inspector node src/index.mjs\n```\n\n## Official Links\n\n- Website: https://riftrunnerai.online\n- Pricing: https://riftrunnerai.online/pricing\n- Support: support@riftrunnerai.online\n\n## Development\n\n```bash\npnpm install\npnpm start                 # run the server over stdio\n```\n\n## License\n\nMIT\n",
  "bytes": 6035,
  "sha": "989fc0fae8d81b1b733d1988b3df072261aa1760f20523d0a7f69482c73ea59a",
  "repo_slug": "rocnubie/riftrunner-ai-online-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_rocnubie_riftrunner_ai_online__e796661d/readme"
}