com.featurejet/feedback-board

MCPcomunidaden línea
v1.0.0com.featurejetUnknownActualizado hace 2 m

The feedback board your AI agents work from: users vote, agents build over MCP. 22 tools.

Estado del endpointen línea
comprobado hace 8 días · 205 ms
100 % de las últimas 4 comprobaciones llegaron a este endpoint
Funciona en
ClaudeCursorCopilotChatGPTGemini

Inferido de los transportes que declara este listado (streamable-http). 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 →
hace 2 mÚltima actualización
Paquete
Autorcom.featurejet
LicenciaUnknown
Versión1.0.0
Fuentemcp-registry
Estado de confianza
B
60/100Bueno
Listado en el índice de Forge+10/10
Identidad del publicador verificada+0/30
Publicador: este listado no tiene ningún repositorio registrado, así que `forge publish` no puede verificar la propiedad de forma automática. Usa «Reclamar este listado» arriba — en Forge lo revisamos a mano.
Verificación de dominio+0/10
Ahora mismo no está disponible para este tipo de listado: hoy la comprobación de dominio solo se ejecuta para paquetes publicados en npm, así que esta fila todavía no se puede conseguir aquí, sea lo que sea lo que haya alojado en el dominio.
Análisis de inyección de prompts · limpio+30/30
Análisis de ofuscación / exfiltración · limpio+20/20
EstadoIndexado por la comunidad
PublicadorSin verificar
FirmaSin firmar
Dominio
Procedencia
DependenciasSin auditar
Superficie de herramientas22 herramientas · 1 privilegiadas
Análisis de seguridad✓ Limpiovlive · hace 8 d¿Qué tan bien funciona este análisis?
EvaluacionesNinguna
Indexado21 jul 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

22 herramientas · 1 privilegiadas
Observado en vivo desde el endpoint del proveedor8d ago

Leído de un handshake MCP real initialize → tools/list contra el endpoint declarado. No se invocó ninguna herramienta: tools/list es la llamada de introspección de solo lectura que el protocolo define para esto. Refleja lo que el servidor anunciaba en ese momento; un endpoint alojado no está fijado a ninguna versión y puede cambiar sin avisar.

  • https://mcp.featurejet.com/mcp22 herramientas · 205 ms
list_boardsList boards available to the caller's FeatureJet API key.

List boards available to the caller's FeatureJet API key.

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

get_boardGet one board by slug.

Get one board by slug.

ParámetroTipoDescripción
slug*string
create_boardCreate a new feedback board, as a DRAFT. `slug` is the board's URL path segment (lowercase, hyphenated, unique); `name` is the display name. The new board's public URL 404s until a human publishes it from the dashboard -- `publish_board` is off by default (403 `publish_disabled`).

Create a new feedback board, as a DRAFT. `slug` is the board's URL path segment (lowercase, hyphenated, unique); `name` is the display name. The new board's public URL 404s until a human publishes it from the dashboard -- `publish_board` is off by default (403 `publish_disabled`).

