Pushinator MCP - Secure MCP Server by ALMC Security 2025

Pushinator MCP

View on GitHub

Pushinator MCP

To install dependencies:

bun install

To build:

bun run build

After that, add the Pushinator MCP to your MCP client (the API token can be retrieved in your Pushinator API tokens page):

{
    "mcpServers": {
        "pushinator": {
            "command": "node",
            "args": ["path-to-repo/build/index.js"],
            "env": {
                "PUSHINATOR_API_KEY": "YOUR_PUSHINATOR_API_KEY"
            }
        }
    }
}

Related in Communication - Secure MCP Servers

ServerSummaryActions
UnichatSend requests to OpenAI, MistralAI, Anthropic, xAI, Google AI, DeepSeek, Alibaba, Inception using MC...View
rqbitView
BlueskyBluesky Context Server: A simple MCP server that allows AI clients (like Claude Desktop) to query Bl...View
Email MCP ServerThis project provides a Model Context Protocol (MCP) server for sending emails via a single tool, se...View
Email sending MCPView
KimpalbokTV Slack이 저장소는 김팔복TV에서 사용하는 Slack MCP(Model Context Protocol) Server의 예제 코드입니다. Slack...View