MCP Directory

giskard09/giskard-search

GitHub
Web Utilities

Pay-per-use semantic web search for AI agents. Powered by SearxNG, agents pay in sats via Lightning Network micropayments — no API keys required. Self-hosted with phoenixd.

Direct install

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

npx -y giskard-search

Use with Agent-CoreX

Agent-CoreX intelligently routes which tools from giskard09/giskard-search your AI agent actually needs per request — reducing token usage and cost.

agent-corex.json

{
  "mcpServers": {
    "giskard-search": {
      "command": "npx",
      "args": [
        "-y",
        "giskard-search"
      ]
    }
  }
}

Route giskard09/giskard-search 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 giskard-search

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

Direct Install

Use giskard09/giskard-search directly without routing

npx -y giskard-search

New to Agent-CoreX? View setup guide →

giskard09/giskard-search MCP Server — Agent-CoreX