Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Advice Server

БесплатноНе проверен

Provides access to advice slips from the Advice Slip API, enabling users to get random advice, search for advice by keyword, and retrieve specific advice by ID.

GitHubEmbed

Описание

Provides access to advice slips from the Advice Slip API, enabling users to get random advice, search for advice by keyword, and retrieve specific advice by ID.

README

Advice MCP — wraps Advice Slip API (free, no auth)

Part of Pipeworx — an MCP gateway connecting AI agents to 673+ live data sources.

Tools

Tool Description
random_advice Get a random piece of advice. Returns the advice text and slip ID for reference or follow-up queries.
search_advice Search for advice by keyword or phrase (e.g., "confidence", "relationships"). Returns matching advice slips with text and IDs.
get_advice Get a specific advice slip by its numeric ID (e.g., "42"). Returns the full advice text.

Quick Start

Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):

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

Or connect to the full Pipeworx gateway for access to all 673+ data sources:

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

Using with ask_pipeworx

Instead of calling tools directly, you can ask questions in plain English:

ask_pipeworx({ question: "your question about Advice data" })

The gateway picks the right tool and fills the arguments automatically.

More

License

MIT

from github.com/pipeworx-io/mcp-advice

Установка Advice Server

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/pipeworx-io/mcp-advice

FAQ

Advice Server MCP бесплатный?

Да, Advice Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Advice Server?

Нет, Advice Server работает без API-ключей и переменных окружения.

Advice Server — hosted или self-hosted?

Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.

Как установить Advice Server в Claude Desktop, Claude Code или Cursor?

Открой Advice Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare Advice Server with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории development