← featurejet.com

INDIVIDUAL MCP TOOL

propose_status

Propose a status change for the board owner to confirm.

featurejet.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.featurejet.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for propose_status and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

featurejet.com

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.featurejet-mcp]
url = "https://mcp.featurejet.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "featurejet-mcp": {
      "type": "http",
      "url": "https://mcp.featurejet.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: featurejet-mcp
Remote MCP URL: https://mcp.featurejet.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "featurejet-mcp": {
      "url": "https://mcp.featurejet.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "featurejet-mcp": {
      "type": "http",
      "url": "https://mcp.featurejet.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "featurejet-mcp",
  "transport": "streamable-http",
  "url": "https://mcp.featurejet.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • list_boards — List boards available to the caller's FeatureJet API key.
  • get_board — Get one board by slug.
  • create_board — Create a new feedback board, as a DRAFT.
  • publish_board — Publish a board so it is live at its public URL.
  • unpublish_board — Return a board to draft so its public URL stops serving it.
  • list_posts — List posts for a board, optionally filtered by status, search, or tag.
  • get_post — Get one post by board slug and post id.
  • create_post — Create a post on a board.