mcpbeat Sign in

Almirall MCP Server

answering

Almirall MCP is answering right now. Last checked 4 min ago. It exposes 11 tools.

Official Almirall company, product and brand info: Almax, Hidroxil, Calmatel, Cicopoli and more.

Uptime history 15 days of history · worst day 97%
15 days agonow
100.0%
Uptime 24h
91 of 91 checks
11
Tools
read from the server
255 ms
Response time
average over 24h
open, no key
Access
streamable-http

Almirall MCP missed 3 checks this week

Everything else answered, so this is steady rather than shaky. We check every 15 minutes, which is how a one-off gets told apart from the start of a pattern, and how you hear about the next one within the hour instead of from your users.

Three servers free · no card

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 4 min ago.

run in your terminal
claude mcp add mcp --transport http https://mcp.almirall.com/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp": {
      "url": "https://mcp.almirall.com/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp]
url = "https://mcp.almirall.com/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "mcp": {
      "url": "https://mcp.almirall.com/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp": {
      "url": "https://mcp.almirall.com/mcp"
    }
  }
}

Available tools 11

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

content
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.
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.
pages
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.
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.
chunk
get_chunk
Retrieve one concrete indexed chunk by uid, or by documentId plus chunkIndex. Optionally returns adjacent chunks from the same document for context.
compare
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.
match
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.
page
get_page
Reconstruct a page by documentId or url. Returns chunks ordered by chunkIndex plus a compact heading structure.
product
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.
source
get_source_map
Build a navigable map of an indexed source or domain with pages, documents, headings, and chunk ranges.
sources
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.

Endpoints

URLTransportStateLatencyChecked
https://mcp.almirall.com/mcp streamable-http answering 267 ms 4 min ago

Alternatives to Almirall MCP

same job, measured the same way
PostHog MCP Server
by posthog

Official PostHog MCP Server for product analytics, feature flags, experiments, and more.

answering
ZoomInfo
by zoominfo

Official ZoomInfo MCP server. Search and enrich companies, contacts, and buyer intent signals.

answering
EU Safety Gate Product Recalls
by northwest999

Is this product recalled in the EU? 46,506 official Safety Gate alerts by GTIN, brand or name.

3 tools answering
Tiramisu AI MCP
by rocnubie

Tiramisu AI is an AI product. See the official site for full feature details.

local only
SupplyGraph.AI Data
by supplygraphai

Official SupplyGraph.AI data MCP: POIs, parks, regions, industry chains, and companies.

198 tools answering
SEC EDGAR
by brechanbech

MCP server for SEC EDGAR data — company filings, financial concepts, and company info

local only
Ask Helena
by helena-bioinformatics

Official answers about Helena Bioinformatics and its products, with citations to public sources.

3 tools answering
Lnk.Bio Official MCP
by lnk

Manage your Lnk.Bio page through AI: links, pages, themes, social icons, and more.

answering

Almirall MCP — questions

Answers built from our own checks of this server.

What can Almirall MCP do?
It exposes 11 tools, read directly from the server on our last check. Among them: compare_content, find_content_assets, find_pages_by_title, find_product_mentions, get_chunk, get_page and 5 more. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
What is Almirall MCP mostly used for?
Its tools cluster around content and pages. That is what this server is built to work with — the grouping comes from the actual tool names, not from a category we assigned.
Is Almirall MCP working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 91 of 91 checks got a reply (100.0%), average response time 255 ms. The bar chart above shows every period we have measured.
How do I connect Almirall MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does Almirall MCP need an API key?
No. Almirall MCP completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 11 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is Almirall MCP?
It answers our handshake in 255 ms on average, which is faster than 67% of all working MCP servers we measure. The comparison comes from our own checks across the whole registry, every 15 minutes.