← almirall.com

INDIVIDUAL MCP TOOL

get_source_map

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

almirall.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.almirall.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_source_map and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

almirall.com

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.

Related tools

  • search_content — Primary tool for answering natural-language questions over indexed website and landing-page content.
  • get_chunk — Retrieve one concrete indexed chunk by uid, or by documentId plus chunkIndex.
  • get_page — Reconstruct a page by documentId or url.
  • list_pages — List indexed pages available within a sourceId or domain.
  • list_sources — Discovery tool for indexed brands, sites, and domains.
  • find_pages_by_title — Resolve the most relevant indexed pages by approximate title match before doing a narrower content search.
  • compare_content — Compare two or more named items, product formats, ranges, topics, or alternatives using indexed website content.
  • find_product_mentions — Specialized product extraction tool.