Skip to main content
modiva.ai
Accedi
Logo di Notion

Collega l'API Notion

Integra l'API Notion tramite l'API REST unificata di Modiva e il server MCP ospitato. Search, read and write Notion pages and databases, query content calendars, and manage comments across the pages you share. OAuth, aggiornamento dei token, rate limit e 11 strumenti tipizzati sono gestiti per te: collega una volta e richiama Notion da qualsiasi agente o app attraverso un singolo endpoint.

Collega Notion — ottieni la chiave MCPLeggi la documentazione

Cosa puoi fare con l'API Notion

  • Pages & blocks
  • Databases
  • Comments
  • Token expiry
  • Webhooks (Poll via search/database queries)

Strumenti MCP e scope di Notion

search_
pages · databases by title
pages_
get · create · update · append blocks
databases_
schema · query with filters
users_
list
comments_
list · add

Scope OAuth richiesti

  • Read content on the pages you share
  • Insert and update content on shared pages
  • Read workspace users (without emails)
  • Read and add comments

Collega Notion 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 Notion and call its tools, e.g.
accounts_list(provider="notion")

Domande frequenti

Come collego l'API Notion con Modiva?

Crea un account Modiva, genera una chiave MCP e collega Notion 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 Notion tramite Modiva?

Search, read and write Notion pages and databases, query content calendars, and manage comments across the pages you share. Ottieni 11 strumenti tipizzati raggruppati per risorsa (search_, pages_, databases_, users_, comments_), richiamabili tramite REST o il server MCP.

Devo gestire personalmente OAuth o l'aggiornamento dei token?

No. Modiva gestisce l'handshake OAuth di Notion, 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 Notion?

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

Playbook e guide di Notion

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

How to Turn a Notion Content Calendar Into Published Posts With AI Agents

Integrazioni correlate

Collega LinearCollega SlackCollega Google SheetsCollega Airtable
Connect the Notion API — Modiva