← getbotlens.com

INDIVIDUAL MCP TOOL

list_recent_articles

List the most recently published articles from this publication.

getbotlens.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://getbotlens.mcp.getbotlens.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for list_recent_articles and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

getbotlens.com

CONNECT 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.

Related tools

  • search_articles — Search this publication's articles by keyword.
  • get_article — Fetch the full clean text of one article by its slug (the last path segment of an article URL).
  • popular_content — The most-read / most-requested articles, ranked by how often AI assistants have actually fetched them.
  • search — Search this site's content.
  • fetch — Retrieve the full text of one document by the id returned from `search`.