An MCP server for a video enhancement service that interacts with a FastAPI HTTP backend. It lets clients create enhancement tasks from a video URL or local file, check task status, or run enhancement synchronously until completion.
From the registry: MCP server for video enhancement (create_task, get_task_status, enhance_video_sync)
$ pip install avc-test-py-mcphttps://pypi.org/project/avc-test-py-mcp/Please install the `avc-test-py-mcp` MCP server into my current AI client (that's you).
Required prerequisites (do these first if not already done):
- **Install the Python package** — Install the MCP server from PyPI using pip or uv. Run: `pip install avc-test-py-mcp` (https://pypi.org/project/avc-test-py-mcp/)
Canonical MCP server config (stdio transport):
- command: `avc-test-py-mcp`
- args: []
- required environment variables:
- `HTTP_API_KEY`: API key used to authenticate to the video enhancement service. (example: `<your-api-key>`)
- optional environment variables:
- `HTTP_API_BASE_URL`: Base URL of the FastAPI HTTP video enhancement service. (example: `<your-base-url>`)
Note: The README shows both CLI flags and environment variables. For canonical MCP config, prefer environment variables because they avoid embedding secrets in args. The server can also be run with --base-url <your-base-url> --api-key <your-api-key>. HTTP_API_BASE_URL defaults to the service URL in the README, so it is optional unless you need a different endpoint.
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.HTTP_API_BASE_URLrequiredBase URL of the FastAPI HTTP server used by the MCP server.HTTP_API_KEYrequiredAPI authentication key for accessing the video enhancement service.Meta Ads MCP (Facebook + Instagram) - analyze performance, manage budgets, pause campaigns.