flurryport

MCPCommunity
v0.6.7UnknownMITAktualisiert vor 1 TnpmGitHub

FlurryPORT CLI - forward webhook captures to your local machine

Läuft in
ClaudeCursorCopilotGemini

Abgeleitet aus den Transporten, die dieser Eintrag deklariert (stdio). Ein Client, der hier nicht steht, ist damit nicht ausgeschlossen — Forge kann ihn nur nicht bestätigen.

Automatisch aus öffentlichen Quellen indexiert. Vom Entwickler auf Forge noch nicht verifiziert.Diesen Eintrag beanspruchen →
706Downloads/Wo.
vor 1 TLetzte Aktualisierung
Paket
AutorUnknown
LizenzMIT
Version0.6.7
Quellenpm+mcp-registry
Trust-Status
B
60/100Gut
Im Forge-Index gelistet+10/10
Publisher-Identität verifiziert+0/20
Publisher: führe `forge publish` im Repo des Pakets aus, um die Inhaberschaft zu beanspruchen
Ed25519-Publish-Signatur+0/5
Wird automatisch ergänzt, wenn der Publisher `forge publish` ausführt
Domain-Verifizierung+0/5
Publisher: hinterlege /.well-known/forge.json auf der Paket-Homepage mit { "publisher": "<github-login>" }
npm Trusted Publishing (Sigstore)+0/5
Veröffentliche aus GitHub Actions mit --provenance, damit die Attestation dieses Paket an dieses Repo bindet
npm-Maintainer-Übereinstimmung+0/5
Wird erreicht, sobald deine Identität oben verifiziert ist und dieser Login npm-Maintainer dieses Pakets ist
CVE-Scan · sauber+30/30
Statische Analyse · sauber+20/20
Füge das in Claude Code, Cursor oder einen beliebigen KI-Assistenten ein, um alle Lücken zu schließen
StatusVon der Community indexiert
PublisherNicht verifiziert
SignaturNicht signiert
Domain
Herkunft
Abhängigkeiten✓ 60 aufgelöst+ · keine verwundbar
Tool-Oberfläche40 Tools · 2 privilegiert
Sicherheits-Scan✓ Sauberv0.6.7 · vor 1 TWie gut funktioniert dieser Scan?
EvaluierungenKeine
Indexiert1. Sept. 2026

Die Verifizierung bestätigt die Identität des Publishers (die Inhaberschaft am Repo), nicht die Sicherheit des Codes. Der Sicherheits-Scan deckt bekannte CVEs und verdächtige Installationsskripte ab.

Tools

40 Tools · 2 privilegiert
Statisch aus dem veröffentlichten Paket extrahiertv0.6.7 · 1d ago

Aus dem Quellcode gelesen, den npm tatsächlich ausliefert, zum Zeitpunkt des Scans. Das Paket wurde nie ausgeführt. Tools, die zur Laufzeit dynamisch registriert werden oder in gebündeltem beziehungsweise minifiziertem Code stecken, können übersehen werden — das hier ist also eine Untergrenze der Tool-Oberfläche, keine vollständige Erhebung.

get_capture_urlReturn a capture URL the user pastes into their webhook provider (Stripe/GitHub/etc.), plus the web app

Return a capture URL the user pastes into their webhook provider (Stripe/GitHub/etc.), plus the web app

Für dieses Tool wurde kein Eingabeschema veröffentlicht.

start_echo_serverStart or reuse a local echo receiver on the user's machine, so replay can be proven before their

Start or reuse a local echo receiver on the user's machine, so replay can be proven before their

Für dieses Tool wurde kein Eingabeschema veröffentlicht.

get_capture_digestGrouped digest of captures for a project: totals plus counts by endpoint, event type, provider,

Grouped digest of captures for a project: totals plus counts by endpoint, event type, provider,

Für dieses Tool wurde kein Eingabeschema veröffentlicht.

register_watchRegister a standing watch on an endpoint: a JSONata predicate over $body, $headers, and $query,

Register a standing watch on an endpoint: a JSONata predicate over $body, $headers, and $query,

Für dieses Tool wurde kein Eingabeschema veröffentlicht.

list_watchesList the watches on an endpoint with their facts: enabled state, match count, last match time, and

List the watches on an endpoint with their facts: enabled state, match count, last match time, and

Für dieses Tool wurde kein Eingabeschema veröffentlicht.

set_watch_enabledEnable or disable a watch by id (disable keeps its history and counters; there is no hard delete).

Enable or disable a watch by id (disable keeps its history and counters; there is no hard delete).

Für dieses Tool wurde kein Eingabeschema veröffentlicht.

list_capturesRead an endpoint: the captures it holds, newest first, as summaries. Inputs: includeBody to

Read an endpoint: the captures it holds, newest first, as summaries. Inputs: includeBody to

Für dieses Tool wurde kein Eingabeschema veröffentlicht.

wait_for_capturesBlock until a new capture lands on the endpoint or the timeout elapses, then return what is new

Block until a new capture lands on the endpoint or the timeout elapses, then return what is new

