Collega l'API Airtable
Integra l'API Airtable tramite l'API REST unificata di Modiva e il server MCP ospitato. Read & write Airtable records, browse base schemas and bulk-upsert rows across the bases you authorize. OAuth, aggiornamento dei token, rate limit e 9 strumenti tipizzati sono gestiti per te: collega una volta e richiama Airtable da qualsiasi agente o app attraverso un singolo endpoint.
Cosa puoi fare con l'API Airtable
- ✓ Records
- ✓ Base schema
- ✓ Base access
- ✓ Token refresh
- — Webhooks (Poll via the record tools)
Strumenti MCP e scope di Airtable
- bases_
- list · schema
- records_
- list · get · create · update · delete
- upsert_
- bulk create/update by key fields
Scope OAuth richiesti
- Read records in the bases you authorize
- Create, update and delete records
- Read base schemas (tables and fields)
Collega Airtable 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 Airtable and call its tools, e.g.
accounts_list(provider="airtable")Domande frequenti
Come collego l'API Airtable con Modiva?
Crea un account Modiva, genera una chiave MCP e collega Airtable 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 Airtable tramite Modiva?
Read & write Airtable records, browse base schemas and bulk-upsert rows across the bases you authorize. Ottieni 9 strumenti tipizzati raggruppati per risorsa (bases_, records_, upsert_), richiamabili tramite REST o il server MCP.
Devo gestire personalmente OAuth o l'aggiornamento dei token?
No. Modiva gestisce l'handshake OAuth di Airtable, 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 Airtable?
Sì, è proprio questo il punto. Modiva espone Airtable come strumenti Model Context Protocol (MCP), così agenti come Claude, Cursor o la tua app possono leggere e agire su Airtable attraverso un unico endpoint.
Playbook e guide di Airtable
Playbook gratuiti e passo dopo passo sulla crescita con Airtable: cosa funziona, oltre a come metterlo in pratica con Modiva.