liberty-global-mcp.yml
No official hosted or remote Model Context Protocol server exists for Liberty Global, and none could plausibly exist at the parent level — there is no gateway, no developer portal and no public base URL to front. The tool set below is DERIVED from the fourteen operations in the three published RDK/DAC AppStore specifications, as a proposal for an operator who self-hosts the stack and wants to expose it to an agent. It is not published by Liberty Global, and no `MCPServer` pointer is wired into apis.yml.
One-click install for Cursor, VS Code, Claude, and 20+ other MCP clients, powered by API Commons MCP Install — visit install.apicommons.org for more information.
Descriptor
Candidate descriptor · transport
Tools
list_applications— Search the AppStore catalogue by name, description, version, type, platform, category or maintainer name, with offset/limit paging.get_application_details— Fetch the full details of one application version as a set-top box would see it.list_maintainers— List the maintainer companies registered with the AppStore Metadata Service.create_maintainer— Register a maintainer company. Returns 409 if the code is taken.get_maintainer—replace_maintainer—delete_maintainer—list_maintainer_applications—create_maintainer_application— Publish an application's metadata under a maintainer. Returns 409 if that id and version already exist.get_maintainer_application—replace_maintainer_application—delete_maintainer_application—request_application_bundle— Request a generated application bundle. 202 means generation is still in progress; poll the same URL.fetch_cached_bundle— Fetch a bundle through the caching proxy. 200 when cached, 202 while the bundle service is still generating it.
About MCP
The Model Context Protocol (MCP) is an open protocol Anthropic introduced for connecting LLM-based agents to external tools and data sources. Providers publish MCP servers that expose their API surface as structured, discoverable tools — an MCP-compatible client (Claude Desktop, Cursor, Cline, Continue, etc.) can connect to the server and call its tools without any per-provider integration code.
Browse every MCP server on the APIs.io network or compare with the broader Agent Skill surfaces of the same providers.