Almirall MCP
Official Almirall company, product and brand info: Almax, Hidroxil, Calmatel, Cicopoli and more.
От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключениемРаботаетБез входаГлобальныйБесплатноТолько чтение
Что умеет
Какие данные видит
Нужен ли аккаунт
Не нужен: сервер работает без входа
Official Almirall company, product and brand info: Almax, Hidroxil, Calmatel, Cicopoli and more.
Список инструментов сервера (11)
Технические названия из tools/list. Нужны только разработчикам.
| search_content | Primary tool for answering natural-language questions over indexed website and landing-page content. Use this whenever the user asks what a brand, product, or site says about ingredients, plant extracts, composition, contraindications, usage, benefits, claims, FAQs, or evidence. This includes questions that only mention a brand or product name, for example 'What ingredients or plant extracts does Physio Relax mention?'. Call this tool directly with the question even if domain or sourceId are unknown; those fields are optional narrowing filters, not required inputs. If you need to discover or disambiguate the indexed domain or sourceId for a second narrowed call, use list_sources. Searches content with keyword, semantic, and vector search, and can filter by domain, url, sourceId, or documentId. |
| get_chunk | Retrieve one concrete indexed chunk by uid, or by documentId plus chunkIndex. Optionally returns adjacent chunks from the same document for context. |
| get_page | Reconstruct a page by documentId or url. Returns chunks ordered by chunkIndex plus a compact heading structure. |
| get_source_map | Build a navigable map of an indexed source or domain with pages, documents, headings, and chunk ranges. |
| list_pages | List indexed pages available within a sourceId or domain. Use this to discover which page URLs/documents exist before requesting a full page. |
| list_sources | Discovery tool for indexed brands, sites, and domains. Use this when you need to discover or disambiguate which indexed domain/sourceId corresponds to a brand or product name, especially if an initial broad search needs narrowing. search_content does not require domain or sourceId, so prefer calling list_sources as an optional discovery step rather than as a mandatory prerequisite. It helps determine whether this MCP has a relevant indexed source and which domain or sourceId to pass into search_content or other tools. |
| find_pages_by_title | Resolve the most relevant indexed pages by approximate title match before doing a narrower content search. Use this when the user mentions a brand, product family, or page-like concept but not a domain or URL, and you want to identify the right page first without requiring an exact title match. |
| compare_content | Compare two or more named items, product formats, ranges, topics, or alternatives using indexed website content. Use this when the user asks for differences, similarities, pros/cons, or when to choose one option versus another, for example comparing Almax formats or Physiorelax ranges. Returns grouped evidence for each item so the client can build a grounded comparison. |
| find_product_mentions | Specialized product extraction tool. Use when the user specifically asks what products a crawled brand/site offers, asks for catalog items, variants, product ranges, formulations, product benefits, ingredients by product, or where product claims appear. If the user is asking a general content question rather than enumerating products, use search_content instead. sourceId and domain are optional filters; if you need to discover the right indexed source before narrowing, use list_sources. Returns grouped product mentions with evidence snippets and real page URLs. |
| find_content_assets | Extract image/media asset URLs from indexed markdown text. Use only when the user asks for product images, media files, visual assets, screenshots, WordPress uploads, or image evidence. For textual questions about extracted page content, use search_content instead. Returns asset URLs plus the real page URL where each asset appeared. |
| match_almax_prompt | Classify a Spanish prompt or phrase related to Almax into the closest editorial intent from the corpus. Use this when the client needs to detect which predefined Almax topic a user sentence matches before routing to another tool or template. |