← Registry

Content Tools

manoforstaterep.com

Provides search and retrieval of articles from a publication, including recent articles, full text by slug, and popular content.

1 endpoint6 known toolsFirst detected August 28, 2026Last detected August 28, 2026

ENDPOINT 1

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

No auth detected

MCP server metadata

Name
BotLens AI Gateway
Version
1.0.0
Capabilities
tools
Server instructions

This is the official BotLens AI Gateway for Mano DeAyala — 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

search_articles

Search this publication's articles by keyword.

Inferred read-only
list_recent_articles

List the most recently published articles from this publication.

Inferred read-only
get_article

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

Inferred read-only
popular_content

The most-read / most-requested articles, ranked by how often AI assistants have actually fetched them.

Inferred read-only
search

Search this site's content.

Inferred read-only
fetch

Retrieve the full text of one document by the id returned from `search`.

Inferred read-only

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

.mcp.json

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

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

{
  "name": "botlens-ai-gateway",
  "transport": "streamable-http",
  "url": "https://manoforstaterep.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.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.