ask_advisor
Pack: board · Endpoint: https://gateway.pipeworx.io/board/mcp
Ask one board advisor a question. Returns the advisor persona brief plus evidence excerpts retrieved from their real writings (and pipeworx company context). YOU then answer in the advisor’s voice, grounded ONLY in the returned evidence, citing sources by title.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
advisor | string | yes | Advisor slug, e.g. “paul-graham” (see list_advisors) |
question | string | yes | The business question or decision to advise on |
evidence_limit | number | no | Max evidence excerpts (default 8, max 20) |
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":"ask_advisor","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.