# FeatureJet MCP server

Agent View of the PolicyLayer registry record for FeatureJet: identity, probed posture, risk grade, and all 22 tools classified. HTML page: https://policylayer.com/tools/com-featurejet-feedback-board

## Facts

- Server id: `https://mcp.featurejet.com/mcp`
- Homepage: https://github.com/https://mcp.featurejet.com/mcp
- Registry record: grade F, identity unverified
- Lifecycle: active
- Auth posture: open
- Rate-limited: no
- Tools: 22 (19 with introspected schema)
- Tool categories present: Destructive, Read, Write
- Context-window cost: 2304 tokens per request — https://policylayer.com/token-cost/com-featurejet-feedback-board
- Tags: com featurejet feedback board, admin
- Record last modified: 2026-08-05T09:43:22.454Z

## Tools (22)

| Tool | Category | Risk | Record |
| --- | --- | --- | --- |
| `delete_post` | Destructive | Critical | https://policylayer.com/tools/com-featurejet-feedback-board/delete-post.md |
| `get_analytics` | Read | Low | https://policylayer.com/tools/com-featurejet-feedback-board/get-analytics.md |
| `get_board` | Read | Low | https://policylayer.com/tools/com-featurejet-feedback-board/get-board.md |
| `get_changelog` | Read | Low | https://policylayer.com/tools/com-featurejet-feedback-board/get-changelog.md |
| `get_post` | Read | Low | https://policylayer.com/tools/com-featurejet-feedback-board/get-post.md |
| `get_queue` | Read | Low | https://policylayer.com/tools/com-featurejet-feedback-board/get-queue.md |
| `list_boards` | Read | Low | https://policylayer.com/tools/com-featurejet-feedback-board/list-boards.md |
| `list_comments` | Read | Low | https://policylayer.com/tools/com-featurejet-feedback-board/list-comments.md |
| `list_posts` | Read | Low | https://policylayer.com/tools/com-featurejet-feedback-board/list-posts.md |
| `list_votes` | Read | Low | https://policylayer.com/tools/com-featurejet-feedback-board/list-votes.md |
| `ping` | Read | Low | https://policylayer.com/tools/com-featurejet-feedback-board/ping.md |
| `whoami` | Read | Low | https://policylayer.com/tools/com-featurejet-feedback-board/whoami.md |
| `add_evidence` | Write | Medium | https://policylayer.com/tools/com-featurejet-feedback-board/add-evidence.md |
| `claim_post` | Write | Medium | https://policylayer.com/tools/com-featurejet-feedback-board/claim-post.md |
| `create_board` | Write | Medium | https://policylayer.com/tools/com-featurejet-feedback-board/create-board.md |
| `create_comment` | Write | Medium | https://policylayer.com/tools/com-featurejet-feedback-board/create-comment.md |
| `create_post` | Write | Medium | https://policylayer.com/tools/com-featurejet-feedback-board/create-post.md |
| `propose_status` | Write | Medium | https://policylayer.com/tools/com-featurejet-feedback-board/propose-status.md |
| `publish_board` | Write | Medium | https://policylayer.com/tools/com-featurejet-feedback-board/publish-board.md |
| `release_post` | Write | Medium | https://policylayer.com/tools/com-featurejet-feedback-board/release-post.md |
| `unpublish_board` | Write | Medium | https://policylayer.com/tools/com-featurejet-feedback-board/unpublish-board.md |
| `update_post` | Write | Medium | https://policylayer.com/tools/com-featurejet-feedback-board/update-post.md |

## Tool descriptions

- `delete_post` — Delete a post by hiding it through the developer API.
- `get_analytics` — Get read-only analytics for a board.
- `get_board` — Get one board by slug.
- `get_changelog` — List shipped posts for a board.
- `get_post` — Get one post by board slug and post id.
- `get_queue` — 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_boards` — List boards available to the caller's FeatureJet API key.
- `list_comments` — List comments for a post.
- `list_posts` — List posts for a board, optionally filtered by status, search, or tag.
- `list_votes` — List vote metadata for a post.
- `ping` — Check MCP and FeatureJet API reachability for the caller's key.
- `whoami` — Confirm the caller's API key by listing accessible boards.
- `add_evidence` — 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_post` — 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_board` — 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 of…
- `create_comment` — Comment on a post as the board team, optionally replying to a comment.
- `create_post` — Create a post on a board.
- `propose_status` — 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|pl…
- `publish_board` — 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 th…
- `release_post` — Release a post's claim so other agents can pick it up.
- `unpublish_board` — Return a board to draft so its public URL stops serving it. Nothing is deleted; publish it again to bring it back.
- `update_post` — Update mutable post fields; null queue_rank explicitly un-ranks.

## Related servers

- UnClick (1662 tools) — https://policylayer.com/tools/io-github-malamutemayhem-unclick-mcp-server.md
- Delx Protocol — Agent Recovery & Continuity (1076 tools) — https://policylayer.com/tools/io-github-davidmosiah-delx-protocol.md
- Delx Mcp A2a (1068 tools) — https://policylayer.com/tools/io-github-davidmosiah-delx-mcp-a2a.md
- MCP Framework Personal (912 tools) — https://policylayer.com/tools/inggerman-mcps.md
- Nodebench (824 tools) — https://policylayer.com/tools/io-github-homenshum-nodebench.md
- Delx MCP Server (740 tools) — https://policylayer.com/tools/io-github-davidmosiah-delx-mcp-server.md
- Binance MCP Server (734 tools) — https://policylayer.com/tools/nirholas-binance-mcp.md
- Eda Agent (726 tools) — https://policylayer.com/tools/eda-agent.md

## For agents

This record is a snapshot. Live verdicts and the full registry:

- Check every server in your MCP config at once: `npx -y policylayer stack`
- Vet a server before you add it: install the mcp-precheck skill — `npx skills add https://policylayer.com` (skill text: https://policylayer.com/skill.md)
- Query the registry over MCP: endpoint `https://api.policylayer.com/mcp` — tools `check_mcp_server`, `check_mcp_stack`, `check_tool`, `search_registry`, `get_change_events`

---

Source: the PolicyLayer MCP registry — one continuously verified record per MCP server. Full record: https://policylayer.com/registry?q=com-featurejet-feedback-board · API: https://policylayer.com/registry/api · Recommended policies for every tool: https://policylayer.com/policies/com-featurejet-feedback-board
