Command Palette

Search for a command to run...

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

Send To Poke

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

Minimal MCP server for sending messages to Poke via the inbound webhook.

GitHubEmbed

Описание

Minimal MCP server for sending messages to Poke via the inbound webhook.

README

Minimal MCP server for sending messages to Poke via the inbound webhook.

Features

  • Single MCP tool: send_to_poke
  • Sends a message to Poke using the inbound webhook
  • Structured tool output with normalized response

Requirements

  • Node.js >= 18
  • POKE_API_KEY environment variable

MCP client config

Add the following config to your MCP client:

{
  "mcpServers": {
    "send-to-poke": {
      "command": "npx",
      "args": ["-y", "send-to-poke-mcp"],
      "env": {
        "POKE_API_KEY": "your-api-key-here"
      }
    }
  }
}

Local development

npm install
npm run build

Smoke test (optional)

POKE_API_KEY=your-api-key-here npm run build
POKE_API_KEY=your-api-key-here npm run smoke-test

Note: this test requires network access and may fail in restricted environments.

MCP Tool

send_to_poke

Send a message to Poke.

Input

{
  "message": "string",
  "include_raw_response": false
}

Output

{
  "status": "sent",
  "http_status": 200,
  "response": {},
  "raw_response": ""
}

Environment Variables

  • POKE_API_KEY (required)
  • POKE_BASE_URL (default: https://poke.com)
  • POKE_TIMEOUT (default: 30000)

Notes

  • Tool responses are returned as MCP structuredContent (with a text fallback for display).
  • This project is not affiliated with Interaction Co.

from github.com/konarkm/send-to-poke-mcp

Установка Send To Poke

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

▸ github.com/konarkm/send-to-poke-mcp

FAQ

Send To Poke MCP бесплатный?

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

Нужен ли API-ключ для Send To Poke?

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

Send To Poke — hosted или self-hosted?

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

Как установить Send To Poke в Claude Desktop, Claude Code или Cursor?

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

Похожие MCP

Compare Send To Poke with

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

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

Автор?

Embed-бейдж для README

Похожее

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