com.featurejet/feedback-board

MCPcommunautéen ligne
v1.0.0com.featurejetUnknownMis à jour il y a 2 mois

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

État de l’endpointen ligne
vérifié il y a 8 jours · 205 ms
100 % des dernières 4 vérifications ont atteint cet endpoint
Fonctionne dans
ClaudeCursorCopilotChatGPTGemini

Déduit des transports déclarés par cette annonce (streamable-http). Un client absent de cette liste n’est pas écarté pour autant — c’est simplement quelque chose que Forge ne peut pas confirmer.

Indexé automatiquement depuis des sources publiques. Pas encore vérifié par son développeur sur Forge.Revendiquer cette annonce →
il y a 2 moisDernière mise à jour
Paquet
Auteurcom.featurejet
LicenceUnknown
Version1.0.0
Sourcemcp-registry
Statut de confiance
B
60/100Bon
Listé dans l’index Forge+10/10
Identité de l’éditeur vérifiée+0/30
Éditeur : aucune référence de dépôt n’est enregistrée pour cette annonce, `forge publish` ne peut donc pas vérifier la propriété automatiquement. Utilisez « Revendiquer cette annonce » ci-dessus — Forge les examine à la main.
Vérification de domaine+0/10
Actuellement indisponible pour ce type d’annonce — la vérification de domaine ne s’exécute aujourd’hui que pour les paquets adossés à npm, cette ligne ne peut donc pas encore être obtenue ici, quel que soit le contenu hébergé sur le domaine.
Analyse d’injection de prompt · propre+30/30
Analyse d’obfuscation / exfiltration · propre+20/20
StatutIndexé par la communauté
ÉditeurNon vérifié
SignatureNon signé
Domaine
Provenance
DépendancesNon audité
Surface d’outils22 outils · 1 privilégiés
Analyse de sécurité✓ Proprevlive · il y a 8 jQuelle est l’efficacité de cette analyse ?
ÉvaluationsAucune
Indexé21 juil. 2026

La vérification confirme l’identité de l’éditeur (la propriété du dépôt), pas la sûreté du code. L’analyse de sécurité couvre les CVE connues et les scripts d’installation suspects.

Outils

22 outils · 1 privilégiés
Observé en direct depuis l’endpoint du fournisseur8d ago

Lu depuis un véritable échange MCP initialize → tools/list contre l’endpoint déclaré. Aucun outil n’a été invoqué — tools/list est l’appel d’introspection en lecture seule que le protocole prévoit pour cela. Cela reflète ce que le serveur annonçait à cet instant ; un endpoint hébergé n’est figé sur aucune version et peut changer sans préavis.

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

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

Aucun schéma d’entrée n’a été publié pour cet outil.

get_boardGet one board by slug.

Get one board by slug.

ParamètreTypeDescription
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`).

ParamètreTypeDescription
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…

ParamètreTypeDescription
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.

ParamètreTypeDescription
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.

ParamètreTypeDescription
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.

ParamètreTypeDescription
slug*string
post_id*integer
create_postCreate a post on a board.

Create a post on a board.

ParamètreTypeDescription
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.

ParamètreTypeDescription
slug*string
post_id*integer
title
body
status
tags
pinned
queue_rank
delete_postprivilégiéDelete a post by hiding it through the developer API.

Delete a post by hiding it through the developer API.

ParamètreTypeDescription
slug*string
post_id*integer
list_votesList vote metadata for a post.

List vote metadata for a post.

ParamètreTypeDescription
slug*string
post_id*integer
list_commentsList comments for a post.

List comments for a post.

ParamètreTypeDescription
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.

ParamètreTypeDescription
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.

ParamètreTypeDescription
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.

ParamètreTypeDescription
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.

ParamètreTypeDescription
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.

ParamètreTypeDescription
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…

ParamètreTypeDescription
slug*string
post_id*integer
status*string
note
action_key
get_changelogList shipped posts for a board.

List shipped posts for a board.

ParamètreTypeDescription
slug*string
get_analyticsGet read-only analytics for a board.

Get read-only analytics for a board.

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

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

Aucun schéma d’entrée n’a été publié pour cet outil.

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

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

Aucun schéma d’entrée n’a été publié pour cet outil.

22 outils sur 22 ont publié une description.

Les noms et descriptions d’outils sont écrits par l’éditeur et affichés tels quels, comme du texte inerte. Ce sont les chaînes qu’un client MCP transmet à un modèle, alors Forge y recherche des motifs d’injection de prompt — tout constat apparaît avec l’analyse de sécurité ci-dessus. « Privilégié » est une correspondance de mot-clé sur le nom de l’outil, pas un audit de ce qu’il fait : un nom anodin peut tout de même tout faire.

À propos

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

Mots-clés
mcp
Alternatives
Comparaison des surfaces d’outils…

Aucune couverture des dépendances

Cette entrée ne publie aucun paquet npm : Forge n'a donc pas d'arbre de dépendances pour elle. C'est une lacune de couverture — pas une affirmation qu'elle n'a aucune dépendance.