← Registry

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.

1 endpoint11 known toolsFirst detected August 24, 2026Last detected August 24, 2026

ENDPOINT 1

https://mcp.almirall.com/mcp

No auth detected

MCP server metadata

Name
mcp-search-server
Version
0.1.0
Capabilities
tools.listChanged

Known tools 11

search_content

Primary tool for answering natural-language questions over indexed website and landing-page content.

Inferred read-only
get_chunk

Retrieve one concrete indexed chunk by uid, or by documentId plus chunkIndex.

Inferred read-only
get_page

Reconstruct a page by documentId or url.

Inferred read-only
get_source_map

Build a navigable map of an indexed source or domain with pages, documents, headings, and chunk ranges.

Inferred read-only
list_pages

List indexed pages available within a sourceId or domain.

Inferred read-only
list_sources

Discovery tool for indexed brands, sites, and domains.

Inferred read-only
find_pages_by_title

Resolve the most relevant indexed pages by approximate title match before doing a narrower content search.

Inferred read-only
compare_content

Compare two or more named items, product formats, ranges, topics, or alternatives using indexed website content.

Inferred read-only
find_product_mentions

Specialized product extraction tool.

Inferred read-only
find_content_assets

Extract image/media asset URLs from indexed markdown text.

Inferred read-only
match_almax_prompt

Classify a Spanish prompt or phrase related to Almax into the closest editorial intent from the corpus.

Inferred read-only

CONNECT 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.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.