# Muralists Directory (remote · mcp.muralists.nl)

Search the curated directory of professional muralists and street artists in the Netherlands.

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

## Components

- remote · `mcp.muralists.nl`: 62/100 (this document), [markdown](https://verifymcp.io/servers/nl-muralists-directory/mcp.md), [page](https://verifymcp.io/servers/nl-muralists-directory/mcp)

## Channel facts

- Endpoint: `https://mcp.muralists.nl/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**: 51/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 4 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 not yet verified: we couldn't determine whether a plaintext access path exists.
  - 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**: 66/100
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 418 tokens (~104/item across 4 items; 4 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 23/100
  - Stability observed for 7 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
  - Structured output schemas are declared (100% of tools); any adoption earns full credit.
- **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 nl-muralists-directory https://mcp.muralists.nl/mcp
```

### Codex

```toml
[mcp_servers.nl-muralists-directory]
url = "https://mcp.muralists.nl/mcp"
```

### opencode

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

### OpenClaw

```bash
openclaw mcp add nl-muralists-directory --url https://mcp.muralists.nl/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  nl-muralists-directory:
    url: "https://mcp.muralists.nl/mcp"
```

### Other

```json
{
  "mcpServers": {
    "nl-muralists-directory": {
      "type": "http",
      "url": "https://mcp.muralists.nl/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-02 (score 62, +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 61, 0)

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

### 2026-07-30 (score 61, 0)

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

### 2026-07-29 (score 61, +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-28 (score 60, +1)

- [functional improvement] Stability: unverified → 0.03

### 2026-07-27 (score 59)

First indexed and scored.

## MCP tools (4)

### `search_muralists` (~201 tokens)

Search muralists

Search a curated directory of muralists and street artists in the Netherlands. Filter by city/region, style (e.g. abstract, figurative, lettering, photorealistic, geometric), and indicative budget range. Returns matching artists with portfolio highlights and profile URLs. Use this when someone wants to find, hire, or commission a mural artist in the Netherlands.

Input parameters:

- `budget_range` (string): Indicative project budget in euro. Artists without a stated rate level are kept, ranked lower.
- `limit` (integer): Maximum number of artists to return (1-10).
- `query` (string): Free text over name, tagline, bio, city and styles.
- `region` (string): Dutch city, province or region, e.g. 'Rotterdam', 'Noord-Holland'. Matches city or region.
- `style` (string): Style label, e.g. abstract, figurative, lettering, photorealistic, geometric.

Output parameters:

- `results` (array)
- `total_matches` (integer): How many artists matched before the limit was applied.

### `get_muralist_profile` (~97 tokens)

Get muralist profile

Get the full profile of a specific muralist from the Muralists.nl directory: bio, styles, portfolio of realized works with locations, typical project types, and how to request a quote. Use after search_muralists to get details on a candidate.

Input parameters:

- `id` (string, required): The muralist's profile slug — the stable public identifier returned as `id` by search_muralists and used in the profile URL.

Output parameters:

- `accepts_commissions` (boolean)
- `bio` (string): The artist's own statement, in Dutch.
- `city` (string)
- `contact_url` (string): Where to reach this artist — currently the public profile page.
- `country` (string): ISO 3166-1 alpha-2 country the artist is based in.
- `how_to_commission` (string)
- `id` (string)
- `indicative_budget_range` (string): Indicative project budget bracket in euro. The artist quotes the real price per project.
- `is_pro` (boolean): Active paying member of the directory. Pro profiles rank first.
- `name` (string)
- `profile_url` (string)
- `region` (string)
- `styles` (array)
- `summary` (string)
- `works` (array): Realized murals with location and year.
- `years_active` (integer)

### `search` (~71 tokens)

Search the Muralists directory

Search the Muralists.nl directory of Dutch muralists and street artists by free text (name, city, style). Returns matching artists with their profile URLs. Use fetch with a returned id to read the full profile.

Input parameters:

- `query` (string, required): Free-text search query, e.g. 'lettering artist Utrecht'.

Output parameters:

- `results` (array)

### `fetch` (~49 tokens)

Fetch a muralist profile

Retrieve the full text of one Muralists.nl directory profile by id, for citation. Ids come from the search tool.

Input parameters:

- `id` (string, required): The profile id (slug) returned by search.

Output parameters:

- `id` (string)
- `metadata` (object): Extra fields: city, styles, pro status.
- `text` (string): Plain-text rendering of the profile (Dutch).
- `title` (string)
- `url` (string): Absolute canonical URL of the profile page.

## Diagnostics

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

## Score history

- 2026-08-03: 62
- 2026-08-02: 62
- 2026-08-01: 61
- 2026-07-31: 61
- 2026-07-30: 61
- 2026-07-29: 61
- 2026-07-28: 60
- 2026-07-27: 59

## Links

- Remote endpoint: https://mcp.muralists.nl/mcp
- Website: https://muralists.nl/
- Changelog RSS feed: https://verifymcp.io/servers/nl-muralists-directory/mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/nl-muralists-directory/mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/nl-muralists-directory/mcp
