flurryport

MCPcomunidad
v0.6.7UnknownMITActualizado hace 1 dnpmGitHub

FlurryPORT CLI - forward webhook captures to your local machine

Funciona en
ClaudeCursorCopilotGemini

Inferido de los transportes que declara este listado (stdio). Que un cliente no aparezca aquí no significa que se haya descartado: simplemente Forge no puede confirmarlo.

Indexado automáticamente desde fuentes públicas. Aún sin verificar por su desarrollador en Forge.Reclamar este listado →
706Descargas/sem.
hace 1 dÚltima actualización
Paquete
AutorUnknown
LicenciaMIT
Versión0.6.7
Fuentenpm+mcp-registry
Estado de confianza
B
60/100Bueno
Listado en el índice de Forge+10/10
Identidad del publicador verificada+0/20
Publicador: ejecuta `forge publish` desde el repo del paquete para reclamar la propiedad
Firma de publicación Ed25519+0/5
Se incluye automáticamente cuando el publicador ejecuta `forge publish`
Verificación de dominio+0/5
Publicador: aloja /.well-known/forge.json en la página del paquete con { "publisher": "<github-login>" }
npm Trusted Publishing (Sigstore)+0/5
Publica desde GitHub Actions con --provenance para que la attestation vincule este paquete a este repo
Coincidencia de maintainer en npm+0/5
Se consigue cuando tu identidad esté verificada arriba y ese login sea maintainer de este paquete en npm
Análisis CVE · limpio+30/30
Análisis estático · limpio+20/20
Pégalo en Claude Code, Cursor o cualquier asistente de IA para corregir todas las carencias
EstadoIndexado por la comunidad
PublicadorSin verificar
FirmaSin firmar
Dominio
Procedencia
Dependencias✓ 60 resueltas+ · ninguna vulnerable
Superficie de herramientas40 herramientas · 2 privilegiadas
Análisis de seguridad✓ Limpiov0.6.7 · hace 1 d¿Qué tan bien funciona este análisis?
EvaluacionesNinguna
Indexado1 sept 2026

La verificación confirma la identidad del publicador (la propiedad del repo), no la seguridad del código. El análisis de seguridad cubre los CVE conocidos y los scripts de instalación sospechosos.

Herramientas

40 herramientas · 2 privilegiadas
Extraído estáticamente del paquete publicadov0.6.7 · 1d ago

Leído del código que npm publica realmente, en el momento del análisis. El paquete nunca se ejecutó. Las herramientas registradas dinámicamente en tiempo de ejecución, o escondidas en código empaquetado o minificado, pueden pasarse por alto — así que esto es un mínimo de la superficie de herramientas, no un censo completo.

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

No se publicó ningún esquema de entrada para esta herramienta.

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

No se publicó ningún esquema de entrada para esta herramienta.

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,

No se publicó ningún esquema de entrada para esta herramienta.

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,

No se publicó ningún esquema de entrada para esta herramienta.

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

No se publicó ningún esquema de entrada para esta herramienta.

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).

No se publicó ningún esquema de entrada para esta herramienta.

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

No se publicó ningún esquema de entrada para esta herramienta.

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

No se publicó ningún esquema de entrada para esta herramienta.

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

No se publicó ningún esquema de entrada para esta herramienta.

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

No se publicó ningún esquema de entrada para esta herramienta.

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

No se publicó ningún esquema de entrada para esta herramienta.

remove_from_collectionprivilegiadaTake 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

No se publicó ningún esquema de entrada para esta herramienta.

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

No se publicó ningún esquema de entrada para esta herramienta.

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

No se publicó ningún esquema de entrada para esta herramienta.

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

No se publicó ningún esquema de entrada para esta herramienta.

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

No se publicó ningún esquema de entrada para esta herramienta.

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

No se publicó ningún esquema de entrada para esta herramienta.

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

No se publicó ningún esquema de entrada para esta herramienta.

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

No se publicó ningún esquema de entrada para esta herramienta.

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

No se publicó ningún esquema de entrada para esta herramienta.

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.

No se publicó ningún esquema de entrada para esta herramienta.

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

No se publicó ningún esquema de entrada para esta herramienta.

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

No se publicó ningún esquema de entrada para esta herramienta.

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

No se publicó ningún esquema de entrada para esta herramienta.

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.

No se publicó ningún esquema de entrada para esta herramienta.

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.

No se publicó ningún esquema de entrada para esta herramienta.

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,

No se publicó ningún esquema de entrada para esta herramienta.

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

No se publicó ningún esquema de entrada para esta herramienta.

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

No se publicó ningún esquema de entrada para esta herramienta.

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

No se publicó ningún esquema de entrada para esta herramienta.

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

No se publicó ningún esquema de entrada para esta herramienta.

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

No se publicó ningún esquema de entrada para esta herramienta.

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

No se publicó ningún esquema de entrada para esta herramienta.

record_recipe_installprivilegiadaFile 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

No se publicó ningún esquema de entrada para esta herramienta.

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

No se publicó ningún esquema de entrada para esta herramienta.

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

No se publicó ningún esquema de entrada para esta herramienta.

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

No se publicó ningún esquema de entrada para esta herramienta.

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),

No se publicó ningún esquema de entrada para esta herramienta.

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

No se publicó ningún esquema de entrada para esta herramienta.

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

No se publicó ningún esquema de entrada para esta herramienta.

40 de 40 herramientas publicaron una descripción.

Los nombres y descripciones de las herramientas los escribe el publicador y se muestran literalmente como texto inerte. Son las cadenas que un cliente MCP pasa al modelo, así que Forge las analiza en busca de patrones de inyección de prompts — cualquier hallazgo aparece junto al análisis de seguridad de arriba. «Privilegiada» es una coincidencia de palabra clave en el nombre de la herramienta, no una auditoría de lo que hace: un nombre inofensivo puede hacer cualquier cosa.

Acerca de

FlurryPORT CLI - forward webhook captures to your local machine

Palabras clave
webhookcapturereplaycliflurryport
Alternativas
Comparando superficies de herramientas…

Árbol de dependencias

Lo que un análisis de Forge resolvió a partir de los metadatos de npm el 2026-09-01: resolución observada, no una declaración del publicador.

60 paquetes resueltos · 4 directos · ninguno con avisos de seguridad La resolución se detiene en la profundidad 4 y en 60 paquetes.

El rastreo se detuvo en el límite de profundidad 4. Nada por debajo de ese nivel llegó a resolverse.

El rastreo se detuvo en el límite de 60 paquetes. El resto del árbol nunca se resolvió.

Hay 36 paquetes resueltos más que no se dibujan aquí (límite de visualización: 24). Toda dependencia con avisos de seguridad se dibuja aunque se supere el límite. Inventario completo (SBOM CycloneDX)

Declaradas pero no resueltas

55 dependencias declaradas nunca llegaron al árbol. Faltan en la resolución de Forge, no en el paquete.

+43 más sin listar. Los recuentos por motivo de arriba las incluyen todas.

No se siguen: peerDependencies. Este árbol cubre solo dependencias en tiempo de ejecución, así que lo que estas arrastren nunca se resolvió.