Für dieses Tool wurde kein Eingabeschema veröffentlicht.

get_captureFetch one capture in full by id: headers, query string, and body. Inputs: captureId, with id

Fetch one capture in full by id: headers, query string, and body. Inputs: captureId, with id

Für dieses Tool wurde kein Eingabeschema veröffentlicht.

create_collectionCreate a named collection from one or more captures, PINNING them: members become

Create a named collection from one or more captures, PINNING them: members become

Für dieses Tool wurde kein Eingabeschema veröffentlicht.

add_to_collectionAppend captures to an existing collection, PINNING them: the incremental half of

Append captures to an existing collection, PINNING them: the incremental half of

Für dieses Tool wurde kein Eingabeschema veröffentlicht.

remove_from_collectionprivilegiertTake one capture out of a collection. Use it to retire a pin that no longer belongs; to swap one

Take one capture out of a collection. Use it to retire a pin that no longer belongs; to swap one

Für dieses Tool wurde kein Eingabeschema veröffentlicht.

replace_collection_itemSwap one capture for another in a collection, in one call: the replacement takes the slot the

Swap one capture for another in a collection, in one call: the replacement takes the slot the

Für dieses Tool wurde kein Eingabeschema veröffentlicht.

get_replay_targetOne replay target in detail, with its deliveryHeaders: the custom headers applied on top of the

One replay target in detail, with its deliveryHeaders: the custom headers applied on top of the

Für dieses Tool wurde kein Eingabeschema veröffentlicht.

capture_countCheap progress check: monthly quota usage, plus the accepted and rejected split, the latest

Cheap progress check: monthly quota usage, plus the accepted and rejected split, the latest

Für dieses Tool wurde kein Eingabeschema veröffentlicht.

send_test_eventSend provider-shaped TEST webhooks to one of the user's capture endpoints, so they can exercise

Send provider-shaped TEST webhooks to one of the user's capture endpoints, so they can exercise

Für dieses Tool wurde kein Eingabeschema veröffentlicht.

forward_to_localhostForward captured webhooks to a URL on the user's OWN machine, such as

Forward captured webhooks to a URL on the user's OWN machine, such as

Für dieses Tool wurde kein Eingabeschema veröffentlicht.

replay_to_targetReplay one capture to a registered replay target, server-side. Inputs: captureId, targetId from

Replay one capture to a registered replay target, server-side. Inputs: captureId, targetId from

Für dieses Tool wurde kein Eingabeschema veröffentlicht.

create_endpointCreate a capture endpoint on a project: a stable inbound URL a sender gets pointed at, and the

Create a capture endpoint on a project: a stable inbound URL a sender gets pointed at, and the

Für dieses Tool wurde kein Eingabeschema veröffentlicht.

create_transformationCreate a named JSONata transformation on an endpoint: the reshape step that turns a capture into

Create a named JSONata transformation on an endpoint: the reshape step that turns a capture into

Für dieses Tool wurde kein Eingabeschema veröffentlicht.

update_transformationUpdate an existing transformation's expression, name, or description instead of creating another.

Update an existing transformation's expression, name, or description instead of creating another.

Für dieses Tool wurde kein Eingabeschema veröffentlicht.

bind_transformationArm a pipe: bind a transformation version to an endpoint and a replay target, so a capture

Arm a pipe: bind a transformation version to an endpoint and a replay target, so a capture

Für dieses Tool wurde kein Eingabeschema veröffentlicht.

request_secret_setupAsk FlurryPORT to email the endpoint owner a one-hour, single-use page where they paste the

Ask FlurryPORT to email the endpoint owner a one-hour, single-use page where they paste the

Für dieses Tool wurde kein Eingabeschema veröffentlicht.

create_inviteMint an invite link so another PERSON and their agent can join an endpoint you own. NOT for

Mint an invite link so another PERSON and their agent can join an endpoint you own. NOT for

Für dieses Tool wurde kein Eingabeschema veröffentlicht.

mint_seatMint a seat pairing code so ANOTHER AI agent can take a seat in a room on an endpoint you own.

Mint a seat pairing code so ANOTHER AI agent can take a seat in a room on an endpoint you own.

Für dieses Tool wurde kein Eingabeschema veröffentlicht.

