mcp-unifi-applications
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
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 | {
"listChanged": true
} |
| logging | {} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_endpointsA | List all available UniFi API endpoints with their HTTP method and path. |
| search_endpointsA | Search UniFi API endpoints by name, path, method, or description. Returns the top matching endpoints ranked by relevance. Use the slug from results with get_endpoint for full details. |
| get_endpointB | Get the full schema for a UniFi API endpoint. |
| get_exampleB | Get a code example for a specific UniFi API endpoint. |
| get_response_sampleA | Get the example JSON response for a specific UniFi API endpoint. |
| find_fieldA | Find where a field appears across endpoint schemas. Searches through request bodies, path parameters, and responses including inside discriminator variants. Uses a pre-built index for speed. |
| get_field_schemaA | Drill into a specific field's schema within an endpoint. Instead of fetching the full 70KB endpoint schema, use this to get just the subtree you need. Paths from find_field output work directly. |
| get_endpoint_groupA | Get all CRUD operations for a resource (e.g. 'networks', 'firewall', 'wifi'). Returns a summary of every endpoint that operates on the same resource path, so you can see all available operations at once. |
| get_guideA | Get a UniFi API guide page (e.g. filtering syntax, error handling, getting started). |
| get_docs_infoA | Show which UniFi API docs are loaded: API version, scrape date, endpoint and guide counts per app. |
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/KallistoX/mcp-unifi-applications'
If you have feedback or need assistance with the MCP directory API, please join our Discord server