8 hours ago
Live web search and clean-markdown page fetch over the Keenable web index. Two tools: search_web_pages (live web search with site/date filters) and fetch_page_content (URL to clean markdown). Keyless by default (1,000 req/hour); an optional API key lifts the cap. Hosted Streamable HTTP at https://api.keenable.ai/mcp, or run npx -y @keenable/mcp.
Server Config
{
"mcpServers": {
"keenable": {
"command": "npx",
"args": [
"-y",
"@keenable/mcp"
]
}
}
}