INDIVIDUAL MCP TOOL
get_outreach_status
Liefert den aktuellen Status einer zuvor mit request_outreach ausgeloesten Kontaktanfrage anhand der request_id: submitted (eingegangen, noch nicht bearbeitet), working (E-Mail-Versand laeuft), completed (Kontaktdaten wurden per E-Mail zugestellt) oder failed (Versand fehlgeschlagen oder 48 Stunden ohne Zustellung).
LIVE ENDPOINT
https://ugc-vz.de/api/mcp
Connect to this endpoint to inspect the live schema for get_outreach_status and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.ugc-vz]
url = "https://ugc-vz.de/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"ugc-vz": {
"type": "http",
"url": "https://ugc-vz.de/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: ugc-vz
Remote MCP URL: https://ugc-vz.de/api/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"ugc-vz": {
"url": "https://ugc-vz.de/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"ugc-vz": {
"type": "http",
"url": "https://ugc-vz.de/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "ugc-vz",
"transport": "streamable-http",
"url": "https://ugc-vz.de/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_creators— Durchsucht das UGC-VZ-Verzeichnis realer UGC-Creator im deutschsprachigen Raum.get_creator— Liefert das oeffentliche Profil eines einzelnen UGC-Creators zu einer creator_public_id aus einem vorherigen search_creators-Ergebnis: Name, Stadt, Themen, Branchen, bevorzugter Content, Ausruestung, Erfahrung seit, Honorar- und Reichweitentext, Portfolio-Links, Social-Accounts sowie die human_verification-Stufe.request_outreach— Loest eine bewusste Brand-Anfrage aus.get_vocab— Liefert das aktuell gueltige Vokabular fuer search_creators: haeufigste Themen (topics), Branchen und Staedte aus aktiven Creator-Profilen sowie die Definition der human_verification-Stufen (0 = self_reported, 1 = self_reported_with_portfolio, 2 = reserviert, wird derzeit nicht vergeben) und einen Hinweis zur Preisgestaltung.