lokki-mcp.yml
Lokki operates ONE remote MCP server, at https://docs.getlokki.com/mcp. It is the documentation MCP server that ships with the Mintlify docs platform, it answers tools/list anonymously, and its three tools read and search the Lokki documentation. It is NOT an API server: no tool calls the Lokki External API, no tool touches store, item or booking data, and there is no MCP surface on either API host (POST /mcp on prod.api.eu-west-3.lokki.rent returns 404). An agent can therefore learn about Lokki over MCP but cannot act on Lokki over MCP.
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.
Documentation
Documentation link · transport
Tools
search_lokki_api_documentation— Semantic search across the Lokki - API Documentation knowledge base; returns contextual content with titles and links to documentation pages.query_docs_filesystem_lokki_api_documentation— Read-only shell-like query (rg/grep/find/tree/ls/cat/head/tail/jq...) against a virtualized in-memory filesystem containing only the Lokki documentation pages and OpenAPI specs. This is how a page is read: pass its .mdx path to head or cat. Stateless per call.submit_feedback— Report a problem with the documentation so the docs team can fix 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.