Mmcp.market

FeatureJet MCP server

by featurejet.com·com.featurejet/feedback-board·v1.0.0

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

C64/100grade C
What users say
No reviews yet
Be the first
Safety scan
C64/100

full report

Adoption
New

Little public usage data yet

Reviews

Write one

Nobody has reviewed FeatureJet yet.

If you have run it, two minutes of your experience saves the next person an afternoon.

FeatureJet tools (22, 9 write)

write = sends, deletes, buys or posts
  • add_evidenceFree

    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.

  • claim_postwrite actionFree

    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.

  • create_boardwrite actionFree

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

  • create_commentwrite actionFree

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

  • create_postwrite actionFree

    Create a post on a board.

  • delete_postwrite actionFree

    Delete a post by hiding it through the developer API.

  • get_analyticsFree

    Get read-only analytics for a board.

  • get_boardFree

    Get one board by slug.

  • get_changelogFree

    List shipped posts for a board.

  • get_postwrite actionFree

    Get one post by board slug and post id.

  • get_queueFree

    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.

  • list_boardsFree

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

  • list_commentsFree

    List comments for a post.

  • list_postsFree

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

  • list_votesFree

    List vote metadata for a post.

  • pingFree

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

  • propose_statusFree

    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 replaces any pending one. Prefer this over update_post's direct status flip.

  • publish_boardwrite actionFree

    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 `admin`) scoped key and an active subscription -- an org without one gets 403 `subscription_required`.

  • release_postwrite actionFree

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

  • unpublish_boardFree

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

  • update_postwrite actionFree

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

  • whoamiFree

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

Public scan report

scanner v0.1.9 · 2026-09-27 · same rubric, same numbers if you re-run it

1 low
  • –Code scanremote-only server, no package to scann/a
  • Live reliabilityremote reachable in 437ms20/20
  • Tool poisoning22 tool descriptions checked15/15
  • Auth qualityAPI key sent as a header8/15
  • Maintenanceno repository listed3/15
  • Maintainer identityno repository or website to verify2/10

Findings (1)

  • lowNo source repository listedmaint.no-repo
Overall 64/100. Components that don't apply are left out of the denominator. Any critical finding is an F.RubricAppeal a findingJSON

Grade history

  • 2026-09-27restoreF → Cscore 64: No source repository listed

Install directly

claude mcp add --transport http feedback-board https://mcp.featurejet.com/mcp
Add to Cursor

FeatureJet: common questions

Is FeatureJet MCP server safe?
With care: it is graded C, so read the findings first (64/100). Read the FeatureJet safety report
How do I install FeatureJet?
It runs remotely at mcp.featurejet.com. Add it to Claude Code, Claude Desktop or Cursor with the snippets above, or call it through the mcp.market gateway without installing anything.
Does FeatureJet need an API key?
Yes. The registry entry asks for Authorization.
Is FeatureJet maintained?
The latest release is v1.0.0.
Is FeatureJet up?
43% of our last 28 checks got an answer. We check remote servers about four times a day.

More from featurejet.com →