com.featurejet/feedback-board

MCPcommunityattivo
v1.0.0com.featurejetUnknownAggiornato 2 mesi fa

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

Stato dell’endpointattivo
verificato 8 giorni fa · 205 ms
100 % degli ultimi 4 controlli hanno raggiunto questo endpoint
Funziona in
ClaudeCursorCopilotChatGPTGemini

Dedotto dai trasporti dichiarati da questo annuncio (streamable-http). Un client che non compare qui non è escluso — semplicemente Forge non è in grado di confermarlo.

Indicizzato automaticamente da fonti pubbliche. Non ancora verificato dal suo sviluppatore su Forge.Rivendica questo annuncio →
2 mesi faUltimo aggiornamento
Pacchetto
Autorecom.featurejet
LicenzaUnknown
Versione1.0.0
Fontemcp-registry
Stato di fiducia
B
60/100Buono
Presente nell’indice di Forge+10/10
Identità del publisher verificata+0/30
Publisher: per questo annuncio non risulta alcun repository, quindi `forge publish` non può verificare la proprietà automaticamente. Usa «Rivendica questo annuncio» qui sopra — Forge li esamina a mano.
Verifica del dominio+0/10
Al momento non disponibile per questo tipo di annuncio — oggi il controllo del dominio viene eseguito solo per i pacchetti su npm, quindi questa riga non può ancora essere ottenuta qui, indipendentemente da cosa sia ospitato sul dominio.
Analisi prompt injection · pulita+30/30
Analisi offuscamento / esfiltrazione · pulita+20/20
StatoIndicizzato dalla community
PublisherNon verificato
FirmaNon firmato
Dominio
Provenienza
DipendenzeNon verificate
Superficie di strumenti22 strumenti · 1 privilegiati
Analisi di sicurezza✓ Pulitovlive · 8 g faQuanto è efficace questa analisi?
ValutazioniNessuna
Indicizzato21 lug 2026

La verifica conferma l’identità del publisher (la proprietà del repo), non la sicurezza del codice. L’analisi di sicurezza copre i CVE noti e gli script di installazione sospetti.

Strumenti

22 strumenti · 1 privilegiati
Osservato in tempo reale dall’endpoint del fornitore8d ago

Letto da un vero handshake MCP initialize → tools/list verso l’endpoint dichiarato. Nessuno strumento è stato invocato — tools/list è la chiamata di introspezione in sola lettura che il protocollo prevede a questo scopo. Riflette ciò che il server annunciava in quel momento; un endpoint ospitato non è vincolato ad alcuna versione e può cambiare senza preavviso.

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

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

Per questo strumento non è stato pubblicato alcuno schema di input.

get_boardGet one board by slug.

Get one board by slug.

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

ParametroTipoDescrizione
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…

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

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

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

ParametroTipoDescrizione
slug*string
post_id*integer
create_postCreate a post on a board.

Create a post on a board.

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

ParametroTipoDescrizione
slug*string
post_id*integer
title
body
status
tags
pinned
queue_rank
delete_postprivilegiatoDelete a post by hiding it through the developer API.

Delete a post by hiding it through the developer API.

ParametroTipoDescrizione
slug*string
post_id*integer
list_votesList vote metadata for a post.

List vote metadata for a post.

ParametroTipoDescrizione
slug*string
post_id*integer
list_commentsList comments for a post.

List comments for a post.

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

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

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

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

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

ParametroTipoDescrizione
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…

ParametroTipoDescrizione
slug*string
post_id*integer
status*string
note
action_key
get_changelogList shipped posts for a board.

List shipped posts for a board.

ParametroTipoDescrizione
slug*string
get_analyticsGet read-only analytics for a board.

Get read-only analytics for a board.

ParametroTipoDescrizione
slug*string
period
whoamiConfirm the caller's API key by listing accessible boards.

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

Per questo strumento non è stato pubblicato alcuno schema di input.

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

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

Per questo strumento non è stato pubblicato alcuno schema di input.

22 strumenti su 22 hanno pubblicato una descrizione.

I nomi e le descrizioni degli strumenti sono scritti dal publisher e mostrati alla lettera come testo inerte. Sono le stringhe che un client MCP passa a un modello, quindi Forge vi cerca schemi di prompt injection — ogni rilievo compare insieme all’analisi di sicurezza qui sopra. «Privilegiato» è una corrispondenza di parola chiave sul nome dello strumento, non una verifica di ciò che fa: un nome innocuo può comunque fare qualsiasi cosa.

Descrizione

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

Parole chiave
mcp
Alternative
Confronto delle superfici di strumenti…

Nessuna copertura delle dipendenze

Questa voce non pubblica alcun pacchetto npm, quindi Forge non ha un albero delle dipendenze per essa. È una lacuna di copertura, non l'affermazione che non abbia dipendenze.