MCP Directory

searchcraft-inc/searchcraft-mcp-server

GitHub
Web Utilities

Official MCP server for managing Searchcraft clusters, creating a search index, generating an index dynamically given a data file and for easily importing data into a search index given a feed or local json file.

Direct install

Run the underlying MCP server directly — without Agent-CoreX routing.

npx -y searchcraft-mcp-server

Use with Agent-CoreX

Agent-CoreX intelligently routes which tools from searchcraft-inc/searchcraft-mcp-server your AI agent actually needs per request — reducing token usage and cost.

agent-corex.json

{
  "mcpServers": {
    "searchcraft-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "searchcraft-mcp-server"
      ]
    }
  }
}

Route searchcraft-inc/searchcraft-mcp-server intelligently

Connect in 2 minutes. Only pay for the tools your agent actually uses.

Installation Guide

Use with Agent-CoreX

Recommended: intelligent tool routing, lower costs

uvx agent-corex mcp add searchcraft-mcp-server

Agent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.

Direct Install

Use searchcraft-inc/searchcraft-mcp-server directly without routing

npx -y searchcraft-mcp-server

New to Agent-CoreX? View setup guide →

searchcraft-inc/searchcraft-mcp-server MCP Server