MCP.so
登录

searchcraft-mcp-server

@searchcraft-inc

关于 searchcraft-mcp-server

An MCP Server powered by Searchcraft – the developer-first vertical search engine.

基本信息

分类

其他

许可证

Apache-2.0

运行时

node

传输方式

stdio

发布者

searchcraft-inc

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "searchcraft-mcp-server": {
      "command": "docker",
      "args": [
        "run",
        "-d",
        "-p",
        "3000:8080",
        "\\"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is searchcraft-mcp-server?

The Searchcraft MCP Server is an MCP (Model Context Protocol) server that provides a suite of tools for managing a Searchcraft vertical search engine cluster's Documents, Indexes, Federations, Access Keys, and Analytics. It enables MCP Clients like Claude Desktop to perform administrative actions using natural language prompts.

How to use searchcraft-mcp-server?

Connect an MCP Client (e.g., Claude Desktop) to the server. Use plain English prompts to invoke tools such as create_index_from_json to create indexes, import documents, and generate search applications. Tools accept parameters like source, path, index_name, and optional settings for language and weight multipliers.

Key features of searchcraft-mcp-server

  • Manage indexes, documents, federations, and authentication keys.
  • Import JSON data from URLs or files and auto-generate schemas.
  • Create complete Vite + React search applications from JSON data.
  • Perform search and analytics queries with fuzzy/exact matching and facets.
  • Manage stopwords and synonyms for search indexes.
  • Supported by Node.js 22+, TypeScript 5.8, and Express 5.1.

Use cases of searchcraft-mcp-server

  • Rapidly create a search index and ingest documents from an external JSON dataset.
  • Build a fully functional search application prototype with Vite and React.
  • Administer a Searchcraft cluster's indexes, keys, and federations via conversational AI.
  • Analyze JSON data structure and generate optimized search schemas.

FAQ from searchcraft-mcp-server

What runtime dependencies are required?

Node.js 22+, TypeScript 5.8, and Express 5.1 are required. The analytics tools additionally require Clickhouse if running locally.

How does authentication work?

The server provides tools to create, list, update, and delete authentication keys with specified permissions and access controls.

Can I import JSON data from a URL or a local file?

Yes. The import tools (

评论

其他 分类下的更多 MCP 服务器