ParámetroTipoDescripción
name*string
slug*string
description
publish_boardPublish a board so it is live at its public URL. OFF BY DEFAULT. Putting a board on the public internet is a human decision: unless the FeatureJet deployment has opted in, this returns 403 `publish_disabled` and the owner publishes from the dashboard. Where it is enabled it needs a `write` (or…

Publish a board so it is live at its public URL. OFF BY DEFAULT. Putting a board on the public internet is a human decision: unless the FeatureJet deployment has opted in, this returns 403 `publish_disabled` and the owner publishes from the dashboard. Where it is enabled it needs a `write` (or…

ParámetroTipoDescripción
slug*string
unpublish_boardReturn a board to draft so its public URL stops serving it. Nothing is deleted; publish it again to bring it back.

Return a board to draft so its public URL stops serving it. Nothing is deleted; publish it again to bring it back.

ParámetroTipoDescripción
slug*string
list_postsList posts for a board, optionally filtered by status, search, or tag.

List posts for a board, optionally filtered by status, search, or tag.

ParámetroTipoDescripción
slug*string
status
q
tag
limit
offset
get_postGet one post by board slug and post id.

Get one post by board slug and post id.

ParámetroTipoDescripción
slug*string
post_id*integer
create_postCreate a post on a board.

Create a post on a board.

ParámetroTipoDescripción
slug*string
title*string
body
status
tags
update_postUpdate mutable post fields; null queue_rank explicitly un-ranks.

Update mutable post fields; null queue_rank explicitly un-ranks.

ParámetroTipoDescripción
slug*string
post_id*integer
title
body
status
tags
pinned
queue_rank
delete_postprivilegiadaDelete a post by hiding it through the developer API.

Delete a post by hiding it through the developer API.

ParámetroTipoDescripción
slug*string
post_id*integer
list_votesList vote metadata for a post.

List vote metadata for a post.

ParámetroTipoDescripción
slug*string
post_id*integer
list_commentsList comments for a post.

List comments for a post.

ParámetroTipoDescripción
slug*string
post_id*integer
create_commentComment on a post as the board team, optionally replying to a comment.

Comment on a post as the board team, optionally replying to a comment.

ParámetroTipoDescripción
slug*string
post_id*integer
body*string
parent_comment_id
get_queueTop UNCLAIMED posts in the owner's curated build order. Owner-ranked posts (queue_rank, lower = sooner) come first, then unranked planned posts by votes. Call this to find the next thing to build, then claim_post before starting work.

Top UNCLAIMED posts in the owner's curated build order. Owner-ranked posts (queue_rank, lower = sooner) come first, then unranked planned posts by votes. Call this to find the next thing to build, then claim_post before starting work.

ParámetroTipoDescripción
slug*string
limit
claim_postAtomically claim a post before working on it (double-work guard). ttl_seconds defaults to 3600 (max 86400); re-claiming with the same key extends the lease. Returns 409 if another key holds a live claim.

Atomically claim a post before working on it (double-work guard). ttl_seconds defaults to 3600 (max 86400); re-claiming with the same key extends the lease. Returns 409 if another key holds a live claim.

ParámetroTipoDescripción
slug*string
post_id*integer
ttl_seconds
agent_label
release_postRelease a post's claim so other agents can pick it up.

Release a post's claim so other agents can pick it up.

ParámetroTipoDescripción
slug*string
post_id*integer
add_evidenceAttach implementation evidence to a post (shown publicly). kind is one of branch|commit|pr|transcript|url; ref is the branch name, commit sha, or URL. Voters see these in the post page's "Implementation" section.

Attach implementation evidence to a post (shown publicly). kind is one of branch|commit|pr|transcript|url; ref is the branch name, commit sha, or URL. Voters see these in the post page's "Implementation" section.

ParámetroTipoDescripción
slug*string
post_id*integer
kind*string
ref*string
label
action_key
propose_statusPropose a status change for the board owner to confirm. The agent-honest way to mark work done: nothing changes on the public board and no voter is notified until a human confirms the proposal from the dashboard. status is one of open|planned|in_progress|shipped|declined; a new proposal replac…

Propose a status change for the board owner to confirm. The agent-honest way to mark work done: nothing changes on the public board and no voter is notified until a human confirms the proposal from the dashboard. status is one of open|planned|in_progress|shipped|declined; a new proposal replac…

ParámetroTipoDescripción
slug*string
post_id*integer
status*string
note
action_key
get_changelogList shipped posts for a board.

List shipped posts for a board.

ParámetroTipoDescripción
slug*string
get_analyticsGet read-only analytics for a board.

Get read-only analytics for a board.

ParámetroTipoDescripción
slug*string
period
whoamiConfirm the caller's API key by listing accessible boards.

Confirm the caller's API key by listing accessible boards.

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

pingCheck MCP and FeatureJet API reachability for the caller's key.

Check MCP and FeatureJet API reachability for the caller's key.

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

22 de 22 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

The feedback board your AI agents work from: users vote, agents build over MCP. 22 tools.

Palabras clave
mcp
Alternativas
Comparando superficies de herramientas…

Sin cobertura de dependencias

Esta entrada no publica ningún paquete de npm, así que Forge no tiene un árbol de dependencias para ella. Es una carencia de cobertura, no una afirmación de que no tenga dependencias.