INDIVIDUAL MCP TOOL
get_creator_profile
A creator's baseline — followers, average likes — and their strongest recent videos, so a single video can be judged against their normal.
LIVE ENDPOINT
https://imaginefilmsai.com/mcp
Connect to this endpoint to inspect the live schema for get_creator_profile 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.imagine-films]
url = "https://imaginefilmsai.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"imagine-films": {
"type": "http",
"url": "https://imaginefilmsai.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: imagine-films
Remote MCP URL: https://imaginefilmsai.com/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": {
"imagine-films": {
"url": "https://imaginefilmsai.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"imagine-films": {
"type": "http",
"url": "https://imaginefilmsai.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "imagine-films",
"transport": "streamable-http",
"url": "https://imaginefilmsai.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_trending_videos— Search Imagine Films' social insights database for high-performing short-form videos.get_trending_snapshot— The current curated trending snapshot: top videos ranked by how far each travelled past its own creator's usual reach, with the time the snapshot was captured.get_video_insight— Metrics, reach and hook for one video already in the database, by URL.list_insight_coverage— What this database covers: platforms, how many videos, and how fresh the newest capture is.research_video— Pull live data for a video that is not yet in the database, including its full transcript and hook, and add it to the corpus.research_creator— Pull a creator's recent post history live and add it to the corpus, so their videos can be judged against their own baseline.compose_film— Generate a film from a written description.get_generation— Status and output URLs for one generation, by request_id.