Skip to main content
modiva.ai
Accedi
Logo di YouTube

Collega l'API YouTube

Integra l'API YouTube tramite l'API REST unificata di Modiva e il server MCP ospitato. Upload, schedule and pull video analytics. OAuth, aggiornamento dei token, rate limit e 13 strumenti tipizzati sono gestiti per te: collega una volta e richiama YouTube da qualsiasi agente o app attraverso un singolo endpoint.

Collega YouTube — ottieni la chiave MCPLeggi la documentazione

Cosa puoi fare con l'API YouTube

  • Publishing
  • Scheduling
  • Inbox & DMs (Comments only — no private inbox)
  • Analytics
  • Webhooks

Strumenti MCP e scope di YouTube

accounts_
list · health · status
posts_
create · cross_post · schedule · publish_now
comments_
list · reply
messages_
list · send · inbox
analytics_
unified · best_time_to_post

Scope OAuth richiesti

  • Read profile & accounts
  • Publish posts & stories
  • Read insights
  • Read & reply to comments/DMs

Collega YouTube nel tuo agente

# Add Modiva's MCP server to your agent
{
  "mcpServers": {
    "modiva": {
      "url": "https://mcp.modiva.ai",
      "headers": { "Authorization": "Bearer $MODIVA_MCP_KEY" }
    }
  }
}

# Then connect YouTube and call its tools, e.g.
accounts_list(provider="youtube")

Domande frequenti

Come collego l'API YouTube con Modiva?

Crea un account Modiva, genera una chiave MCP e collega YouTube dalla tua dashboard. Modiva esegue l'intero flusso OAuth e memorizza il token cifrato per te, senza client secret nel tuo codice.

Cosa posso fare con l'API YouTube tramite Modiva?

Upload, schedule and pull video analytics. Ottieni 13 strumenti tipizzati raggruppati per risorsa (accounts_, posts_, comments_, messages_, analytics_), richiamabili tramite REST o il server MCP.

Devo gestire personalmente OAuth o l'aggiornamento dei token?

No. Modiva gestisce l'handshake OAuth di YouTube, l'archiviazione dei token (cifrati con envelope encryption) e l'aggiornamento automatico. Tu richiami un singolo endpoint unificato.

Un agente IA può usare l'API YouTube?

Sì, è proprio questo il punto. Modiva espone YouTube come strumenti Model Context Protocol (MCP), così agenti come Claude, Cursor o la tua app possono leggere e agire su YouTube attraverso un unico endpoint.

Playbook e guide di YouTube

Playbook gratuiti e passo dopo passo sulla crescita con YouTube: cosa funziona, oltre a come metterlo in pratica con Modiva.

YouTube Shorts Strategy: Grow a Channel From ZeroHow to Repurpose One Video Into 10 PostsHow to Automate Social Media With AI Agents (MCP)How to Cross-Post to Every Social Platform (Without the Busywork)

Integrazioni correlate

Collega InstagramCollega TikTokCollega XCollega LinkedInCollega FacebookCollega Threads
Connect the YouTube API — Modiva