{"protocolVersion":"0.3.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 und eine kostenlose Brand-Anfrage mit ausgewaehlten Creatorn ausloesen.","url":"https://ugc-vz.de/a2a","preferredTransport":"JSONRPC","provider":{"organization":"track by track GmbH / famefact","url":"https://ugc-vz.de"},"version":"1.0.0","documentationUrl":"https://ugc-vz.de/llms.txt","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":"ugc.search_creators","name":"UGC Creator suchen","description":"Analysiert eine Kampagnen- oder Creator-Suchanfrage und liefert passende UGC Creator-Vorschlaege ohne private Kontaktinfos.","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"],"inputSchema":{"type":"object","properties":{"query":{"type":"string","description":"Natuerliche Suchanfrage fuer Creator-Matching."},"maxResults":{"type":"integer","minimum":1,"maximum":10,"default":6}},"required":["query"]},"outputSchema":{"type":"object","properties":{"query":{"type":"string"},"creators":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"reach":{"type":"string"},"networks":{"type":"array","items":{"type":"string"}},"priceRange":{"type":"string"}}}},"nextStep":{"type":"string"}}}},{"id":"ugc.submit_creator_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.","tags":["ugc","brand-lead","creator-contact-request"],"examples":["Sende eine Anfrage fuer Creator rec123 und rec456 an marketing@example.com"],"inputSchema":{"type":"object","properties":{"creatorIds":{"type":"array","items":{"type":"string"},"minItems":1,"maxItems":10},"clientInfo":{"type":"object","properties":{"name":{"type":"string"},"email":{"type":"string"},"message":{"type":"string"},"searchQuery":{"type":"string"}},"required":["name","email"]}},"required":["creatorIds","clientInfo"]},"outputSchema":{"type":"object","properties":{"success":{"type":"boolean"},"note":{"type":"string"}}}}]}