# VibeHacker (remote · vibehacker.com)

Product Hunt for AI tools. Search, submit, upvote from Claude Code or Cursor.

- Trust score: 74/100 (medium)
- Change this week: 0
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-09-20

## Components

- remote · `vibehacker.com`: 74/100 (this document), [markdown](https://verifymcp.io/servers/vibe-hacker-vibehacker/api-mcp.md), [page](https://verifymcp.io/servers/vibe-hacker-vibehacker/api-mcp)

## Channel facts

- Endpoint: `https://vibehacker.com/api/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.0.0`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-09-20.

- **Endpoint Security**: 80/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - No authorisation is required to call this server. Every tool declares its destructiveHint and none is destructive, so open access doesn't expose one.
  - HTTPS is enforced; there's no plaintext access path.
  - The HSTS (Strict-Transport-Security) header is present.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 84/100
  - 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 357 tokens (~44/item across 8 items; 7 tools + 1 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 0/100
  - Stability check failed: schema churn in the 16 days we've observed: 5 tool removals, 0 breaking changes, 0 auth/transport breaks, 5 additions.
- **Tool Coverage**: 87/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 60% of tool parameters carry a description.
- **Tool Safety**: 100/100
  - No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.
  - We read all 7 captured tool definition(s), and no name or description among them implies an irreversible operation.
  - An AI judge read all 9 captured unit(s) of tool text and found none that tries to manipulate the model reading it.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### How do I install the VibeHacker MCP server?

VibeHacker is a hosted endpoint at https://vibehacker.com/api/mcp, so there is nothing to install locally. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

### Claude

```bash
claude mcp add --transport http vibe-hacker-vibehacker 'https://vibehacker.com/api/mcp'
```

### Cursor

```json
{
  "mcpServers": {
    "vibe-hacker-vibehacker": {
      "url": "https://vibehacker.com/api/mcp"
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "vibe-hacker-vibehacker": {
      "type": "http",
      "url": "https://vibehacker.com/api/mcp"
    }
  }
}
```

### Codex

```toml
[mcp_servers.vibe-hacker-vibehacker]
url = "https://vibehacker.com/api/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "vibe-hacker-vibehacker": {
      "type": "remote",
      "url": "https://vibehacker.com/api/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add vibe-hacker-vibehacker --url 'https://vibehacker.com/api/mcp' --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  vibe-hacker-vibehacker:
    url: "https://vibehacker.com/api/mcp"
```

### Netclaw

```json
{
  "McpServers": {
    "vibe-hacker-vibehacker": {
      "Transport": "http",
      "Url": "https://vibehacker.com/api/mcp"
    }
  }
}
```

### Vellum

```bash
assistant mcp add vibe-hacker-vibehacker -t streamable-http -u 'https://vibehacker.com/api/mcp'
```

### Other

```json
{
  "mcpServers": {
    "vibe-hacker-vibehacker": {
      "type": "http",
      "url": "https://vibehacker.com/api/mcp"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-09-12 (score 74, 0)

- [security] Tool “search_products” rewrote its description, which is the text the model reads
- [security] Tool “submit_product” rewrote its description, which is the text the model reads
- [functional regression] Schema quality: 40 → 44
- [cosmetic] “search_products” added an optional parameter “type”

### 2026-09-07 (score 74, −1)

- [security regression] Stability: 0.07 → fail
- [security regression] A breaking change shipped without a version bump: still 1.0.0
- [security regression] Tool “get_tool” was removed
- [security regression] Tool “preview_tool” was removed
- [security regression] Tool “search_tools” was removed
- [security regression] Tool “submit_tool” was removed
- [security regression] Tool “upvote_tool” was removed
- [security] The server rewrote its instructions, which are the text every model session reads
- [security] Tool “list_categories” rewrote its description, which is the text the model reads
- [security] Tool “my_submissions” rewrote its description, which is the text the model reads
- [functional] New tool “get_product”
- [functional] New tool “preview_product”
- [functional] New tool “search_products”
- [functional] New tool “submit_product”
- [functional] New tool “upvote_product”

### 2026-09-06 (score 75, +1)

No change was recorded against any check on this day. Stability & Change Management went from 3 to 7. That category is still filling its 30-day observation window: 1 days of observed history at the previous scan, 2 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-05 (score 74, 0)

- [functional improvement] Stability: unverified → 0.03

### 2026-09-04 (score 74)

First indexed and scored.

## MCP tools (7)

### `submit_product` (~114 tokens)

Submit a product

Submit a website to VibeHacker. Reads the site, drafts the listing, detects whether it is a product or an agent skill, and files it for review. Requires a token. If the website was already submitted, returns the existing listing instead of creating a duplicate.

Input parameters:

- `maker` (boolean): Set true if you built this product. Default true.
- `note` (string): Optional note for the reviewer (not published).
- `url` (string, required): The product's website, e.g. https://example.com

### `preview_product` (~29 tokens)

Preview a listing

Draft a listing for a website without submitting it. Requires a token.

Input parameters:

- `url` (string, required)

### `my_submissions` (~23 tokens)

My submissions

List the products you submitted and their review status. Requires a token.

### `upvote_product` (~37 tokens)

Upvote a tool

Toggle your upvote on a product. Requires a token.

Input parameters:

- `slug` (string, required): Tool slug, e.g. claude-code

### `search_products` (~67 tokens)

Search tools

Search published products and agent skills by name, tagline, or maker.

Input parameters:

- `category` (string): Category slug from list_categories.
- `limit` (integer)
- `query` (string, required)
- `type` (string): "product", "skill", or "any" (default).

### `get_product` (~21 tokens)

Get a tool

Get one product by slug.

Input parameters:

- `slug` (string, required)

### `list_categories` (~14 tokens)

List categories

List categories with product counts.

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/vibe-hacker-vibehacker/api-mcp#diagnostics

## Score history

- 2026-09-20: 74
- 2026-09-19: 74
- 2026-09-18: 74
- 2026-09-17: 74
- 2026-09-16: 74
- 2026-09-15: 74
- 2026-09-14: 74
- 2026-09-13: 74
- 2026-09-12: 74
- 2026-09-11: 74
- 2026-09-10: 74
- 2026-09-09: 74
- 2026-09-08: 74
- 2026-09-07: 74
- 2026-09-06: 75
- 2026-09-05: 74
- 2026-09-04: 74

## Common questions

### What is the VibeHacker MCP server?

VibeHacker is an MCP server listed in the public MCP registry as io.github.vibe-hacker/vibehacker. Product Hunt for AI tools. Search, submit, upvote from Claude Code or Cursor. This page covers its hosted endpoint (https://vibehacker.com/api/mcp).

### Is the VibeHacker MCP server safe to use?

VibeHacker scores 74 out of 100 on VerifyMCP. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

### What tools does the VibeHacker MCP server expose?

VibeHacker exposes 7 tools: submit_product, preview_product, my_submissions, upvote_product, search_products, and 2 more. Their descriptions and schemas cost roughly 305 tokens of context every time the server is loaded.

### Does the VibeHacker MCP server require authentication?

No. We connected to VibeHacker without credentials and it answered, so anything it exposes is reachable by anyone who knows the address.

### Is the VibeHacker MCP server still maintained?

VibeHacker is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

## Links

- Remote endpoint: https://vibehacker.com/api/mcp
- Repository: https://github.com/vibe-hacker/vibehacker
- Website: https://vibehacker.com/
- Changelog RSS feed: https://verifymcp.io/servers/vibe-hacker-vibehacker/api-mcp.xml
- Changelog JSON feed: https://verifymcp.io/servers/vibe-hacker-vibehacker/api-mcp.json
- HTML version of this page: https://verifymcp.io/servers/vibe-hacker-vibehacker/api-mcp
