# π° 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>