> ## Documentation Index
> Fetch the complete documentation index at: https://docs.macrovisonomics.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Plans & Pricing

> Compare Free, Pro ($49/mo), Gold ($109/mo), and Enterprise plans — searches, data sources, chart types, AI insights, forecasting, and API access

# Plans & Pricing

MACROVISONOMICS offers flexible plans to match your data exploration needs, from casual browsing to enterprise-level analysis.

<Note>
  **Source of truth for plan limits:** Exact numeric limits (searches, sources, chart types, API calls, dashboards, export formats, and feature flags) are defined in `shared/schema.ts` → `SUBSCRIPTION_TIER_PERMISSIONS` and enforced at runtime via `server/services/stripe.ts` → `UNSUBSCRIBED_LIMITS` / `PLAN_LIMITS`. When in doubt, these files are authoritative over documentation copy.
</Note>

## Plan Comparison

<CardGroup cols={4}>
  <Card title="Free" icon="circle">
    **\$0/month**

    Basic access for casual viewers.
  </Card>

  <Card title="Pro" icon="rocket">
    \*\*$49/month** or $470/year

    For researchers and analysts.
  </Card>

  <Card title="Gold" icon="star">
    \*\*$109/month** or $1,046/year

    For professionals and policy analysts.
  </Card>

  <Card title="Enterprise" icon="building">
    **Custom Pricing**

    For institutions and government agencies.
  </Card>
</CardGroup>

## Feature Breakdown

### Free Plan

Get started with the basics at no cost:

<Check>
  * 10 searches per month
  * 2 data sources (World Bank + FRED basic)
  * 5 basic chart types (Line, Bar, Area, Pie, Map)
  * PNG, SVG & CSV export
  * Browse the Community Gallery
  * View published charts from other users
  * No credit card required
</Check>

<Note>
  Free accounts do not include AI Insights, Neural Search, forecasting, dashboards, or API access. Upgrade to Pro or Gold to unlock these features.
</Note>

### Pro Plan

Get powerful features for serious analysis:

<Check>
  * **50 searches per month**
  * **16+ data sources** (all available sources)
  * **5 saved dashboards**
  * **500 API calls per month**
  * Full multi-source data access (500,000+ indicators)
  * Up to 13 chart types (Line, Area, Bar, Pie, Scatter, Map, Waterfall, Bullet, Heatmap, Treemap, Bubble, Radar, Stacked)
  * Enhanced choropleth maps with trend indicators
  * Economic bloc highlighting (G7, BRICS, EU)
  * My Space (save & organize charts)
  * Chart publishing & sharing
  * Share to Community Gallery
  * AI Insights (Quick Stats + generated insights)
  * Neural Search with natural language
  * PNG, SVG, CSV, and Excel export
  * Developer API access (500 calls/month, 60 req/min)
  * Email support
</Check>

### Gold Plan

Everything in Pro, plus:

<Check>
  * **200 searches per month**
  * **All 16+ data sources**
  * **10 saved dashboards**
  * **2,000 API calls per month**
  * **All 21 chart types** (includes Bump, Box Plot, Sankey, Stream, Candlestick, Dumbbell, Parallel, Small Multiples)
  * **Advanced choropleth maps** with all features
  * **All economic blocs** (G7, G20, BRICS, EU, OECD, ASEAN, OPEC)
  * **Capital cities & country rankings** on maps
  * **Multi-indicator map comparison**
  * **Sub-national data** (provinces, states, regions)
  * **My Space with unlimited storage**
  * **Unlimited chart publishing**
  * **Full Community features** (likes, comments, follows)
  * **Full AI Insights** with all agents
  * **AI Forecasting** with trend-based predictions
  * **Research Mode** (deep multi-source analysis)
  * **Data Monitoring Agents** (alerts & watchlists)
  * **Custom branding** for chart publishing
  * **CSV, Excel, JSON, and PDF export**
  * **Developer Platform access**
  * **Priority email support**
</Check>

### Gold Plan API Enhancements

Gold plan subscribers get expanded API capabilities beyond the Pro baseline:

