← eaglesandangelsltd.com

INDIVIDUAL MCP TOOL

search_articles

Search this publication's articles by keyword.

eaglesandangelsltd.comnone authenticationAvailability not checked

LIVE ENDPOINT

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

No auth detected

Connect to this endpoint to inspect the live schema for search_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

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

.mcp.json

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

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

{
  "name": "botlens-ai-gateway",
  "transport": "streamable-http",
  "url": "https://eaglesandangelsltd.mcp.getbotlens.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • list_recent_articles — List the most recently published articles from this publication.
  • 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.
  • list_products — List products in this store (title, price, sale price, availability, image, URL).
  • search_products — Search this store's products by keyword and/or filters.
  • list_categories — List the product categories/collections in this store with a product count each, so an agent can browse the catalog by category.
  • check_inventory — Check current price and in-stock status for a product and each of its variants/options.
  • get_product — Get full detail for one product by its slug (handle): description, price, and each variant/option with price and in-stock status.