blueiris-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| BI_URL | No | The base URL of the Blue Iris server. Defaults to http://localhost:81. | http://localhost:81 |
| BI_USER | Yes | Your Blue Iris username. | |
| BI_PASSWORD | Yes | Your Blue Iris password. |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_camerasA | List configured Blue Iris cameras with live health status. Each entry includes |
| get_snapshotA | Fetch a JPEG frame from a camera. Omit |
| list_clipsA | List recorded video segments for a camera, newest first. Covers Blue Iris's full retention window for that camera (typically a
few days, depending on configured storage limits -- there's no
separate date-range filter on this endpoint, it returns everything
currently on disk). Each entry's |
| list_alertsA | List motion/AI alerts for a camera, newest first. This is the fast path for "who/what triggered this camera and when" --
Blue Iris's own |
| ptzA | Pan/tilt/zoom a PTZ-capable camera, or jump to a saved preset.
Only cameras with PTZ hardware respond -- check |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
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/smaniktahla/blueiris-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server