<Check>
  * **Gold-tier rate limits** (200 requests/minute, 2,000 calls/month — vs Pro's 60 req/min, 500/month)
  * **REST API** includes all 7 endpoints: search, indicators, indicator data, countries, country detail, insights, and forecast
  * **MCP Server** compatibility for AI agent integration (Gold and Enterprise only)
  * **OpenAPI spec** for client generation and GPT Actions
  * **Usage tracking** via the Developer Portal
</Check>

### Enterprise Plan

Everything in Gold, plus:

<Check>
  * **Unlimited searches**
  * **Unlimited data sources**
  * **Unlimited custom dashboards**
  * **Unlimited API calls** (500–2,000 requests/minute)
  * **Advanced forecasting models**
  * **SSO/SAML authentication**
  * **Team workspaces** (unlimited users)
  * **Custom data integrations**
  * **Dedicated account manager**
  * **99.9% SLA guarantee**
  * **On-premise deployment option**
  * **Custom training & onboarding**
  * **Priority support (24/7)**
</Check>

## Detailed Comparison

| Feature             | Free          | Pro                  | Gold                            | Enterprise         |
| ------------------- | ------------- | -------------------- | ------------------------------- | ------------------ |
| Searches per month  | 10            | 50                   | 200                             | Unlimited          |
| Data sources        | 2             | 16+                  | 16+                             | Unlimited          |
| Saved dashboards    | 0             | 5                    | 10                              | Unlimited          |
| API calls per month | 0             | 500                  | 2,000                           | Unlimited          |
| Chart types         | 5             | 13                   | 21                              | 21                 |
| Economic indicators | Limited       | 500,000+             | 500,000+                        | 500,000+           |
| Neural Search       | No            | Yes                  | Yes                             | Yes                |
| AI Insights         | No            | Yes                  | Full + Forecasting              | Full + Advanced    |
| Forecasting         | No            | No                   | Yes                             | Yes                |
| Research Mode       | No            | No                   | Yes (6 sources)                 | Yes                |
| Sub-national data   | No            | No                   | Yes                             | Yes                |
| Countries           | All 217+      | All 217+             | All 217+                        | All 217+           |
| Economic blocs      | No            | G7, BRICS, EU        | All blocs                       | All + Custom       |
| Data export         | PNG, SVG, CSV | PNG, SVG, CSV, Excel | PNG, SVG, CSV, Excel, JSON, PDF | All + API          |
| My Space storage    | No            | Standard             | Unlimited                       | Unlimited          |
| Support             | None          | Email                | Priority Email                  | 24/7 Dedicated     |
| Team members        | 1             | 1                    | 1                               | Unlimited          |
| API access          | No            | 500/mo (60/min)      | 2,000/mo (200/min)              | Unlimited (custom) |
| MCP Server          | No            | No                   | Yes                             | Yes                |
| OpenAPI / Swagger   | No            | Yes                  | Yes                             | Yes                |

## Free Trial

New users can explore Pro features with a **7-day free trial**. No credit card required to start.

<Tip>
  Start your free trial to explore all Pro features including AI Insights, Neural Search, and 13 chart types.
</Tip>

## Frequently Asked Questions

<AccordionGroup>
  <Accordion title="Can I try before subscribing?">
    Yes! New users get a 7-day free trial of Pro features. No credit card required to start.
  </Accordion>

  <Accordion title="What happens when my trial ends?">
    After your trial, your account reverts to the Free plan. You'll need to subscribe to Pro or Gold to continue using premium features. Your saved charts will remain accessible.
  </Accordion>

  <Accordion title="Is there a discount for annual billing?">
    Yes, annual plans save you 20%. Pro is $470/year (save ~$118) and Gold is $1,046/year (save ~$262).
  </Accordion>

  <Accordion title="Can I cancel anytime?">
    Absolutely. Cancel anytime from your Settings page. You'll retain access until the end of your billing period.
  </Accordion>

  <Accordion title="Do you offer student or academic discounts?">
    We consider academic and educational pricing on a case-by-case basis. Contact us with your institution email to inquire.
  </Accordion>

  <Accordion title="What payment methods do you accept?">
    We accept all major credit cards (Visa, Mastercard, American Express) processed securely through Stripe.
  </Accordion>

  <Accordion title="What is the AI Insights Panel?">
    The AI Insights Panel shows Quick Stats automatically when you view data. Click 'Generate Insights' to unlock additional analysis: Executive Summary (an 8–15 sentence professional briefing with inline citations), Analysis (AI-powered explanations with correlation and anomaly detection), Research (curated secondary sources), and Report (comprehensive AI-generated reports). Gold users also get a Forecast tab with trend-based predictions.
  </Accordion>

  <Accordion title="What AI features are included?">
    Pro users get Quick Stats plus AI-generated insights (Executive Summary, Analysis, Research, Report) after clicking 'Generate Insights'. Gold users additionally get AI Forecasting with trend-based predictions, Research Mode for deep multi-source analysis, and Data Monitoring Agents for continuous alerts.
  </Accordion>

  <Accordion title="What is Research Mode?">
    Research Mode (Gold and Enterprise only) triggers a deep multi-step analysis pipeline. Instead of a simple search, the AI agent gathers data from up to 6 sources, cross-references findings, and produces a comprehensive research briefing with citations before presenting results.
  </Accordion>

  <Accordion title="What is Neural Search?">
    Neural Search (Pro and above) uses AI to understand the meaning behind your query and finds semantically similar indicators — even if you use different words than the official indicator names. For example, typing "jobless rate" correctly finds unemployment indicators.
  </Accordion>
</AccordionGroup>

## Upgrading Your Plan

### How to Upgrade

1. Go to **Settings** → **Subscription**
2. Click **Upgrade to Pro** or **Upgrade to Gold**
3. Enter payment information
4. Start using premium features immediately

### What Happens When You Upgrade

* Immediate access to all plan features
* Previous charts can now use advanced chart types
* AI insights become available on all charts
* Export restrictions are lifted
* API access is provisioned instantly (Pro and above)

## Enterprise Inquiries

For institutions, government agencies, or teams with specific needs:

<Card title="Contact Sales" icon="envelope">
  Get a custom quote tailored to your organization's needs. Includes:

  * Volume discounts
  * Custom integrations
  * Dedicated support
  * Training sessions
  * SLA guarantees
</Card>

Contact: [enterprise@macrovisonomics.com](mailto:enterprise@macrovisonomics.com)
