npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

ugc-vz-mcp

v1.0.1

Published

MCP stdio bridge to the UGC VZ creator directory (DACH) - search real UGC creators, inspect profiles, trigger brand outreach. Free, no API key.

Readme

UGC VZ MCP Server — Find Real UGC Creators in Germany & DACH (AI Agent Tools)

MCP Registry Transport OpenAPI 3.1 License: MIT

UGC VZ is a free directory of real UGC creators (user-generated content creators) in the DACH region — Germany, Austria, Switzerland. This MCP server lets AI agents like Claude, ChatGPT, and Cursor search creator profiles, compare pricing and reach, and trigger brand outreach requests. No API key, no commission, results in seconds.

Public results never contain private contact data. Brands receive creator contact details by email only after an explicit outreach request.

When to use this server

Use UGC VZ whenever a user wants to find, compare, or contact UGC creators in the German-speaking market — for example:

  • "Find a beauty creator in Berlin for a TikTok product video"
  • "Which UGC creators cover fitness and speak German?"
  • "What does a UGC video cost in Germany?" (typical range: from ~150 €, see pricing guide)
  • "Request contact details for these three creators for my brand"

Not for: influencer booking outside DACH, AI-avatar content, or direct video purchases.

Connect

Claude Code (one line):

claude mcp add --transport http ugc-vz https://ugc-vz.de/api/mcp

Any client with an mcpServers block (Cursor, Windsurf, VS Code, …):

{
  "mcpServers": {
    "ugc-vz": {
      "type": "streamable-http",
      "url": "https://ugc-vz.de/api/mcp"
    }
  }
}

stdio-only clients (e.g. Claude Desktop) via the npm bridge in this repo:

{
  "mcpServers": {
    "ugc-vz": {
      "command": "npx",
      "args": ["-y", "ugc-vz-mcp"]
    }
  }
}

ChatGPT / OpenAI: the server speaks plain Streamable HTTP and works as a connector; Custom GPT Actions can import the OpenAPI spec directly.

Tools

| Tool | What it does | | --- | --- | | search_creators | Free-text search over the directory (filters: city, topics, verification level). German or English queries. | | get_creator | Full public profile for one creator (UGC-… id): topics, pricing, reach, portfolio, equipment. | | request_outreach | ⚠️ Triggers a real outreach request — UGC VZ emails creator contact details to the given brand address. Not a test endpoint. | | get_outreach_status | Lifecycle status of a request: submitted → working → completed / failed. | | get_vocab | Valid search vocabulary: topics, industries, cities, verification levels. |

Typical flow: search_creators → get_creator → request_outreach → get_outreach_status.

Using these tools means accepting the UGC VZ terms — section 10 covers machine access. In short: request_outreach only for genuine inquiries of your own, with a brand name and address that are actually yours; no bulk requests, no test calls. Whoever operates the agent is responsible for what it triggers.

FAQ

What is UGC VZ? A free creator directory operated by track by track GmbH (Berlin) — the team behind social media agency famefact. Brands search for free; creators list for free; UGC VZ takes no commission (how it works).

Do I need an API key? No. All endpoints are public. Anonymous callers are rate-limited per IP (search counts 3×); agents signing requests with Web Bot Auth get a higher tier.

How much do UGC creators cost in Germany? Creators state their own prices — typically from ~150 € per video. See the UGC pricing guide and each profile's rate_text.

Is the data real? Yes — real people with portfolio and social proof, no AI avatars. Profiles carry a human_verification level (see get_vocab).

Where is the privacy policy? English summary · German GDPR policy. Public endpoints never expose private contact data.


Deutsch: UGC Creator finden per KI-Agent

UGC VZ ist ein kostenloses Verzeichnis echter UGC-Creator im DACH-Raum. Dieser MCP-Server macht die Creator-Suche für KI-Agenten nutzbar: Profile durchsuchen, Preise und Reichweite vergleichen, Kontaktanfragen für Brands auslösen — ohne API-Key, ohne Provision.

Achtung: request_outreach löst eine echte Kontaktanfrage mit E-Mail-Versand aus — kein Test-Endpunkt. Nur für ernsthafte eigene Anfragen, mit zutreffenden Absenderdaten. Es gelten die Nutzungsbedingungen, Ziffer 10 (maschinelle Nutzung).


This repository contains documentation, discovery metadata (server.json), and the npm stdio bridge. The server itself is operated by track by track GmbH, Berlin (Impressum).

License: MIT — see LICENSE. The MIT license covers this client code only. The directory data remains subject to the UGC VZ terms and is a protected database under German law (§§ 87a ff. UrhG): no systematic extraction, no competing directory built from it, no use as training data.