{"name":"com.getbotlens/eaglesandangelsltd","slug":"getbotlens-eaglesandangelsltd","title":"Eagles and Angels Limited AI Gateway","description":"MCP gateway for eaglesandangelsltd.com: products, prices, stock, cart links and articles.","url":"https://mcp.market/server/getbotlens-eaglesandangelsltd","rating":null,"grade":"C","score":69,"certified":false,"status":"active","category":"ecommerce","tags":["ecommerce","finance"],"presence":{"score":8,"stars":null,"forks":null,"downloads_week":null,"last_push_at":null,"license":null},"uptime":{"percent":100,"checks":8,"ok":8,"last_checked_at":"2026-09-21T07:51:07.874Z","last_ok_at":"2026-09-21T07:51:07.874Z","latency_ms":344},"claimed":false,"transport":"remote","callable_via_gateway":true,"default_price_micros":0,"repository":null,"website":"https://eaglesandangelsltd.com","version":"1.0.0","remotes":[{"type":"streamable-http","url":"https://eaglesandangelsltd.mcp.getbotlens.com/mcp"}],"packages":[],"tools":[{"name":"add_to_cart","description":"Build a ready-to-checkout cart and return a cart link. The shopper completes checkout and payment securely on the store. Pass one or more line items.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"items":{"type":"array","description":"Line items to add to the cart","items":{"type":"object","properties":{"product":{"type":"string","description":"Product slug/handle"},"variant":{"type":"string","description":"Variant/option title (e.g. a size or flavor), optional, defaults to the first in-stock variant"},"quantity":{"type":"integer","description":"Quantity (default 1)"}},"required":["product"]}}},"required":["items"]}},{"name":"best_sellers","description":"The store's best-selling / most popular products, ranked by real units sold from captured orders. Use this to answer \"what is your best product\", \"most popular\", \"top seller\", or to recommend what to buy.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"days":{"type":"integer","description":"Look-back window in days (default 90, max 365)"},"limit":{"type":"integer","description":"How many products to return (default 10, max 25)"}}}},{"name":"check_inventory","description":"Check current price and in-stock status for a product and each of its variants/options. Pass a product slug or search keywords. Availability is as of the latest catalog sync.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"product":{"type":"string","description":"Product slug, or keywords to find the product"}},"required":["product"]}},{"name":"fetch","description":"Retrieve the full text of one document by the id returned from `search`.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"id":{"type":"string","description":"Document id from search results"}},"required":["id"]}},{"name":"get_article","description":"Fetch the full clean text of one article by its slug (the last path segment of an article URL).","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"slug":{"type":"string","description":"Article slug, e.g. \"my-article-title\""}},"required":["slug"]}},{"name":"get_product","description":"Get full detail for one product by its slug (handle): description, price, and each variant/option with price and in-stock status.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"slug":{"type":"string","description":"Product slug/handle (last path segment of the product URL)"}},"required":["slug"]}},{"name":"list_categories","description":"List the product categories/collections in this store with a product count each, so an agent can browse the catalog by category.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{}}},{"name":"list_products","description":"List products in this store (title, price, sale price, availability, image, URL). Returns the catalog so an agent can browse. Page with offset. Use add_to_cart to build a cart.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"limit":{"type":"integer","description":"Max results (default 20, max 50)"},"offset":{"type":"integer","description":"Skip this many to page through (use next_offset from a prior call)"}}}},{"name":"list_recent_articles","description":"List the most recently published articles from this publication.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"limit":{"type":"integer","description":"Max results (default 5, max 20)"}}}},{"name":"popular_content","description":"The most-read / most-requested articles, ranked by how often AI assistants have actually fetched them. Use for \"what is your most popular article\", \"top reads\", or to recommend what to read.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"days":{"type":"integer","description":"Look-back window in days (default 30, max 365)"},"limit":{"type":"integer","description":"How many to return (default 10, max 25)"}}}},{"name":"related_products","description":"Products frequently bought together with a given product (from real order history, falling back to the same category). Use for \"what goes with this\", \"customers also bought\", or to cross-sell.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"product":{"type":"string","description":"Product slug/handle to find companions for"},"limit":{"type":"integer","description":"How many to return (default 6, max 20)"}},"required":["product"]}},{"name":"search","description":"Search this site's content. Returns matching documents (id, title, url); pass an id to `fetch` for the full text.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"query":{"type":"string","description":"Search query"}},"required":["query"]}},{"name":"search_articles","description":"Search this publication's articles by keyword. Returns the best-matching titles, dates, canonical URLs, and short summaries.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"query":{"type":"string","description":"Search keywords"},"limit":{"type":"integer","description":"Max results (default 5, max 20)"}},"required":["query"]}},{"name":"search_products","description":"Search this store's products by keyword and/or filters. Returns matching titles, prices (with \"was\" price when on sale), availability, image, and URLs. Filters can be combined and used WITHOUT a keyword (e.g. on_sale=true alone lists everything on sale; price_max with in_stock_only=true lists affordable in-stock items).","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"query":{"type":"string","description":"Search keywords (optional if a filter is given)"},"category":{"type":"string","description":"Optional category/collection to filter by (see list_categories)"},"price_min":{"type":"number","description":"Optional minimum price"},"price_max":{"type":"number","description":"Optional maximum price"},"in_stock_only":{"type":"boolean","description":"Optional, only return products that are in stock"},"on_sale":{"type":"boolean","description":"Optional, only return products currently on sale (discounted)"},"limit":{"type":"integer","description":"Max results (default 10, max 50)"},"offset":{"type":"integer","description":"Skip this many to page through (use next_offset from a prior call)"}}}},{"name":"store_info","description":"Store policies and basics: where checkout happens, and links to the shipping, returns/refund, terms, and privacy pages. Use for \"do you ship to X\", \"what is your return policy\", or \"how do I pay\".","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{}}}],"scan":{"score":69,"grade":"C","scanned_at":"2026-09-21T05:09:46.740Z","report":{"scannerVersion":"0.1.9","scannedAt":"2026-09-21T05:09:46.742Z","components":{"code":{"score":-1,"max":25,"notes":["remote-only server, no package to scan"]},"reliability":{"score":20,"max":20,"notes":["remote reachable in 387ms"]},"poisoning":{"score":15,"max":15,"notes":["15 tool descriptions checked"]},"auth":{"score":10,"max":15,"notes":["open endpoint, read-only tools"]},"maintenance":{"score":3,"max":15,"notes":["no repository listed"]},"identity":{"score":4,"max":10,"notes":["verified namespace with website, no repo"]}},"findings":[{"id":"maint.no-repo","severity":"low","component":"maintenance","title":"No source repository listed"}],"inputs":{"probes":[{"url":"https://eaglesandangelsltd.mcp.getbotlens.com/mcp","reachable":true,"authRequired":false,"latencyMs":387,"serverInfo":{"name":"BotLens AI Gateway","version":"1.0.0"}}],"packages":[],"repo":{"found":false},"icon":{"url":"https://www.eaglesandangelsltd.com/wp-content/uploads/2017/06/cropped-favicon-300x300.png","source":"site","width":300,"height":300},"presence":{"stars":null,"forks":null,"downloadsWeek":null,"license":null,"lastPushAt":null,"score":8}}}},"grade_history":[],"reviews":[]}