← donhuffines.com

INDIVIDUAL MCP TOOL

get_article

Fetch the full clean text of one article by its slug (the last path segment of an article URL).

donhuffines.comnone authenticationAvailability not checked

LIVE ENDPOINT

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

No auth detected

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

Indexed input schema

{}

Risk classification

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

  • A tool name or description suggests retrieving external content.

Parent server

donhuffines.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://donhuffines.mcp.getbotlens.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "botlens-ai-gateway": {
      "type": "http",
      "url": "https://donhuffines.mcp.getbotlens.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: botlens-ai-gateway
Remote MCP URL: https://donhuffines.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://donhuffines.mcp.getbotlens.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "botlens-ai-gateway": {
      "type": "http",
      "url": "https://donhuffines.mcp.getbotlens.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "botlens-ai-gateway",
  "transport": "streamable-http",
  "url": "https://donhuffines.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.
  • list_recent_articles — List the most recently published articles from this publication.
  • 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`.