Skip to main content
Glama
PRICING.md8.93 kB
# 💰 Gemini MCP Pricing **Professional AI-Powered Development Tools with Flexible Pricing** --- ## 🎯 Pricing Tiers ### 🆓 Free Tier **Perfect for individual developers and hobbyists** - **Price**: $0/month (Forever Free) - **API Calls**: 50/day, 1,000/month - **Tools**: 4 essential tools - `ai_chat` - AI conversation - `code_analyze` - Basic code analysis - `create_project_tasks` - Task management - `system_status` - System monitoring **Limitations**: - Max code size: 5,000 characters - Response time: 30 seconds max - No enhanced or business tools - Community support only **Best For**: Learning, personal projects, evaluation --- ### ⚡ Trial (14 Days) **Try all features risk-free** - **Price**: $0 (14-day trial) - **API Calls**: 100/day, 500/trial period - **Tools**: ALL 23 tools (full access) - **Features**: Everything included in Pro + Enterprise **Perfect For**: Evaluating premium features before committing **[Start Free Trial →](https://gemini-mcp.com/trial)** --- ### 🚀 Professional **For professional developers and small teams** - **Price**: $49/month - **API Calls**: 1,000/day, 25,000/month - **Tools**: 19 advanced tools **Included Tools**: **Core AI Tools (3)**: - `ai_chat` - Advanced AI conversation - `code_analyze` - Comprehensive code analysis - `create_project_tasks` - Smart task management **Code Generation (3)**: - `generate_component` - UI component generation - `generate_api` - REST API generation - `refactor_suggestions` - AI refactoring **Analysis & Review (3)**: - `analyze_codebase` - Revolutionary code intelligence - `debug_analysis` - Collaborative debugging - `system_status` - System monitoring **Enhanced Tools (10)**: - `chat_plus` - Multi-model collaboration - `thinkdeep_enhanced` - Deep reasoning with validation - `planner_pro` - Advanced project planning - `consensus_advanced` - Multi-model consensus - `codereview_expert` - Expert code review with risk scoring - `debug_master` - Master debugging with execution simulation - `analyze_intelligence` - Intelligent analysis with prediction - `refactor_genius` - Genius refactoring with safety guarantees - `precommit_guardian` - Pre-commit validation and auto-fix - `secaudit_quantum` - Quantum-grade security auditing **Features**: - ✅ 50KB max code size - ✅ 2-minute max response time - ✅ Priority support - ✅ Advanced caching (5x faster) - ✅ Circuit breakers for reliability - ✅ Email support (24-48h response) **Best For**: Professional developers, freelancers, startups **[Subscribe to Pro →](https://gemini-mcp.com/pricing/pro)** --- ### 🏢 Enterprise **For teams and organizations requiring maximum capability** - **Price**: $499/month - **API Calls**: Unlimited - **Tools**: ALL 23 tools (including exclusive business tools) **Everything in Pro, PLUS**: **Exclusive Business Intelligence Tools (4)**: - `financial_impact` - ROI analysis and cost-benefit calculations - `performance_predictor` - AI-powered performance forecasting - `team_orchestrator` - Multi-developer collaboration framework - `quality_guardian` - Continuous quality monitoring **Enterprise Features**: - ✅ **Unlimited** API calls - ✅ **Unlimited** code size - ✅ **10-minute** max response time - ✅ **Dedicated support** (4-hour response SLA) - ✅ **Priority processing** (highest priority queue) - ✅ **Custom AI models** integration - ✅ **Advanced analytics** dashboard - ✅ **Team access** and collaboration - ✅ **White-label** options available - ✅ **On-premise** deployment option - ✅ **Custom integration** support - ✅ **Training** and onboarding **Best For**: Enterprise teams, agencies, large organizations **[Contact Sales →](https://gemini-mcp.com/contact-sales)** --- ## 📊 Feature Comparison | Feature | Free | Pro | Enterprise | |---------|------|-----|------------| | **Price** | $0 | $49/mo | $499/mo | | **API Calls/Day** | 50 | 1,000 | Unlimited | | **API Calls/Month** | 1,000 | 25,000 | Unlimited | | **Total Tools** | 4 | 19 | 23 | | **Core Tools** | 4 | ✅ | ✅ | | **Enhanced Tools** | ❌ | ✅ (10) | ✅ (10) | | **Business Tools** | ❌ | ❌ | ✅ (4) | | **Max Code Size** | 5 KB | 50 KB | Unlimited | | **Response Time** | 30s | 2m | 10m | | **Priority** | Low | Normal | High | | **Caching** | ✅ | ✅ | ✅ | | **Circuit Breakers** | ✅ | ✅ | ✅ | | **Support** | Community | Email (24-48h) | Dedicated (4h SLA) | | **Analytics** | Basic | Basic | Advanced | | **Team Access** | 1 user | 1 user | Unlimited | | **Custom Models** | ❌ | ❌ | ✅ | | **White-Label** | ❌ | ❌ | ✅ | | **On-Premise** | ❌ | ❌ | ✅ | --- ## 🎁 Special Offers ### 🎓 Student Discount **50% off Pro tier for verified students** - Requires valid .edu email or student ID - [Apply for Student Discount →](https://gemini-mcp.com/students) ### 💼 Startup Program **3 months free Pro tier for early-stage startups** - Must be < 2 years old - < 10 employees - [Apply for Startup Program →](https://gemini-mcp.com/startups) ### 🏢 Volume Licensing **Custom pricing for 10+ seats** - Bulk discounts available - Dedicated account manager - [Contact for Volume Pricing →](https://gemini-mcp.com/volume) --- ## 💳 Payment & Billing ### Accepted Payment Methods - 💳 Credit/Debit Cards (Visa, Mastercard, Amex) - 🏦 Bank Transfer (Enterprise only) - 💰 Crypto (Bitcoin, Ethereum) - Enterprise only - 📄 Invoicing (Enterprise only) ### Billing Cycles - Monthly subscription (cancel anytime) - Annual subscription (20% discount) - Enterprise contracts (custom terms) ### Refund Policy - 14-day money-back guarantee - No questions asked - Full refund if not satisfied --- ## 🔐 License Activation ### Getting Your License Key 1. **Purchase a Plan**: Visit [gemini-mcp.com/pricing](https://gemini-mcp.com/pricing) 2. **Receive License Key**: Sent via email immediately 3. **Activate**: Follow instructions below ### Activation Methods #### Option 1: Environment Variable (Recommended) ```bash export GEMINI_MCP_LICENSE="your-license-key-here" ``` #### Option 2: .env File ```bash echo "GEMINI_MCP_LICENSE=your-license-key-here" >> .env ``` #### Option 3: Manual Activation ```bash node -e "import('./src/utils/license.js').then(m => m.licenseManager.activateLicense('your-license-key'))" ``` ### Verifying Your License ```bash # Check license status node -e "import('./src/utils/license.js').then(m => console.log(m.licenseManager.getLicenseInfo()))" ``` --- ## 📈 Usage Tracking Your usage is tracked in real-time and reset automatically: - **Daily limits**: Reset at midnight UTC - **Monthly limits**: Reset on the 1st of each month ### Checking Usage ```bash # View current usage node -e "import('./src/utils/license.js').then(m => { const info = m.licenseManager.getLicenseInfo(); console.log('Daily:', info.usage.daily); console.log('Monthly:', info.usage.monthly); })" ``` --- ## 🆙 Upgrading/Downgrading ### Upgrade Anytime - Instant access to new features - Prorated billing for current month - No data loss ### Downgrade - Takes effect at end of billing cycle - Keep access to current features until then - Data retained for 30 days ### Cancel Anytime - No long-term contracts - Access until end of billing period - Export your data before cancellation --- ## ❓ Frequently Asked Questions ### Can I try before I buy? Yes! Start with the FREE tier or activate a 14-day TRIAL for full access. ### What happens if I exceed my limits? You'll receive a clear error message with upgrade information. No surprise charges. ### Can I share my license? - FREE/PRO: Single user - ENTERPRISE: Team access included ### Do you offer refunds? Yes! 14-day money-back guarantee, no questions asked. ### Can I use this for commercial projects? Yes! All tiers support commercial use. ### Is my code secure? Absolutely. We use quantum-grade encryption and never store your code permanently. ### What if I need custom features? Enterprise customers can request custom features. Contact sales@gemini-mcp.com --- ## 📞 Support & Contact - **Free Tier**: Community support via GitHub - **Pro Tier**: Email support (support@gemini-mcp.com) - **Enterprise**: Dedicated support (4h SLA) **Sales Inquiries**: sales@gemini-mcp.com **Technical Support**: support@gemini-mcp.com **General Questions**: hello@gemini-mcp.com --- ## 🔗 Quick Links - [🚀 Start Free Trial](https://gemini-mcp.com/trial) - [💳 View Pricing Plans](https://gemini-mcp.com/pricing) - [📚 Documentation](https://github.com/emmron/gemini-mcp) - [💬 Community Forum](https://github.com/emmron/gemini-mcp/discussions) - [🐛 Report Issues](https://github.com/emmron/gemini-mcp/issues) --- <div align="center"> **🌟 Join 10,000+ developers already using Gemini MCP** *Transform your development workflow with AI-powered intelligence* [Get Started Free →](https://gemini-mcp.com/signup) </div>

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/emmron/gemini-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server