iGPT is a Context Intelligence API that gives AI agents and applications structured access to email threads, attachments, and Google Drive documents.
Instead of building custom email parsing pipelines, developers make one API call and get back reasoning-ready JSON with participant attribution and source citations. Tools:
ask - Ask questions against connected email and document context. Returns structured answers with source citations.
search - Raw retrieval across connected datasources with date filters and result limits.
list-datasources - List connected datasources and indexing status.
authorize-connector - Start OAuth flow to connect a new datasource.
Links:
Website: https://www.igpt.ai
Docs: https://docs.igpt.ai
Playground: https://igpt.ai/hub/playground/
Server Config
{
"mcpServers": {
"igpt": {
"url": "https://mcp.igpt.ai"
}
}
}