← featurejet.com

INDIVIDUAL MCP TOOL

publish_board

Publish a board so it is live at its public URL.

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 publish_board and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a write-action term.
  • A tool name or description suggests retrieving external content.

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.
  • 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.
  • update_post — Update mutable post fields; null queue_rank explicitly un-ranks.