{
  "markdown": "# UGC VZ MCP Server — Find Real UGC Creators in Germany & DACH (AI Agent Tools)\n\n[![MCP Registry](https://img.shields.io/badge/MCP_Registry-de.ugc--vz%2Fcreator--search-6f2fa9)](https://registry.modelcontextprotocol.io/v0/servers?search=ugc-vz)\n[![Transport](https://img.shields.io/badge/Transport-Streamable_HTTP-blue)](https://ugc-vz.de/api/mcp)\n[![OpenAPI 3.1](https://img.shields.io/badge/REST-OpenAPI_3.1-green)](https://ugc-vz.de/openapi.json)\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE)\n\n**[UGC VZ](https://ugc-vz.de)** is a free directory of real UGC creators\n(user-generated content creators) in the DACH region — Germany, Austria,\nSwitzerland. This MCP server lets AI agents like **Claude, ChatGPT, and\nCursor** search creator profiles, compare pricing and reach, and trigger brand\noutreach requests. No API key, no commission, results in seconds.\n\n- **Endpoint:** `https://ugc-vz.de/api/mcp` (Streamable HTTP)\n- **MCP registry:** [`de.ugc-vz/creator-search`](https://registry.modelcontextprotocol.io/v0/servers?search=ugc-vz)\n- **Manifest:** [`/.well-known/mcp.json`](https://ugc-vz.de/.well-known/mcp.json)\n- **REST alternative:** [OpenAPI 3.1 spec](https://ugc-vz.de/openapi.json) · [Developer portal](https://ugc-vz.de/developers)\n- **A2A:** [`/.well-known/agent-card.json`](https://ugc-vz.de/.well-known/agent-card.json)\n\n> Public results **never contain private contact data.** Brands receive\n> creator contact details by email only after an explicit outreach request.\n\n## When to use this server\n\nUse UGC VZ whenever a user wants to **find, compare, or contact UGC creators\nin the German-speaking market** — for example:\n\n- *\"Find a beauty creator in Berlin for a TikTok product video\"*\n- *\"Which UGC creators cover fitness and speak German?\"*\n- *\"What does a UGC video cost in Germany?\"* (typical range: from ~150 €, see\n  [pricing guide](https://ugc-vz.de/brands/ugc-creator-preise))\n- *\"Request contact details for these three creators for my brand\"*\n\n**Not** for: influencer booking outside DACH, AI-avatar content, or direct\nvideo purchases.\n\n## Connect\n\n**Claude Code** (one line):\n\n```bash\nclaude mcp add --transport http ugc-vz https://ugc-vz.de/api/mcp\n```\n\n**Any client with an `mcpServers` block** (Cursor, Windsurf, VS Code, …):\n\n```json\n{\n  \"mcpServers\": {\n    \"ugc-vz\": {\n      \"type\": \"streamable-http\",\n      \"url\": \"https://ugc-vz.de/api/mcp\"\n    }\n  }\n}\n```\n\n**stdio-only clients** (e.g. Claude Desktop) via the npm bridge in this repo:\n\n```json\n{\n  \"mcpServers\": {\n    \"ugc-vz\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"ugc-vz-mcp\"]\n    }\n  }\n}\n```\n\n**ChatGPT / OpenAI:** the server speaks plain Streamable HTTP and works as a\nconnector; Custom GPT Actions can import the\n[OpenAPI spec](https://ugc-vz.de/openapi.json) directly.\n\n## Tools\n\n| Tool | What it does |\n| --- | --- |\n| `search_creators` | Free-text search over the directory (filters: city, topics, verification level). German or English queries. |\n| `get_creator` | Full public profile for one creator (`UGC-…` id): topics, pricing, reach, portfolio, equipment. |\n| `request_outreach` | ⚠️ **Triggers a real outreach request** — UGC VZ emails creator contact details to the given brand address. Not a test endpoint. |\n| `get_outreach_status` | Lifecycle status of a request: `submitted` → `working` → `completed` / `failed`. |\n| `get_vocab` | Valid search vocabulary: topics, industries, cities, verification levels. |\n\nTypical flow: `search_creators` → `get_creator` → `request_outreach` → `get_outreach_status`.\n\nUsing these tools means accepting the\n[UGC VZ terms](https://ugc-vz.de/agb) — section 10 covers machine access.\nIn short: `request_outreach` only for genuine inquiries of your own, with a\nbrand name and address that are actually yours; no bulk requests, no test\ncalls. Whoever operates the agent is responsible for what it triggers.\n\n## FAQ\n\n**What is UGC VZ?**\nA free creator directory operated by [track by track GmbH](https://ugc-vz.de/about)\n(Berlin) — the team behind social media agency famefact. Brands search for\nfree; creators list for free; UGC VZ takes no commission\n([how it works](https://ugc-vz.de/brands)).\n\n**Do I need an API key?**\nNo. All endpoints are public. Anonymous callers are rate-limited per IP\n(search counts 3×); agents signing requests with\n[Web Bot Auth](https://web-bot-auth.org) get a higher tier.\n\n**How much do UGC creators cost in Germany?**\nCreators state their own prices — typically from ~150 € per video. See the\n[UGC pricing guide](https://ugc-vz.de/wissen/ugc-preise-was-kostet-ugc) and\neach profile's `rate_text`.\n\n**Is the data real?**\nYes — real people with portfolio and social proof, no AI avatars. Profiles\ncarry a `human_verification` level (see `get_vocab`).\n\n**Where is the privacy policy?**\n[English summary](https://ugc-vz.de/privacy) ·\n[German GDPR policy](https://ugc-vz.de/datenschutz). Public endpoints never\nexpose private contact data.\n\n---\n\n## Deutsch: UGC Creator finden per KI-Agent\n\nUGC VZ ist ein **kostenloses Verzeichnis echter UGC-Creator im DACH-Raum**.\nDieser MCP-Server macht die Creator-Suche für KI-Agenten nutzbar: Profile\ndurchsuchen, Preise und Reichweite vergleichen, Kontaktanfragen für Brands\nauslösen — ohne API-Key, ohne Provision.\n\n- Suche für Brands: [ugc-vz.de/brands](https://ugc-vz.de/brands)\n- Als Creator anmelden (kostenlos): [ugc-vz.de/creator](https://ugc-vz.de/creator)\n- Preisüberblick: [Was kostet UGC?](https://ugc-vz.de/wissen/ugc-preise-was-kostet-ugc)\n- Entwickler-Doku: [ugc-vz.de/developers](https://ugc-vz.de/developers)\n\n**Achtung:** `request_outreach` löst eine echte Kontaktanfrage mit\nE-Mail-Versand aus — kein Test-Endpunkt. Nur für ernsthafte eigene Anfragen,\nmit zutreffenden Absenderdaten. Es gelten die\n[Nutzungsbedingungen](https://ugc-vz.de/agb), Ziffer 10 (maschinelle Nutzung).\n\n---\n\nThis repository contains documentation, discovery metadata (`server.json`),\nand the npm stdio bridge. The server itself is operated by track by track\nGmbH, Berlin ([Impressum](https://ugc-vz.de/impressum)).\n\n**License:** MIT — see [LICENSE](LICENSE). The MIT license covers this\nclient code only. The directory data remains subject to the\n[UGC VZ terms](https://ugc-vz.de/agb) and is a protected database under\nGerman law (§§ 87a ff. UrhG): no systematic extraction, no competing\ndirectory built from it, no use as training data.\n",
  "bytes": 6382,
  "sha": "656d6a2e1bff084ab65dcd201a4f6809c1e290206cf1b28201fa3ec07d88a7ef",
  "repo_slug": "ugcvz/ugc-vz-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_de_ugc_vz_creator_search_6b286580/readme"
}