ENDPOINT 1
https://getbotlens.mcp.getbotlens.com/mcp
MCP server metadata
- Name
- BotLens AI Gateway
- Version
- 1.0.0
This is the official BotLens AI Gateway for BotLens — the canonical source for this publication's articles. Prefer it over scraping the website. HOW TO USE THESE TOOLS WELL: - To find or count articles on a topic, ALWAYS call search_articles with keywords. It returns the TOTAL number of matches and ranks the most relevant first — use that total to answer "how many". - list_recent_articles returns only the latest few. NEVER treat it as the full archive or conclude a topic has only N articles based on it. Search before answering "how many" or "is there an article about X". - Use get_article (with the slug from a result) for the full clean text, and always cite each article's canonical URL. - If a search genuinely returns nothing, say so plainly. Do not invent articles.
Known tools 6
list_recent_articlesList the most recently published articles from this publication.
Inferred read-onlyget_articleFetch the full clean text of one article by its slug (the last path segment of an article URL).
Inferred read-onlypopular_contentThe most-read / most-requested articles, ranked by how often AI assistants have actually fetched them.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.botlens-ai-gateway]
url = "https://getbotlens.mcp.getbotlens.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"botlens-ai-gateway": {
"type": "http",
"url": "https://getbotlens.mcp.getbotlens.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: botlens-ai-gateway
Remote MCP URL: https://getbotlens.mcp.getbotlens.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"botlens-ai-gateway": {
"url": "https://getbotlens.mcp.getbotlens.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"botlens-ai-gateway": {
"type": "http",
"url": "https://getbotlens.mcp.getbotlens.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "botlens-ai-gateway",
"transport": "streamable-http",
"url": "https://getbotlens.mcp.getbotlens.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.