Bina MCP Server
Bina MCP Server
Independent MCP server for image/video generation and editing. It uses Streamable HTTP, its own port/token/data directory and provider configuration. Dana is not modified.
Run
python -m venv .venv && . .venv/bin/activate && pip install -e . && cp .env.example .env && python -m app.main
Endpoints: /health, authenticated /connection, MCP /mcp.
Tools: bina_capabilities, generate_image, edit_image, image_variation, upscale_image, remove_background, generate_video, image_to_video, get_generation_status, get_generation_result, edit_video, extend_video, list_assets, delete_asset.
Video generation is asynchronous and returns a job id. Mock providers provide deterministic end-to-end testing without paid API credentials. Production providers implement app/providers/base.py and are selected by environment configuration.
Tailscale detection is isolated in app/tailscale/connection.py; Bina does not claim Dana's existing Funnel route. Use an independent Tailscale identity or a shared reverse proxy with a unique Bina path.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/seyed-ali-002/Bind-image-video-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server