INDIVIDUAL MCP TOOL
search_content
Primary tool for answering natural-language questions over indexed website and landing-page content.
LIVE ENDPOINT
https://mcp.almirall.com/mcp
Connect to this endpoint to inspect the live schema for search_content and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests retrieving external content.
Parent server
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
get_chunk— Retrieve one concrete indexed chunk by uid, or by documentId plus chunkIndex.get_page— Reconstruct a page by documentId or url.get_source_map— Build a navigable map of an indexed source or domain with pages, documents, headings, and chunk ranges.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.