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
| Name | Type | Required | Description |
|---|---|---|---|
query | string | yes | What to look for |
advisor | string | no | Optional advisor slug to scope the search |
limit | number | no | Max 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.