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.
Run the underlying MCP server directly — without Agent-CoreX routing.
npx -y giskard-searchAgent-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"
]
}
}
}Connect in 2 minutes. Only pay for the tools your agent actually uses.
Recommended: intelligent tool routing, lower costs
uvx agent-corex mcp add giskard-searchAgent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.
Use giskard09/giskard-search directly without routing
npx -y giskard-searchNew to Agent-CoreX? View setup guide →