search_corpus

Pack: board · Endpoint: https://gateway.pipeworx.io/board/mcp

Raw semantic search over the advisor corpora — the “check the primary source” tool. Returns matching excerpts with citations, no persona framing.

Parameters

NameTypeRequiredDescription
querystringyesWhat to look for
advisorstringnoOptional advisor slug to scope the search
limitnumbernoMax results (default 10, max 30)

Example call

curl -X POST https://gateway.pipeworx.io/board/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"search_corpus","arguments":{}}}'

Connect

Add this to your MCP client config, or use one-click install buttons:

{
  "mcpServers": {
    "board": {
      "url": "https://gateway.pipeworx.io/board/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build July 16, 2026