How to Use the FRED Series — U.S. Economic Time Series MCP in Cursor
Inject live U.S. economic data directly into your quantitative models using Cursor.
Works with every AI agent you already use
…and any MCP-compatible client
Connect FRED Series — U.S. Economic Time Series MCP to Cursor
Create your Vinkius account to connect FRED Series — U.S. Economic Time Series to Cursor and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Fetch Live Time Series Data
The `get_observations` tool pulls actual FRED time series values straight into your Python or TypeScript files via this MCP connection. Cursor Agent requests the raw numbers, applies frequency aggregation, and writes the data-fetching logic based on real API responses. Instead of mocking up a historical array for the S&P 500 or DGS10, your editor uses the live data to build accurate pandas dataframes. You see exactly how the percent change transformations format the payload before committing the code.
Search 816,000+ Series in Cursor
The `search_series` tool queries the massive St. Louis Fed database by keyword while you write your analysis scripts. You tell the agent you need regional housing data, and it finds the correct series IDs by sorting for popularity. After finding the target metric, it hits the `get_series` tool to pull the metadata. Cursor reads the units and frequency, then automatically types your interfaces to match the exact structure of the incoming data.
Build Backtesting Logic with Vintage Data
The `get_vintage_dates` tool retrieves historical revision dates for rigorous ALFRED-style vintage analysis. Cursor uses these timestamps to write backtesting algorithms that only consume the data known at a specific point in time. To keep your models current, the `get_series_updates` tool checks for newly released macro or regional data. Your agent implements polling functions that trigger exactly when the Federal Reserve updates the FEDFUNDS rate.
Set up FRED Series — U.S. Economic Time Series MCP in Cursor
Prerequisites
- Cursor installed (macOS, Windows, or Linux)
- Active Vinkius subscription with a valid endpoint token
- 1
Open MCP Settings
Go to Cursor Settings → MCP or open the Command Palette (
Cmd+Shift+P/Ctrl+Shift+P) and search for "MCP: Add Server". - 2
Add the FRED Series — U.S. Economic Time Series MCP
Cursor will create or open
.cursor/mcp.jsonin your project root. Paste the JSON snippet on the right. Replace[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. - 3
Enable Agent mode
Open Composer (
Cmd+I/Ctrl+I) and switch to Agent mode using the dropdown at the top. MCP tools are only available in Agent mode. - 4
Verify the connection
Ask Cursor something like "List my recent FRED Series — U.S. Economic Time Series transactions." If the MCP tools are loaded correctly, Cursor will call the FRED Series — U.S. Economic Time Series tools automatically. You can also check Settings → MCP for a green status indicator.
{
"mcpServers": {
"fred-series-us-economic-time-series-mcp": {
"url": "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
}
}
} Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by FRED. All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.
Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about FRED Series — U.S. Economic Time Series MCP in Cursor
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the FRED Series — U.S. Economic Time Series MCP today
We host it, we monitor it, we maintain it. You just paste one token.