Foxbrizio MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| SUPABASE_KEY | Yes | Supabase API key | |
| SUPABASE_URL | Yes | Supabase project URL | |
| HEDRA_API_KEY | Yes | Hedra AI API key for video generation | |
| OPENAI_API_KEY | Yes | OpenAI API key for generating scripts | |
| TWITTERAPI_KEY | Yes | TwitterAPI.io key for scraping tweets | |
| ELEVENLABS_API_KEY | Yes | ElevenLabs API key for audio generation |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| test_foxbrizrioC | Herramienta de prueba para verificar que Foxbrizrio MCP funciona |
| search_fabrizio_tweetsA | Busca tweets recientes de Fabrizio Romano sobre un tema específico en la base de datos |
| generate_foxbrizio_scriptB | Genera un script épico de Foxbrizio Romano basado en tweets de Fabrizio Romano |
| generate_foxbrizio_audioC | Genera audio de Foxbrizio Romano usando ElevenLabs con el script proporcionado |
| select_foxbrizio_presenterB | Selecciona y valida un presentador Foxbrizio (1-9) para generar videos |
| generate_complete_foxbrizio_videoA | LEGACY: Genera video completo (puede tener timeout). Usa start_video_generation en su lugar |
| start_video_generationB | NUEVO: Inicia generacion de video en Hedra (sin timeout). Paso 1 de 3 |
| check_video_statusA | NUEVO: Verifica el progreso de generacion de video. Paso 2 de 3 |
| download_completed_videoB | NUEVO: Descarga video completado y genera caption. Paso 3 de 3 |
| generate_foxbrizio_captionC | Genera caption viral para redes sociales optimizado para engagement máximo |
| scrape_fabrizio_tweetsC | Hace scraping de tweets de Fabrizio Romano con TwitterAPI.io optimizado |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 11 tools
Each tool has a clearly distinct purpose: test, select presenter, search/scrape tweets, generate script/audio/video/caption, and pipeline steps (start, check, download). There is no overlap; the legacy video generation is clearly marked as legacy versus the new stepped process.
All tools use snake_case verb_noun pattern, but there are minor inconsistencies: 'test_foxbrizrio' has a typo (missing 'i' vs 'foxbrizio' in others), and 'generate_complete_foxbrizio_video' vs 'start_video_generation' mix naming styles (complete object vs abstract noun). Still mostly predictable.
With 11 tools, the server is well-scoped for a focused video generation pipeline. Each tool serves a necessary step or utility, without bloat or missing core functions. Fits the ideal 3-15 range perfectly.
The tool set covers the full workflow: tweet sourcing (scrape/search), script generation, audio generation, presenter selection, video generation (with legacy and new pipeline), status checking, caption generation, and download. Only minor gaps like listing presenters or editing scripts are absent, but these are non-critical for the stated purpose.