com.kettlelogic/mcp-kettlelogic
Official5 toolsby mploschiavo · Python
MCP server exposing Kettle Logic insight articles & industry guidance as tools + resources.
Access to Kettle Logic industry guidance articles and business resources.
Captured live from the server via tools/list.
search_articles
Search Kettle Logic insight articles by title, slug or description.
Parameters (2)
- querystringrequired
- limitinteger
get_industry_overview
Return a plain-text overview for an industry page (slug, e.g. "retail").
Parameters (1)
- industrystringrequired
list_articles
List every Kettle Logic insight article (title, slug, description) as JSON.
No parameters.
list_industries
List the industries Kettle Logic publishes guidance for (name + slug) as JSON.
No parameters.
get_article
Fetch one insight article as readable text (slug, e.g. "control-tower-operations").
Parameters (1)
- slugstringrequired
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"mcp-kettlelogic": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://kettlelogic.com/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.