send-to-poke-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@send-to-poke-mcpsend 'Hello from MCP' to Poke"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
send-to-poke-mcp
Minimal MCP server for sending messages to Poke via the inbound webhook.
Features
Single MCP tool:
send_to_pokeSends a message to Poke using the inbound webhook
Structured tool output with normalized response
Related MCP server: mcp-gotify
Requirements
Node.js >= 18
POKE_API_KEYenvironment 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 buildSmoke test (optional)
POKE_API_KEY=your-api-key-here npm run build
POKE_API_KEY=your-api-key-here npm run smoke-testNote: 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.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceMCP server for posting messages to Slack channels via webhooks or bot API. Supports configurable usernames, emojis, and both webhook and bot token authentication modes.Last updated18MIT
- AlicenseBqualityDmaintenanceMCP server for sending Gotify push notifications to your devices.Last updated1MIT
- Alicense-qualityBmaintenanceSimple MCP server for GitHub operations, currently supports creating repositories.Last updated211MIT
- Alicense-qualityDmaintenanceMCP server for sending notifications to ntfy.sh or self-hosted ntfy instances.Last updated26MIT
Related MCP Connectors
A basic MCP server to operate on the Postman API.
A very simple remote MCP server that greets you, with a custom icon.
An MCP server that let you interact with Cycloid.io Internal Development Portal and Platform
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/konarkm/send-to-poke-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server