Muralists Directory
Server Details
Search the curated directory of professional muralists and street artists in the Netherlands.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
Glama MCP Gateway
Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.
Full call logging
Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.
Tool access control
Enable or disable individual tools per connector, so you decide what your agents can and cannot do.
Managed credentials
Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.
Usage analytics
See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.
Tool Definition Quality
Average 4.3/5 across 4 of 4 tools scored.
Two search tools (search and search_muralists) and two profile retrieval tools (fetch and get_muralist_profile) overlap in purpose. An agent may struggle to choose the correct tool, especially without clear guidance on when to use fetch versus get_muralist_profile.
Tool names mix different verb patterns: 'fetch' and 'get_muralist_profile' diverge, and 'search' vs 'search_muralists' inconsistently add a suffix. While all are snake_case, the lack of a uniform verb_noun pattern reduces clarity.
Four tools for a directory are within a reasonable range, but the duplication of search and retrieval functionality makes the set feel more bloated than necessary. Consolidation would improve coherence.
Core operations (search and profile retrieval) are covered, but the presence of two similar tools for each operation creates redundancy rather than filling gaps. No obvious missing features, but the set could be streamlined.
Available Tools
4 toolsfetchFetch a muralist profileRead-onlyInspect
Retrieve the full text of one Muralists.nl directory profile by id, for citation. Ids come from the search tool.
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The profile id (slug) returned by search. |
Output Schema
| Name | Required | Description |
|---|---|---|
| id | Yes | |
| url | Yes | Absolute canonical URL of the profile page. |
| text | Yes | Plain-text rendering of the profile (Dutch). |
| title | Yes | |
| metadata | Yes | Extra fields: city, styles, pro status. |
get_muralist_profileGet muralist profileRead-onlyInspect
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.
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The muralist's profile slug — the stable public identifier returned as `id` by search_muralists and used in the profile URL. |
Output Schema
| Name | Required | Description |
|---|---|---|
| id | Yes | |
| bio | Yes | The artist's own statement, in Dutch. |
| city | Yes | |
| name | Yes | |
| works | Yes | Realized murals with location and year. |
| is_pro | Yes | Active paying member of the directory. Pro profiles rank first. |
| region | No | |
| styles | Yes | |
| country | Yes | ISO 3166-1 alpha-2 country the artist is based in. |
| summary | Yes | |
| contact_url | Yes | Where to reach this artist — currently the public profile page. |
| profile_url | Yes | |
| years_active | No | |
| how_to_commission | Yes | |
| accepts_commissions | Yes | |
| indicative_budget_range | No | Indicative project budget bracket in euro. The artist quotes the real price per project. |
searchSearch the Muralists directoryRead-onlyInspect
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.
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Free-text search query, e.g. 'lettering artist Utrecht'. |
Output Schema
| Name | Required | Description |
|---|---|---|
| results | Yes |
search_muralistsSearch muralistsRead-onlyInspect
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.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of artists to return (1-10). | |
| query | No | Free text over name, tagline, bio, city and styles. | |
| style | No | Style label, e.g. abstract, figurative, lettering, photorealistic, geometric. | |
| region | No | Dutch city, province or region, e.g. 'Rotterdam', 'Noord-Holland'. Matches city or region. | |
| budget_range | No | Indicative project budget in euro. Artists without a stated rate level are kept, ranked lower. |
Output Schema
| Name | Required | Description |
|---|---|---|
| results | Yes | |
| total_matches | Yes | How many artists matched before the limit was applied. |
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [{ "email": "your-email@example.com" }]
}The email address must match the email associated with your Glama account. Once published, Glama will automatically detect and verify the file within a few minutes.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!