OyeFilmy Logo
personFreeUpgrade
bolt0cr
U

Connect AI Assistants

OyeFilmy MCP Server

OyeFilmy MCP is a remote server built on the Model Context Protocol. Once connected, your AI assistant (Claude, ChatGPT, Cursor, Windsurf, Claude Code) can generate images and videos, synthesize audio, build 3D models, upscale assets, and search your creation history directly from your chat prompt.

Remote Server Endpoint: https://api.oyefilmy.com/api/mcp

Uses Streamable HTTP (SSE / JSON-RPC 2.0). No local bridge or binary installation required.

Getting started

person

1. OyeFilmy Account

Any OyeFilmy account works. MCP tools share your existing credit balance.

power

2. Add Server

Add https://api.oyefilmy.com/api/mcp in your AI client's MCP settings.

verified_user

3. Approve Auth

Sign in with your OyeFilmy account or provide your API Key when prompted.

auto_awesome

4. Start Creating

Ask your assistant to generate, upscale, or search. It picks the right tool automatically.

Connect your client

Claude Web — Connectors
Step 1 of 6
U
User Profile
Settings
✨ Customize
Log out
Claude Chat Interface
Step 1: Open Customize Menu
Click your profile avatar in the bottom-left corner and select Customize.
  1. Open Claude and click your profile avatar in the bottom-left corner, then select Customize.
  2. Go to Connectors and click Add connector.
  3. Select Add custom connector.
  4. Enter Name: OyeFilmy and URL: https://api.oyefilmy.com/api/mcp.
  5. Complete the sign-in when prompted.
  6. Start chatting! Ask Claude: "Generate a futuristic drone video in 4K using Seedance 2.0".

Available MCP tools

The MCP server advertises these tools via tools/list. Your AI agent calls them autonomously based on your prompts:

Tool NameCategoryDescription
account_balanceAccountCurrent credit balance, plan name, and subscription expiration
images_generateImage GenerationGenerate images with prompt, aspectRatio, styleRef, charRef, brandId across 145 image models
video_generateVideo GenerationGenerate videos (T2V, I2V, start-end frame) with prompt, aspectRatio, duration across 195 video models
audio_generateAudio & SpeechGenerate music (MiniMax Music 2.6), speech (ElevenLabs v3, xAI TTS, Gemini TTS) and sound effects
models3d_generate3D GenerationGenerate 3D GLB mesh objects from text or image input via Tripo3D / Meshy3
images_upscaleImage EditingAI image upscaling — 2x, 3x or 4x, returned as PNG
video_upscaleVideo EditingAI video upscaling to 1080p or 2K
images_remove_backgroundImage EditingExtract main subject with transparent PNG alpha cutout
creations_searchHistory & SearchSearch user's historical generation library by prompt keyword, type, and date
creations_getHistory & SearchRetrieve detailed metadata, model settings, and download URL for an asset ID
creation_statusJobs & PollingPoll live status of an in-flight background generation job
creations_waitJobs & PollingSynchronously wait for an async generation job to complete
models_listCatalogList all available OyeFilmy model keys, providers, categories, and credit costs
brand_dna_listBrand DNAList active Brand DNA profiles for brand-consistent AI generation

Frequently asked questions

How does OyeFilmy connect to AI agents?

OyeFilmy runs a remote server that speaks the Model Context Protocol over Streamable HTTP. Any MCP-compatible client connects directly to https://api.oyefilmy.com/api/mcp and calls OyeFilmy tools right from the chat.

Do I need an API key?

Yes. Authenticate with an OyeFilmy API key (of_live_…) sent as a bearer token — create one on the API Keys page. initialize and tools/list answer without credentials so a client can discover the tools, but every tool that touches your account or spends credits requires the key, and it must carry the right scope for what you ask (generate:image, generate:video and so on). OAuth is not supported yet.

How does credit billing work?

MCP tool invocations draw from the exact same credit balance as your main OyeFilmy account. Each generation deducts credits based on the model tier and quality selected.

Can my agent search my past creations?

Yes! The creations_search and creations_get tools allow your agent to look through your historical generations and use previous assets as inputs for video, upscaling, or editing.