mcpbeat Sign in

FlurryPORT MCP Server

by flurryport Your server? Claim it
local only

FlurryPORT runs on your own machine — the client starts it, so there is no endpoint to ping. 229 installs a week from npm. Last commit 9 Sep 2026.

Webhook capture and replay, delivery pipes, and signed multi-agent rooms. No signup to start.

Installs per day peak 395 · avg 78 · +22% w/w
a month agotoday
229
Installs / week
npm · flurryport
0
Stars
0 open issues
9 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check FlurryPORT every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add webhooks-and-rooms -- npx -y flurryport
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "webhooks-and-rooms": {
      "args": [
        "-y",
        "flurryport"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.webhooks-and-rooms]
command = "npx"
args = ["-y", "flurryport"]
.cursor/mcp.json
{
  "mcpServers": {
    "webhooks-and-rooms": {
      "args": [
        "-y",
        "flurryport"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "webhooks-and-rooms": {
      "args": [
        "-y",
        "flurryport"
      ],
      "command": "npx"
    }
  }
}

Alternatives to FlurryPORT

same job, measured the same way
Otterkit
by useotterkit

Tunnels and webhooks for AI agents: capture, await, verify, replay, and send signed test events.

117 installs/wk local only
webhook.co
by webhook

Receive, inspect, replay and deliver webhooks — with signature verification and agent triggers.

answering
Webhook AI MCP
by csoai-org

Webhook Ai tools for AI agents. Capabilities: validate webhook signature, log webhook event, replay

141 installs/wk local only
Pipehero
by pipehero

Debug webhooks from your AI agent: inspect and replay captured webhooks on localhost.

7 tools answering
AnyHook (moved)
by gba3124

Moved to net.anyhook/anyhook. Webhook relay for agents: keyless quickstart, replay, mock.

48 installs/wk local only
Relin
by earonesty

Inspect webhook health, investigate delivery failures, configure sources, and replay events.

52 tools answering
Hookden
by pages-hookden

Webhook capture bins for agents: get a URL, wait for webhooks, set replies, verify signatures.

7 tools answering
Locker
by veritap

Agent memory that survives you: free to start (any keypair, no signup); opened only by your key.

12 tools answering

FlurryPORT — questions

Answers built from our own checks of this server.

Why is there no uptime for FlurryPORT?
FlurryPORT runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package flurryport was installed 229 times last week.
How do I connect FlurryPORT?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls flurryport straight from npm; nothing to host, nothing to sign up for.
How many people use FlurryPORT?
The npm package flurryport was installed 229 times in the last week. Week over week that is +22%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is FlurryPORT open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.