Plug Claude Code, Codex — or any AI agent you build — into Alphacast's economic data layer. Discover datasets, create charts from natural language, and turn every prompt into live assets that update automatically.
We're onboarding selected users as we refine the platform. Tell us about you and we'll get back within 48 hours.
We'll be in touch within 48 hours with your trial credentials and guided onboarding. Keep an eye on your inbox.
Your AI doesn't just retrieve information. It discovers data, builds datasets, generates charts, saves outputs into your workspace — and keeps them updated as source data changes. Works with Claude, Cursor, ChatGPT, or whatever you build.
Your AI finds the right datasets across connected sources.
Creates the transformation pipeline and the visualization.
The output is saved directly into your Alphacast workspace.
Keeps updating as new releases arrive — no manual refresh.
Live, citable assets your whole team can reuse.
Every prompt becomes reusable infrastructure — not a throwaway answer.
The vocabulary every connected agent gets, out of the box. 27 MCP tools across these four capabilities — plus market tickers, pipelines, and provider keys.
Navigate thousands of curated economic datasets across countries, indicators, and sources.
Create datasets, transformations, and visualizations directly from natural language.
Save outputs into your Alphacast workspace as reusable, governed assets.
Keep everything live and refreshed automatically as underlying sources update.
Whether you're wiring an agent or shipping a product, you get the same governed access to Alphacast.
Add Alphacast to your MCP-compatible client with one npx command and your API key. 27 tools become available immediately.
Local stdio transport via npx. No install required. Bring your own AI.
Repositories, datasets, transformations, providers — all addressable, all governed. CSV, JSON, Excel, or TSV. HTTP Basic auth.
One API key. Every dataset. Every endpoint.
// claude_desktop_config.json — add Alphacast to any MCP client { "mcpServers": { "alphacast": { "command": "npx", "args": ["-y", "@alphacast/mcp-server"], "env": { "ALPHACAST_API_KEY": "ac_live_…" } } } } // → Restart your client. 27 tools (discover, build, persist, automate) ready.
# pip install alphacast from alphacast import Alphacast ac = Alphacast(api_key="ac_live_…") # Download a curated dataset — live, ready for analysis df = ac.datasets.download_data( dataset_id=5234, format="csv", ) df.head() # → pandas DataFrame, indexed by date
# HTTP Basic auth — API key as username, empty password curl -u ac_live_…: \ "https://api.alphacast.io/datasets/5234/data?$format=csv" \ --output cpi.csv # → CSV, JSON, Excel, or TSV — your call
Browse and preview live data from 30+ direct data providers — external statistical agencies, central banks, and market data feeds. Pipe any of it to your own AI.
Bank of Canada
Canadian macroeconomic, monetary, and financial data — exchange rates (USD/CAD), policy rate, yields, money supply.
Open data — Bank of Canada Valet API
Federal Reserve Bank of St. Louis
Hundreds of thousands of economic time series from dozens of national, international, and private sources.
Public Domain (mostly)
U.S. Bureau of Labor Statistics
Employment, wages, inflation, and productivity statistics from the U.S. federal labor agency.
Public Domain
The World Bank
Global development indicators covering economics, health, education, environment, and infrastructure.
Creative Commons Attribution 4.0 (CC-BY 4.0)
Instituto Nacional de Estadística y Geografía (Mexico)
Official statistics for Mexico: GDP, inflation, employment, industrial production, trade and more.
Open Data (Datos Abiertos)
Banco Central de la República Argentina
Official monetary and financial statistics from Argentina's central bank: exchange rates, reserves, M2, policy rate.
Open Data
Alphacast already curates 300+ sources and 5,000+ datasets — standardized, indexed, agent-ready. Bring your own data and we plug that in too.
Connect once. Access everywhere.
Any of these prompts works the moment your AI is connected. Each result can be saved as a live Alphacast asset — and re-runs automatically when source data updates.
Compare Brazil's industrial production and retail sales since 2020.
Build a monthly dataset of LATAM policy rates.
Create a chart of Argentina's trade balance vs FX reserves.
Compare Mexico inflation against local central bank expectations.
Bring Claude Code, Codex, or the AI you're building. We're onboarding selected users now — free trial, guided setup, and a direct line to the team.
Request Early Access →