Skip to main content
Glama
keenableai

Keenable MCP

by keenableai

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
KEENABLE_API_KEYNoOptional API key for higher rate limits
KEENABLE_MCP_URLNoOverride the endpoint URLhttps://api.keenable.ai/mcp

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
search_web_pagesA

Live web search over the Keenable web index. Describe the ideal page, not keywords. Use date/site filters to narrow results.

fetch_page_contentA

Fetch and extract content from a web page. Returns the page content in markdown format.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4/5.0

Scored across 2 tools

Disambiguation5/5

The two tools have clearly distinct purposes: one fetches content from a specific page, the other searches the web. There is no overlap.

Naming Consistency5/5

Both tools use a consistent verb_noun pattern in snake_case: 'fetch_page_content' and 'search_web_pages'.

Tool Count3/5

Only 2 tools, which is below the typical 3-15 range, but the domain is narrow (web search and page fetching), so it may be acceptable.

Completeness4/5

The set covers the basic workflow of searching and fetching content. Minor gaps exist (e.g., no tool to list search results separately), but the core functionality is complete.

Maintenance

ActivityMaintained
ResponsivenessNo issues