File size: 4,489 Bytes
97ee7cb | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 | [
{
"name": "Free",
"localeKey": "free",
"price": 0,
"period": "forever",
"description": "Get started with the essentials",
"features": [
"Core dashboard panels",
"Global news feed",
"Earthquake & weather alerts",
"Basic map view",
"3 dashboard tabs"
],
"planLimits": {
"apiRequestsPerDay": 0,
"apiBurstRequestsPerMinute": 0,
"mcpCallsPerDay": 0,
"mcpBurstRequestsPerMinute": 0
},
"cta": "Get Started",
"href": "https://worldmonitor.app/dashboard",
"highlighted": false
},
{
"name": "Pro",
"localeKey": "pro",
"monthlyPrice": 39.99,
"annualPrice": 359.99,
"description": "Full intelligence dashboard",
"features": [
"Everything in Free",
"AI stock analysis & backtesting",
"Daily market briefs",
"Military & geopolitical tracking",
"Custom widget builder",
"10 custom dashboards (vs 3)",
"MCP + SDK access for Claude Desktop & other AI clients (50 calls/day)",
"Priority data refresh"
],
"highlightFeatures": [
"Personal license"
],
"planLimits": {
"apiRequestsPerDay": 0,
"apiBurstRequestsPerMinute": 0,
"mcpCallsPerDay": 50,
"mcpBurstRequestsPerMinute": 60
},
"monthlyProductId": "pdt_0Nbtt71uObulf7fGXhQup",
"annualProductId": "pdt_0NbttMIfjLWC10jHQWYgJ",
"highlighted": true
},
{
"name": "Pro Business",
"localeKey": "proBusiness",
"monthlyPrice": 49.99,
"annualPrice": 449.99,
"description": "The Pro dashboard, licensed for work",
"features": [
"Everything in Pro",
"Use for client work, internal tools & reporting",
"Data export — CSV, JSON & PDF reports",
"25 custom dashboards (vs 10)",
"MCP + SDK: 250 calls/day (vs 50)",
"Priority support"
],
"highlightFeatures": [
"Commercial license included"
],
"planLimits": {
"apiRequestsPerDay": 0,
"apiBurstRequestsPerMinute": 0,
"mcpCallsPerDay": 250,
"mcpBurstRequestsPerMinute": 60
},
"monthlyProductId": "pdt_0NjyFDbhURh2oROgPIU3G",
"annualProductId": "pdt_0Nk072fxPUcHWivZRtlQW",
"highlighted": false
},
{
"name": "API Starter",
"localeKey": "api",
"monthlyPrice": 99.99,
"annualPrice": 899.99,
"description": "Build internal tools on live intelligence data",
"features": [
"REST API + official SDKs (npm, PyPI, RubyGems, Go)",
"License / API key included",
"Real-time data streams",
"60 requests/minute",
"1,000 requests/day included",
"Webhook notifications"
],
"highlightFeatures": [
"Commercial license — for your organization"
],
"planLimits": {
"apiRequestsPerDay": 1000,
"apiBurstRequestsPerMinute": 60,
"mcpCallsPerDay": 1000,
"mcpBurstRequestsPerMinute": 60
},
"monthlyProductId": "pdt_0NbttVmG1SERrxhygbbUq",
"annualProductId": "pdt_0Nbu2lawHYE3dv2THgSEV",
"highlighted": false
},
{
"name": "API Business",
"localeKey": "apiBusiness",
"monthlyPrice": 299.99,
"annualPrice": 2699.99,
"description": "Launch your own product on WorldMonitor data",
"features": [
"Everything in API Starter",
"Redistribution rights — embed our data in what you sell",
"300 requests/minute",
"10,000 requests/day included",
"5 Pro licenses included",
"Priority support"
],
"highlightFeatures": [
"Commercial license — for your customers"
],
"planLimits": {
"apiRequestsPerDay": 10000,
"apiBurstRequestsPerMinute": 300,
"mcpCallsPerDay": 10000,
"mcpBurstRequestsPerMinute": 300
},
"monthlyProductId": "pdt_0Nbttg7NuOJrhbyBGCius",
"annualProductId": "pdt_0NkHjzMhGp3m45sZLQ7BQ",
"highlighted": false
},
{
"name": "Enterprise",
"localeKey": "enterprise",
"price": null,
"description": "Custom solutions for organizations",
"features": [
"Everything in Pro + API",
"Unlimited API requests",
"Dedicated support",
"Custom integrations",
"SLA guarantee",
"On-premise option"
],
"planLimits": {
"apiRequestsPerDay": null,
"apiBurstRequestsPerMinute": 1000,
"mcpCallsPerDay": null,
"mcpBurstRequestsPerMinute": 1000
},
"cta": "Contact Sales",
"href": "mailto:enterprise@worldmonitor.app",
"highlighted": false
}
]
|