authorize_standingChair gate (#409): authorize a handle's standing-credential slot on an endpoint you own.

Chair gate (#409): authorize a handle's standing-credential slot on an endpoint you own.

Für dieses Tool wurde kein Eingabeschema veröffentlicht.

list_membersList who holds access to an endpoint you own: accepted members with their participant name, role,

List who holds access to an endpoint you own: accepted members with their participant name, role,

Für dieses Tool wurde kein Eingabeschema veröffentlicht.

revoke_inviteRevoke an invite on an endpoint you own: a pending invite's link stops working, and a redeemed

Revoke an invite on an endpoint you own: a pending invite's link stops working, and a redeemed

Für dieses Tool wurde kein Eingabeschema veröffentlicht.

revoke_memberRemove an accepted member from an endpoint you own: the membership row is deleted, their

Remove an accepted member from an endpoint you own: the membership row is deleted, their

Für dieses Tool wurde kein Eingabeschema veröffentlicht.

create_replay_targetRegister a delivery destination, a replay target, on an endpoint. ASK the user which project and

Register a delivery destination, a replay target, on an endpoint. ASK the user which project and

Für dieses Tool wurde kein Eingabeschema veröffentlicht.

update_replay_targetUpdate a replay target in place, most importantly ARMING it with autoReplay true so standing

Update a replay target in place, most importantly ARMING it with autoReplay true so standing

Für dieses Tool wurde kein Eingabeschema veröffentlicht.

set_target_headersSet the COMPLETE custom header set on a replay target. Full replace: include every header you

Set the COMPLETE custom header set on a replay target. Full replace: include every header you

Für dieses Tool wurde kein Eingabeschema veröffentlicht.

set_endpoint_signingSet up or rotate signed-intent posting for an endpoint. Inputs: an optional header the signature

Set up or rotate signed-intent posting for an endpoint. Inputs: an optional header the signature

Für dieses Tool wurde kein Eingabeschema veröffentlicht.

record_recipe_installprivilegiertFile the owner-side record of a recipe install, at the END of host setup, once the pipe is

File the owner-side record of a recipe install, at the END of host setup, once the pipe is

Für dieses Tool wurde kein Eingabeschema veröffentlicht.

set_orientationSet the room map. Marks captureId as the endpoint's current ORIENTATION, the one

Set the room map. Marks captureId as the endpoint's current ORIENTATION, the one

Für dieses Tool wurde kein Eingabeschema veröffentlicht.

list_sectionsRead the room state: the section map, each handle with what belongs there, the roster, each handle

Read the room state: the section map, each handle with what belongs there, the roster, each handle

Für dieses Tool wurde kein Eingabeschema veröffentlicht.

get_canonRead what currently stands in each section of the room: one ratified recap per section, derived

Read what currently stands in each section of the room: one ratified recap per section, derived

Für dieses Tool wurde kein Eingabeschema veröffentlicht.

post_intentSpeak into an endpoint: fire a pipe, or say something in a room. Inputs: body (a JSON string),

Speak into an endpoint: fire a pipe, or say something in a room. Inputs: body (a JSON string),

Für dieses Tool wurde kein Eingabeschema veröffentlicht.

request_seatAsk for a seat in a room you are only watching. A monitor reads but cannot post, so this lands

Ask for a seat in a room you are only watching. A monitor reads but cannot post, so this lands

Für dieses Tool wurde kein Eingabeschema veröffentlicht.

read_pipe_manifestRead .flurryport/pipes.json from the working directory: the committed record of the pipes this

Read .flurryport/pipes.json from the working directory: the committed record of the pipes this

Für dieses Tool wurde kein Eingabeschema veröffentlicht.

40 von 40 Tools haben eine Beschreibung veröffentlicht.

Tool-Namen und -Beschreibungen stammen vom Publisher und werden wortgetreu als inerter Text angezeigt. Es sind die Zeichenketten, die ein MCP-Client an ein Modell übergibt, deshalb prüft Forge sie auf Prompt-Injection-Muster — jeder Befund erscheint oben beim Sicherheits-Scan. „Privilegiert“ ist ein Schlagwort-Treffer im Tool-Namen, keine Prüfung dessen, was das Tool tut: ein harmlos klingender Name kann trotzdem alles tun.

Über

FlurryPORT CLI - forward webhook captures to your local machine

Schlagwörter
webhookcapturereplaycliflurryport
Alternativen
Tool-Oberflächen werden verglichen…

Abhängigkeitsbaum

Was ein Forge-Scan am 2026-09-01 aus den npm-Metadaten aufgelöst hat — beobachtete Auflösung, keine Angabe des Herausgebers.

60 Pakete aufgelöst · 4 direkt · keines mit Sicherheitshinweisen Die Auflösung endet bei Tiefe 4 und 60 Paketen.

Der Durchlauf endete an der Tiefengrenze 4. Alles unterhalb dieser Ebene wurde nie aufgelöst.

Der Durchlauf endete an der Grenze von 60 Paketen. Der Rest des Baums wurde nie aufgelöst.

36 weitere aufgelöste Pakete werden hier nicht gezeichnet (Anzeigegrenze: 24). Jede Abhängigkeit mit einem Sicherheitshinweis wird unabhängig von der Grenze gezeichnet. Vollständiges Inventar (CycloneDX-SBOM)

Deklariert, aber nicht aufgelöst

55 deklarierte Abhängigkeiten sind nie im Baum gelandet. Sie fehlen in Forges Auflösung, nicht im Paket.

+43 weitere nicht aufgeführt. Die Zählungen nach Grund oben erfassen sie alle.

Nicht verfolgt: peerDependencies. Dieser Baum erfasst nur Laufzeitabhängigkeiten; was jene mitbringen, wurde nie aufgelöst.