Collega l'API G2
Integra l'API G2 tramite l'API REST unificata di Modiva e il server MCP ospitato. Read products, categories and reviews from the G2 software marketplace through one unified API and MCP server. OAuth, aggiornamento dei token, rate limit e 7 strumenti tipizzati sono gestiti per te: collega una volta e richiama G2 da qualsiasi agente o app attraverso un singolo endpoint.
Cosa puoi fare con l'API G2
- ✓ Products & categories
- ✓ Reviews & ratings
- — Buyer intent & market signals
- — Write operations
- — Webhooks (Poll via the product/review tools)
Strumenti MCP e scope di G2
- accounts_
- get · identity
- products_
- list · get
- categories_
- list · get
- reviews_
- list · get
Scope OAuth richiesti
- Read your G2 profile identity
- Read products and categories
- Read product ratings and reviews
- Read vendors
Collega G2 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 G2 and call its tools, e.g.
accounts_list(provider="g2")Domande frequenti
Come collego l'API G2 con Modiva?
Crea un account Modiva, genera una chiave MCP e collega G2 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 G2 tramite Modiva?
Read products, categories and reviews from the G2 software marketplace through one unified API and MCP server. Ottieni 7 strumenti tipizzati raggruppati per risorsa (accounts_, products_, categories_, reviews_), richiamabili tramite REST o il server MCP.
Devo gestire personalmente OAuth o l'aggiornamento dei token?
No. Modiva gestisce l'handshake OAuth di G2, 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 G2?
Sì, è proprio questo il punto. Modiva espone G2 come strumenti Model Context Protocol (MCP), così agenti come Claude, Cursor o la tua app possono leggere e agire su G2 attraverso un unico endpoint.
Playbook e guide di G2
Playbook gratuiti e passo dopo passo sulla crescita con G2: cosa funziona, oltre a come metterlo in pratica con Modiva.