How to Use the FRED Full Access — U.S. Economic Intelligence MCP in Cursor
Inject live U.S. economic data from 816,000+ series directly into your code with Cursor's AI agent.
Works with every AI agent you already use
…and any MCP-compatible client
Connect FRED Full Access — U.S. Economic Intelligence MCP to Cursor
Create your Vinkius account to connect FRED Full Access — U.S. Economic Intelligence 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.
Code with Real-Time Economic Data
Stop using mock data. Tell the Cursor agent, "Fetch the last 10 years of GDP data and create a Python dictionary." It will call `get_series` and `get_observations` and write the code with the actual data already populated. This works for any of the 816,000+ series. Need to build a function that charts treasury yields? The agent can find the `DGS10` series ID, pull the data, and generate the plotting code in one step. You're writing code against live federal data, not stubs.
Discover APIs Inside Your Editor
You don't need to have the FRED API docs open in another window. Just ask the agent, "How do I find series related to employment?" It will use the `search_series` and `get_category_series` MCP tools to find what you need and show you the results. Let the agent explore the data structure for you. Ask it to "find the child categories for 'Prices'" and it runs `get_category_children` with the right ID. It then explains the results, helping you build your data model without leaving your editor.
Build Data Models with the Cursor MCP Server
This MCP server gives your agent deep access to the Federal Reserve's data structure. You can have it map out entire data release schedules using `get_release_dates` and `get_release_series` to automate data ingestion pipelines. It's perfect for complex projects. For example, you can build a script that pulls vintage data for backtesting. The agent uses `get_vintage_dates` to get all historical revisions for a series like `GDP`, ensuring your model trains on point-in-time data. This is a powerful MCP integration.
Set up FRED Full Access — U.S. Economic Intelligence 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 Full Access — U.S. Economic Intelligence 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 Full Access — U.S. Economic Intelligence transactions." If the MCP tools are loaded correctly, Cursor will call the FRED Full Access — U.S. Economic Intelligence tools automatically. You can also check Settings → MCP for a green status indicator.
{
"mcpServers": {
"fred-full-access-us-economic-intelligence-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 Full Access — U.S. Economic Intelligence MCP in Cursor
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the FRED Full Access — U.S. Economic Intelligence MCP today
We host it, we monitor it, we maintain it. You just paste one token.