mcp-search

Search and analyze Elastic documentation via a remote MCP server.

22|44|Updated Nov 5, 2024
One-click install
npx skills add https://github.com/elastic/docs-builder --skill mcp-search
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mcp-search
Source: https://github.com/elastic/docs-builder/tree/main/.claude/skills/mcp-search
Command: npx skills add https://github.com/elastic/docs-builder --skill mcp-search

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Elastic documentation discovery across multiple products and repositories is fragmented; this skill provides programmable access to Elastic documentation through a remote MCP server to unify search, analysis, and authoring workflows.

Core Features & Use Cases

  • SemanticSearch to locate existing docs, API references, and examples.
  • FindRelatedDocs to build context and uncover related content.
  • CheckCoherence and FindInconsistencies to audit coverage and consistency across products.
  • GetDocumentByUrl, AnalyzeDocumentStructure, and ResolveCrossLink to inspect pages and navigation.
  • ListRepositories, GetRepositoryLinks, and FindCrossLinks to map cross-repo content and links.
  • GenerateTemplate and GetContentTypeGuidelines to aid authoring and standards adherence.
  • Use cases include researching topics, validating documentation structure, cross-link auditing, and template generation.

Quick Start

Ask MCP to perform a semantic search for your topic and review the top results.

Frequently Asked Questions about mcp-search

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I search Elastic documentation across multiple products and repositories?

You can search Elastic documentation across multiple products and repositories using SemanticSearch via a remote MCP server. It locates API references, examples, and existing docs, returning URLs and summaries to unify fragmented discovery workflows.

How do I audit Elastic documentation for consistency and coverage gaps?

Audit Elastic documentation consistency and coverage using CheckCoherence and FindInconsistencies tools. They analyze content across products and repositories to identify inconsistencies and validate structural coverage gaps.

Can I resolve cross-links and map navigation across Elastic documentation repositories?

Yes, you can resolve cross-links and map navigation across Elastic repositories using FindCrossLinks, ResolveCrossLink, and GetDocumentByUrl. These tools inspect pages, map cross-repo content, and provide navigation context.

How do I generate templates and get content type guidelines for Elastic docs?

Generate Elastic documentation templates and retrieve content type guidelines using GenerateTemplate and GetContentTypeGuidelines tools. They aid authoring workflows and ensure adherence to documentation standards.

Does Elastic documentation search work with MCP servers for programmatic access?

Yes, Elastic documentation search works with MCP servers for programmatic access. The skill connects to a remote MCP server to provide tools like SemanticSearch and FindRelatedDocs, enabling automated discovery and analysis workflows.