Connection check
verified live · 20h ago
eaglesandangelsltd
MCP gateway for eaglesandangelsltd.com: products, prices, stock, cart links and articles.
Tools
15
GitHub stars
—
Installs / wk
—
Licence
—
Transport
streamable-http
Last checked
20h ago
Tools & capabilities
15 toolsRead from the running server on 20h ago.
add_to_cart
items*
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. 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.
best_sellers
read-only
dayslimit
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 t… 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.
check_inventory
read-only
product*
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. 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.
fetch
read-only
id*
Retrieve the full text of one document by the id returned from `search`. Retrieve the full text of one document by the id returned from `search`.
get_article
read-only
slug*
Fetch the full clean text of one article by its slug (the last path segment of an article URL). Fetch the full clean text of one article by its slug (the last path segment of an article URL).
get_product
read-only
slug*
Get full detail for one product by its slug (handle): description, price, and each variant/option with price and in-stock status. Get full detail for one product by its slug (handle): description, price, and each variant/option with price and in-stock status.
list_categories
read-only
List the product categories/collections in this store with a product count each, so an agent can browse the catalog by category. List the product categories/collections in this store with a product count each, so an agent can browse the catalog by category.
list_products
read-only
limitoffset
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. 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.
list_recent_articles
read-only
limit
List the most recently published articles from this publication. List the most recently published articles from this publication.
popular_content
read-only
dayslimit
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 wha… 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.
related_products
read-only
limitproduct*
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… 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.
search
read-only
query*
Search this site's content. Returns matching documents (id, title, url); pass an id to `fetch` for the full text. Search this site's content. Returns matching documents (id, title, url); pass an id to `fetch` for the full text.
search_articles
read-only
limitquery*
Search this publication's articles by keyword. Returns the best-matching titles, dates, canonical URLs, and short summaries. Search this publication's articles by keyword. Returns the best-matching titles, dates, canonical URLs, and short summaries.
search_products
read-only
limitqueryoffseton_salecategoryprice_max
+2
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… 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).
store_info
read-only