lish-mcp.yml
Lish operates no MCP server, hosted or otherwise, and nothing in the MCP registry or on lishfood.com references one. What follows is a CANDIDATE tool surface derived from the operations in the derived OpenAPI — a design sketch for what an MCP server over the public Lish content API could expose, not a description of anything that exists. This artifact is deliberately NOT wired into apis.yml as an MCPServer pointer, because no MCP server is genuinely present and claiming one would misrepresent the provider.
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
search_lish_content— Search across Lish posts and pages by keyword. Best first call when no id is known; returns {id, title, url, type, subtype} stubs.list_lish_posts— List Lish blog posts, newest first. Supports date windows and taxonomy filters.get_lish_post— Retrieve one blog post by numeric id, including rendered content.list_lish_pages— List marketing pages. Filter by slug to fetch a known page (about, faq, terms, privacy, our-chefs, lish-technology, the catering service pages).get_lish_page— Retrieve one marketing page by numeric id, including rendered content.list_lish_categories— List blog categories with post counts, for narrowing a post search.list_lish_tags— List blog tags with post counts.get_lish_media— Retrieve a media item and its source_url, for resolving featured images.
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.