INDIVIDUAL MCP TOOL
store_info
Store policies and basics: where checkout happens, and links to the shipping, returns/refund, terms, and privacy pages.
LIVE ENDPOINT
https://eaglesandangelsltd.mcp.getbotlens.com/mcp
Connect to this endpoint to inspect the live schema for store_info and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests a financial action.
Parent server
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
search_articles— Search this publication's articles by keyword.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.