{"name":"com.almirall/mcp","slug":"almirall-mcp","title":"Almirall MCP","description":"Official Almirall company, product and brand info: Almax, Hidroxil, Calmatel, Cicopoli and more.","url":"https://mcp.market/server/almirall-mcp","rating":null,"grade":"C","score":69,"certified":false,"status":"active","category":"ecommerce","tags":["ecommerce"],"presence":{"score":8,"stars":null,"forks":null,"downloads_week":null,"last_push_at":null,"license":null},"uptime":{"percent":100,"checks":7,"ok":7,"last_checked_at":"2026-09-21T01:45:45.290Z","last_ok_at":"2026-09-21T01:45:45.290Z","latency_ms":260},"claimed":false,"transport":"remote","callable_via_gateway":true,"default_price_micros":0,"repository":null,"website":"https://www.almirall.com","version":"1.0.0","remotes":[{"type":"streamable-http","url":"https://mcp.almirall.com/mcp"}],"packages":[],"tools":[{"name":"compare_content","description":"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.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"items":{"type":"array","minItems":2,"maxItems":5,"items":{"type":"string"},"description":"Names of the items or topics to compare."},"query":{"type":"string","description":"Optional comparison context, such as ingredients, benefits, usage, format, contraindications, or when to choose each option."},"sourceId":{"type":"string","description":"Optional crawler source id, for example physio-relax-de."},"domain":{"type":"string","description":"Optional domain filter, for example physio-relax.de."},"topPerItem":{"type":"integer","minimum":1,"maximum":10,"description":"Maximum number of search results to keep per item. Defaults to 3."},"userLocation":{"type":"object","description":"Optional approximate user location. Include only if the client or user has explicitly made it available; do not infer or guess it.","properties":{"country":{"type":"string","description":"ISO country code when available, for example ES."},"region":{"type":"string","description":"Region or state when available."},"city":{"type":"string","description":"City when available."},"timezone":{"type":"string","description":"IANA timezone when available, for example Europe/Madrid."}}}},"required":["items"]}},{"name":"find_content_assets","description":"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.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"query":{"type":"string","description":"Optional topic, product, filename, or asset context to search before extracting assets. Defaults to image/product-oriented search."},"url":{"type":"string","description":"Optional exact crawled page URL filter."},"sourceId":{"type":"string","description":"Optional crawler source id, for example physio-relax-de."},"domain":{"type":"string","description":"Optional exact domain filter, for example physio-relax.de."},"userLocation":{"type":"object","description":"Optional approximate user location. Include only if the client or user has explicitly made it available; do not infer or guess it.","properties":{"country":{"type":"string","description":"ISO country code when available, for example ES."},"region":{"type":"string","description":"Region or state when available."},"city":{"type":"string","description":"City when available."},"timezone":{"type":"string","description":"IANA timezone when available, for example Europe/Madrid."}}},"top":{"type":"integer","minimum":1,"maximum":30,"description":"Maximum number of chunks to inspect for assets. Defaults to at least 10."}}}},{"name":"find_pages_by_title","description":"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.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"titleQuery":{"type":"string","description":"Brand, product, or page title hint to match approximately against indexed page titles."},"sourceId":{"type":"string","description":"Optional crawler source id to narrow title matching."},"domain":{"type":"string","description":"Optional domain filter to narrow title matching."},"top":{"type":"integer","minimum":1,"maximum":20,"description":"Maximum number of candidate pages to return. Defaults to 10."},"userLocation":{"type":"object","description":"Optional approximate user location. Include only if the client or user has explicitly made it available; do not infer or guess it.","properties":{"country":{"type":"string","description":"ISO country code when available, for example ES."},"region":{"type":"string","description":"Region or state when available."},"city":{"type":"string","description":"City when available."},"timezone":{"type":"string","description":"IANA timezone when available, for example Europe/Madrid."}}}},"required":["titleQuery"]}},{"name":"find_product_mentions","description":"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.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"query":{"type":"string","description":"Natural-language query describing the product, brand, category, or benefit to detect."},"sourceId":{"type":"string","description":"Optional crawler source id, for example physio-relax-de."},"domain":{"type":"string","description":"Optional domain filter, for example physio-relax.de."},"productHint":{"type":"string","description":"Optional known product or brand name to bias extraction and grouping."},"userLocation":{"type":"object","description":"Optional approximate user location. Include only if the client or user has explicitly made it available; do not infer or guess it.","properties":{"country":{"type":"string","description":"ISO country code when available, for example ES."},"region":{"type":"string","description":"Region or state when available."},"city":{"type":"string","description":"City when available."},"timezone":{"type":"string","description":"IANA timezone when available, for example Europe/Madrid."}}},"top":{"type":"integer","minimum":1,"maximum":30,"description":"Maximum number of search results to inspect for product mentions. Defaults to at least 8."}},"required":["query"]}},{"name":"get_chunk","description":"Retrieve one concrete indexed chunk by uid, or by documentId plus chunkIndex. Optionally returns adjacent chunks from the same document for context.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"uid":{"type":"string","description":"Exact Azure Search uid for the chunk."},"documentId":{"type":"string","description":"Document id. Required when looking up by chunkIndex."},"chunkIndex":{"type":"integer","minimum":0,"description":"Chunk index inside the document."},"contextBefore":{"type":"integer","minimum":0,"maximum":5,"description":"Number of previous chunks to include. Defaults to 0."},"contextAfter":{"type":"integer","minimum":0,"maximum":5,"description":"Number of following chunks to include. Defaults to 0."},"userLocation":{"type":"object","description":"Optional approximate user location. Include only if the client or user has explicitly made it available; do not infer or guess it.","properties":{"country":{"type":"string","description":"ISO country code when available, for example ES."},"region":{"type":"string","description":"Region or state when available."},"city":{"type":"string","description":"City when available."},"timezone":{"type":"string","description":"IANA timezone when available, for example Europe/Madrid."}}}}}},{"name":"get_page","description":"Reconstruct a page by documentId or url. Returns chunks ordered by chunkIndex plus a compact heading structure.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"documentId":{"type":"string","description":"Document id to reconstruct."},"url":{"type":"string","description":"Exact crawled page URL to reconstruct."},"sourceId":{"type":"string","description":"Optional source id filter, for example physio-relax-de."},"domain":{"type":"string","description":"Optional exact domain filter, for example physio-relax.de."},"userLocation":{"type":"object","description":"Optional approximate user location. Include only if the client or user has explicitly made it available; do not infer or guess it.","properties":{"country":{"type":"string","description":"ISO country code when available, for example ES."},"region":{"type":"string","description":"Region or state when available."},"city":{"type":"string","description":"City when available."},"timezone":{"type":"string","description":"IANA timezone when available, for example Europe/Madrid."}}},"top":{"type":"integer","minimum":1,"maximum":30,"description":"Maximum chunks to return. Defaults to 30."}}}},{"name":"get_source_map","description":"Build a navigable map of an indexed source or domain with pages, documents, headings, and chunk ranges.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"sourceId":{"type":"string","description":"Optional crawler source id, for example physio-relax-de."},"domain":{"type":"string","description":"Optional exact domain filter, for example physio-relax.de."},"url":{"type":"string","description":"Optional exact page URL filter."},"documentId":{"type":"string","description":"Optional document id filter."},"userLocation":{"type":"object","description":"Optional approximate user location. Include only if the client or user has explicitly made it available; do not infer or guess it.","properties":{"country":{"type":"string","description":"ISO country code when available, for example ES."},"region":{"type":"string","description":"Region or state when available."},"city":{"type":"string","description":"City when available."},"timezone":{"type":"string","description":"IANA timezone when available, for example Europe/Madrid."}}},"top":{"type":"integer","minimum":1,"maximum":30,"description":"Maximum chunks to inspect for the map. Defaults to 30."}}}},{"name":"list_pages","description":"List indexed pages available within a sourceId or domain. Use this to discover which page URLs/documents exist before requesting a full page.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"query":{"type":"string","description":"Optional search query to narrow page discovery. Use * or omit for broad discovery."},"sourceId":{"type":"string","description":"Optional crawler source id, for example physio-relax-de."},"domain":{"type":"string","description":"Optional exact domain filter, for example physio-relax.de."},"userLocation":{"type":"object","description":"Optional approximate user location. Include only if the client or user has explicitly made it available; do not infer or guess it.","properties":{"country":{"type":"string","description":"ISO country code when available, for example ES."},"region":{"type":"string","description":"Region or state when available."},"city":{"type":"string","description":"City when available."},"timezone":{"type":"string","description":"IANA timezone when available, for example Europe/Madrid."}}},"top":{"type":"integer","minimum":1,"maximum":30,"description":"Maximum chunks to inspect for page discovery. Defaults to 30."}}}},{"name":"list_sources","description":"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.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"query":{"type":"string","description":"Optional query to list sources related to a topic. Use * or omit for broad source discovery."},"sourceId":{"type":"string","description":"Optional crawler source id, for example physio-relax-de."},"domain":{"type":"string","description":"Optional domain filter, for example physio-relax.de."},"userLocation":{"type":"object","description":"Optional approximate user location. Include only if the client or user has explicitly made it available; do not infer or guess it.","properties":{"country":{"type":"string","description":"ISO country code when available, for example ES."},"region":{"type":"string","description":"Region or state when available."},"city":{"type":"string","description":"City when available."},"timezone":{"type":"string","description":"IANA timezone when available, for example Europe/Madrid."}}},"top":{"type":"integer","minimum":1,"maximum":1000,"description":"Maximum chunks to inspect for source discovery. Defaults to 30."},"skip":{"type":"integer","minimum":0,"description":"Number of matching chunks to skip before collecting the next page of sources. Defaults to 0."}}}},{"name":"match_almax_prompt","description":"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.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"text":{"type":"string","description":"Phrase, prompt, or user text to classify."}},"required":["text"]}},{"name":"search_content","description":"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.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"query":{"type":"string","description":"Natural-language question or keywords to search in crawled website content."},"sourceId":{"type":"string","description":"Optional crawler source id, for example physio-relax-de."},"domain":{"type":"string","description":"Optional exact domain filter, for example physio-relax.de."},"url":{"type":"string","description":"Optional exact crawled page URL filter."},"documentId":{"type":"string","description":"Optional crawler document id to restrict results to one indexed page/document."},"userLocation":{"type":"object","description":"Optional approximate user location. Include only if the client or user has explicitly made it available; do not infer or guess it.","properties":{"country":{"type":"string","description":"ISO country code when available, for example ES."},"region":{"type":"string","description":"Region or state when available."},"city":{"type":"string","description":"City when available."},"timezone":{"type":"string","description":"IANA timezone when available, for example Europe/Madrid."}}},"top":{"type":"integer","minimum":1,"maximum":30,"description":"Maximum number of search results to return. Defaults to the server setting."}},"required":["query"]}}],"scan":{"score":69,"grade":"C","scanned_at":"2026-09-20T00:24:18.466Z","report":{"scannerVersion":"0.1.9","scannedAt":"2026-09-20T00:24:18.483Z","components":{"code":{"score":-1,"max":25,"notes":["remote-only server, no package to scan"]},"reliability":{"score":20,"max":20,"notes":["remote reachable in 1237ms"]},"poisoning":{"score":15,"max":15,"notes":["11 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://mcp.almirall.com/mcp","reachable":true,"authRequired":false,"latencyMs":1237,"serverInfo":{"name":"mcp-search-server","version":"0.1.0"}}],"packages":[],"repo":{"found":false},"icon":{"url":"https://www.almirall.com/favicon.ico?favicon.14n4ku1upg98d.ico","source":"site","width":16,"height":16},"presence":{"stars":null,"forks":null,"downloadsWeek":null,"license":null,"lastPushAt":null,"score":8}}}},"grade_history":[],"reviews":[]}