Card snapshot
ugc-vz.de
·
2026-08-29 03:12:22 UTC
·
c6bc56e43bc1ab5284854b48d3bb6bf0ecd86c668be060c571364c971231f0bb
This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.
{
"protocolVersion": "1.0",
"name": "UGC VZ Creator Matching Agent",
"description": "Findet passende UGC Creator in Deutschland fuer Brand-, Agentur- und E-Commerce-Kampagnen. Agenten koennen Creator-Vorschlaege abrufen, einzelne Profile nachschlagen und eine kostenlose Brand-Anfrage mit ausgewaehlten Creatorn ausloesen.",
"url": "https://ugc-vz.de/a2a",
"preferredTransport": "JSONRPC",
"supportedInterfaces": [
{
"url": "https://ugc-vz.de/a2a",
"protocolBinding": "JSONRPC",
"protocolVersion": "1.0"
},
{
"url": "https://ugc-vz.de/api/mcp",
"protocolBinding": "MCP",
"protocolVersion": "2026-07-28"
}
],
"provider": {
"organization": "track by track GmbH / famefact",
"url": "https://ugc-vz.de"
},
"version": "1.0.2",
"documentationUrl": "https://ugc-vz.de/developers",
"iconUrl": "https://ugc-vz.de/ugc-vz-logo.webp",
"pricing": {
"currency": "EUR",
"plans": [
{
"id": "starter",
"name": "Agent Starter",
"price": 29,
"interval": "month",
"monthlySearchLimit": 10,
"checkoutUrl": "https://ugc-vz.de/api/a2a/checkout?plan=starter"
},
{
"id": "pro",
"name": "Agent Pro",
"price": 100,
"interval": "month",
"monthlySearchLimit": null,
"checkoutUrl": "https://ugc-vz.de/api/a2a/checkout?plan=pro"
}
]
},
"capabilities": {
"streaming": false,
"pushNotifications": false,
"stateTransitionHistory": false
},
"defaultInputModes": [
"text/plain",
"application/json"
],
"defaultOutputModes": [
"application/json"
],
"securitySchemes": {
"apiKey": {
"type": "apiKey",
"in": "header",
"name": "Authorization",
"description": "Bezahlter A2A API-Key als Authorization: Bearer <key>. Starter: 29 EUR/Monat mit 10 Suchen. Pro: 100 EUR/Monat unlimited."
},
"brandLead": {
"type": "apiKey",
"in": "header",
"name": "Authorization",
"description": "Eine Brand-Anfrage benoetigt Name, E-Mail und bewusste Creator-Auswahl. Creator werden nicht ungeprueft automatisiert angeschrieben."
}
},
"security": [
{
"apiKey": []
}
],
"skills": [
{
"id": "creator_search",
"name": "UGC Creator suchen",
"description": "Analysiert eine Kampagnen- oder Creator-Suchanfrage und liefert passende UGC Creator-Vorschlaege ohne private Kontaktinfos. Alter Methodenname ugc.search_creators bleibt als Alias funktionsfaehig.",
"tags": [
"ugc",
"creator-search",
"influencer-marketing",
"germany"
],
"examples": [
"Finde maennliche Sport Creator ab 30 fuer TikTok",
"Beauty UGC Creatorinnen aus Deutschland fuer Reels",
"Tech UGC Creator fuer SaaS Produktdemo"
],
"inputModes": [
"text/plain",
"application/json"
],
"outputModes": [
"application/json"
],
"schema": "https://ugc-vz.de/api/agent-schemas/search_creators.json"
},
{
"id": "creator_get",
"name": "UGC Creator-Profil abrufen",
"description": "Liefert das oeffentliche Profil eines einzelnen UGC-Creators anhand seiner Creator-ID aus einem vorherigen creator_search-Ergebnis. Enthaelt niemals private Kontaktdaten wie E-Mail oder echten Namen.",
"tags": [
"ugc",
"creator-profile",
"influencer-marketing",
"germany"
],
"examples": [
"Zeig mir das Profil von UGC-AB12CD34EF"
],
"inputModes": [
"application/json"
],
"outputModes": [
"application/json"
],
"schema": "https://ugc-vz.de/api/agent-schemas/get_creator.json"
},
{
"id": "outreach_request",
"name": "Creator-Auswahl anfragen",
"description": "Erstellt eine kostenlose Brand-Anfrage fuer bewusst ausgewaehlte Creator. Kontaktinfos werden an die angegebene Brand-E-Mail gesendet, soweit im Profil vorhanden. Alter Methodenname ugc.submit_creator_request bleibt als Alias funktionsfaehig. Status danach ueber tasks/get abrufbar.",
"tags": [
"ugc",
"brand-lead",
"creator-contact-request"
],
"examples": [
"Sende eine Anfrage fuer Creator UGC-AB12CD34EF und UGC-11223344FF an marketing@example.com"
],
"inputModes": [
"application/json"
],
"outputModes": [
"application/json"
],
"schema": "https://ugc-vz.de/api/agent-schemas/request_outreach.json"
}
]
}