MCP Unifi Applications
UnclaimedAn MCP server that exposes UniFi application API documentation (Network, Protect, Site Manager) as queryable tools for Claude Desktop, Claude Code (VS Code / JetBrains), or any MCP-compatible client.
Install
docker run --rm -v $(pwd)/docs:/output unifi-scraper node scrape.mjsUnclaimed listing
Is this your MCP server?
This listing was auto-indexed from the public record. Claim it to edit the page, set compatibility and unlock growth tools. Takes under two minutes.
Claim this serverTools (10)
find_field
Search for a field name across all endpoint schemas
get_docs_info
Which docs are loaded: API version, scrape date, endpoint/guide counts per app
get_endpoint
Full schema for an endpoint (summary or raw JSON)
get_endpoint_group
All CRUD operations for a resource (e.g. "networks")
get_example
Code examples in curl, Go, Node.js, Python, or Ansible (local/remote)
get_field_schema
Drill into a specific field's subtree (e.g. management[GATEWAY].dhcpV4)
get_guide
API guide pages (filtering syntax, error handling, getting started)
get_response_sample
Example JSON response for an endpoint
list_endpoints
List all API endpoints, optionally filtered by HTTP method or app
search_endpoints
Fuzzy search by name, path, method, or description (filterable by app)