Gemini Data Analysis Research MCP Server provides a bridge to Google's Gemini AI model, enabling data analysis, email communication, and detailed thinking process generation. This TypeScript implementation offers three main tools: analyze-data for processing Excel/CSV files with statistical analysis and visualization, send-email for dispatching messages with AI-generated subject lines, and generate-thinking for producing comprehensive reasoning outputs. The server handles file processing, data visualization, and AI prompt engineering behind the scenes, making it particularly valuable for researchers and analysts who need to extract insights from datasets, communicate findings via email, or document AI reasoning processes.
Nessuna recensione ancora. Sii il primo a recensire!
Accedi per unirti alla conversazione
Comprehensive analysis of Excel (.xlsx, .xls) and CSV files. Parameters: fileData (base64_encoded_file_content), fileName (data.xlsx), analysisType (detailed or basic), outputDir (optional)
Automated email delivery of analysis results and research papers. Parameters: to (recipient@example.com), subjectPrompt (Create a professional subject line for a business report), text (plain text version of the email), html (optional HTML version of the email), images (optional image attachments)
Advanced research and analysis generation. Parameters: prompt (Analyze the market trends for Q1 2024), outputDir (optional)