mcp-kettlelogic
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| KETTLELOGIC_BASE_URL | No | Target site to read. Point it at your own. | https://kettlelogic.com |
| KETTLELOGIC_HTTP_HOST | No | Bind for the http transport. | 0.0.0.0 |
| KETTLELOGIC_HTTP_PORT | No | Port for the http transport. | 8080 |
| KETTLELOGIC_LOG_LEVEL | No | Log level. Logs go to stderr (stdout is the MCP channel). | INFO |
| KETTLELOGIC_TRANSPORT | No | stdio (local clients) or streamable-http (network/k8s). | stdio |
| KETTLELOGIC_MAX_ARTICLES | No | Tuning: maximum number of articles. | |
| KETTLELOGIC_METRICS_PORT | No | If set, serve Prometheus metrics at /metrics. | |
| KETTLELOGIC_CACHE_TTL_SECONDS | No | Tuning: cache TTL in seconds. | |
| KETTLELOGIC_FETCH_CONCURRENCY | No | Tuning: fetch concurrency level. | |
| KETTLELOGIC_OVERVIEW_MAX_CHARS | No | Tuning: maximum characters for overview. |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_articlesA | Search Kettle Logic insight articles by title, slug or description. |
| get_industry_overviewA | Return a plain-text overview for an industry page (slug, e.g. "retail"). |
| list_articlesA | List every Kettle Logic insight article (title, slug, description) as JSON. |
| list_industriesA | List the industries Kettle Logic publishes guidance for (name + slug) as JSON. |
| get_articleA | Fetch one insight article as readable text (slug, e.g. "control-tower-operations"). |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| articles_manifest | JSON catalog of every insight article on the configured site. |
| industries_list | JSON list of industry pages discovered on the configured site. |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/mploschiavo/mcp-kettlelogic'
If you have feedback or need assistance with the MCP directory API, please join our Discord server