AI & Machine Learning
almirall.com
This server enables natural-language question answering over indexed website content by providing chunk, page, and source map retrieval tools.
ENDPOINT 1
https://mcp.almirall.com/mcp
MCP server metadata
- Name
- mcp-search-server
- Version
- 0.1.0
Known tools 11
search_contentPrimary tool for answering natural-language questions over indexed website and landing-page content.
Inferred read-onlyget_chunkRetrieve one concrete indexed chunk by uid, or by documentId plus chunkIndex.
Inferred read-onlyget_source_mapBuild a navigable map of an indexed source or domain with pages, documents, headings, and chunk ranges.
Inferred read-onlyfind_pages_by_titleResolve the most relevant indexed pages by approximate title match before doing a narrower content search.
Inferred read-onlycompare_contentCompare two or more named items, product formats, ranges, topics, or alternatives using indexed website content.
Inferred read-onlymatch_almax_promptClassify a Spanish prompt or phrase related to Almax into the closest editorial intent from the corpus.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.mcp-search-server]
url = "https://mcp.almirall.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"mcp-search-server": {
"type": "http",
"url": "https://mcp.almirall.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: mcp-search-server
Remote MCP URL: https://mcp.almirall.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"mcp-search-server": {
"url": "https://mcp.almirall.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"mcp-search-server": {
"type": "http",
"url": "https://mcp.almirall.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "mcp-search-server",
"transport": "streamable-http",
"url": "https://mcp.almirall.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.