# org.wikiprompt/mcp (remote · mcp.wikiprompt.org)

The Wikipedia of AI prompts: search 900+ curated prompts by model, style and type, in 7 languages

- Trust score: 64/100 (medium)
- Change this week: +6
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- remote · `mcp.wikiprompt.org`: 64/100 (this document), [markdown](https://verifymcp.io/servers/org-wikiprompt-mcp/mcp.md), [page](https://verifymcp.io/servers/org-wikiprompt-mcp/mcp)

## Channel facts

- Endpoint: `https://mcp.wikiprompt.org/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-08-03.

- **Endpoint Security**: 63/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation not fully verified: no authorisation is required to call this server, and 12 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe.
  - 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**: 58/100
  - 33% 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 819 tokens (~58/item across 14 items; 12 tools + 2 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 79/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 37% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http org-wikiprompt-mcp https://mcp.wikiprompt.org/mcp
```

### Codex

```toml
[mcp_servers.org-wikiprompt-mcp]
url = "https://mcp.wikiprompt.org/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "org-wikiprompt-mcp": {
      "type": "remote",
      "url": "https://mcp.wikiprompt.org/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add org-wikiprompt-mcp --url https://mcp.wikiprompt.org/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  org-wikiprompt-mcp:
    url: "https://mcp.wikiprompt.org/mcp"
```

### Other

```json
{
  "mcpServers": {
    "org-wikiprompt-mcp": {
      "type": "http",
      "url": "https://mcp.wikiprompt.org/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-08-03 (score 64, +1)

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

### 2026-08-01 (score 63, +1)

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

### 2026-07-31 (score 62, +2)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 60, +1)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-28 (score 59, +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-07-27 (score 58, +1)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-26 (score 57)

First indexed and scored.

## MCP tools (12)

### `search_prompts` (~217 tokens)

Search the Wikiprompt catalog of 900+ curated AI prompts. All filters combine. Returns compact rows with the canonical URL; call get_prompt with a slug for the full prompt text.

Input parameters:

- `category` (string)
- `featured` (boolean): Editor-featured prompts only
- `limit` (integer)
- `media` (string): Output type; "visual" = image or video
- `min_rating` (integer): Minimum average result-quality rating (1-5)
- `model` (string): AI model/tool, e.g. "GPT Image 2", "Seedance 2.0", "ChatGPT", "Claude" (see list_facets for values)
- `offset` (integer)
- `prompt_type` (string)
- `query` (string): Full-text query (typo-tolerant). Omit to browse by filters only.
- `sort` (string)
- `style` (string): Visual style label, e.g. "cinematic" (see list_facets)

### `get_prompt` (~79 tokens)

Fetch one prompt in full by slug (or UUID): complete prompt text, structured metadata (model, prompt type, style, quality assessment), author, media and source attribution. Optional locale (es, pt, fr, zh, de, ja) returns the translated version.

Input parameters:

- `locale` (string)
- `slug_or_id` (string, required)

### `list_categories` (~20 tokens)

List the 9 Wikiprompt categories with live prompt counts.

### `list_facets` (~37 tokens)

List the searchable facet values with counts: AI models/tools, visual styles, and prompt types. Use these values in search_prompts filters.

### `get_featured` (~29 tokens)

Get the editor-featured prompts (the best of the catalog).

Input parameters:

- `limit` (integer)

### `get_trending` (~35 tokens)

Get prompts trending right now (1000+ views in the last 7 days). May be empty when nothing crosses the threshold.

### `get_recent` (~34 tokens)

Get the most recently added prompts, optionally filtered by category.

Input parameters:

- `category` (string)
- `limit` (integer)

### `random_prompt` (~28 tokens)

Get one random prompt from the catalog, optionally within a category.

Input parameters:

- `category` (string)

### `get_stats` (~23 tokens)

Get catalog statistics: total prompts, contributors, and the media/type breakdown.

### `get_prompt_translations` (~32 tokens)

List the available translations of a prompt (locale + translated title).

Input parameters:

- `slug_or_id` (string, required)

### `prompts_by_author` (~38 tokens)

List prompts contributed by a specific author handle (as shown on prompt pages).

Input parameters:

- `handle` (string, required)
- `limit` (integer)

### `submit_prompt` (~142 tokens)

Submit a new prompt to Wikiprompt. Requires a wikiprompt API key (create one from your profile at wikiprompt.org). Pass it as the api_key argument or send an Authorization: Bearer header.

Input parameters:

- `api_key` (string): Your wikiprompt API key (or use an Authorization: Bearer header)
- `category` (string)
- `content` (string, required): The prompt text itself
- `description` (string): 1-2 sentences: what it does and which model it targets
- `media_urls` (array): URLs of example results (images/videos)
- `tags` (array)
- `title` (string, required)

## Diagnostics

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

## Score history

- 2026-08-03: 64
- 2026-08-02: 63
- 2026-08-01: 63
- 2026-07-31: 62
- 2026-07-30: 60
- 2026-07-29: 59
- 2026-07-28: 59
- 2026-07-27: 58
- 2026-07-26: 57

## Links

- Remote endpoint: https://mcp.wikiprompt.org/mcp
- Repository: https://github.com/lschiaffino/wikiprompt
- Website: https://mcp.wikiprompt.org/
- Changelog RSS feed: https://verifymcp.io/servers/org-wikiprompt-mcp/mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/org-wikiprompt-mcp/mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/org-wikiprompt-mcp/mcp
