Collega l'API Bluesky
Integra l'API Bluesky tramite l'API REST unificata di Modiva e il server MCP ospitato. Post and read the AT-protocol firehose. OAuth, aggiornamento dei token, rate limit e 8 strumenti tipizzati sono gestiti per te: collega una volta e richiama Bluesky da qualsiasi agente o app attraverso un singolo endpoint.
Cosa puoi fare con l'API Bluesky
- ✓ Publishing
- ✓ Scheduling
- — Inbox & DMs (No inbox endpoint on the AT protocol)
- — Analytics (Bluesky exposes no post analytics)
- ✓ Webhooks
Strumenti MCP e scope di Bluesky
- 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 Bluesky 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 Bluesky and call its tools, e.g.
accounts_list(provider="bluesky")Domande frequenti
Come collego l'API Bluesky con Modiva?
Crea un account Modiva, genera una chiave MCP e collega Bluesky 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 Bluesky tramite Modiva?
Post and read the AT-protocol firehose. Ottieni 8 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 Bluesky, 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 Bluesky?
Sì, è proprio questo il punto. Modiva espone Bluesky come strumenti Model Context Protocol (MCP), così agenti come Claude, Cursor o la tua app possono leggere e agire su Bluesky attraverso un unico endpoint.