4,500+ servers built on MCP Fusion
Vinkius
FRED Categories — Economic Data Taxonomy logo
Vinkius
Vercel AI SDK logo

How to Use the FRED Categories — Economic Data Taxonomy MCP in Vercel AI SDK

Stream the complete FRED taxonomy directly into your React components with Vercel AI SDK and get real-time economic data.

See Vinkius in Action

Works with every AI agent you already use

…and any MCP-compatible client

FRED Categories — Economic Data Taxonomy MCP on Cursor AI Code Editor MCP Client FRED Categories — Economic Data Taxonomy MCP on Claude Desktop App MCP Integration FRED Categories — Economic Data Taxonomy MCP on OpenAI Agents SDK MCP Compatible FRED Categories — Economic Data Taxonomy MCP on Visual Studio Code MCP Extension Client FRED Categories — Economic Data Taxonomy MCP on GitHub Copilot AI Agent MCP Integration FRED Categories — Economic Data Taxonomy MCP on Google Gemini AI MCP Integration FRED Categories — Economic Data Taxonomy MCP on Lovable AI Development MCP Client FRED Categories — Economic Data Taxonomy MCP on Mistral AI Agents MCP Compatible FRED Categories — Economic Data Taxonomy MCP on Amazon AWS Bedrock MCP Support
MCP Servers - Free for Subscribers
Vercel AI SDK

Connect FRED Categories — Economic Data Taxonomy MCP to Vercel AI SDK

Create your Vinkius account to connect FRED Categories — Economic Data Taxonomy to Vercel AI SDK and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.

GDPR Free for Subscribers

Stream economic branches directly into your React UI

Stop making your users stare at static loading spinners while fetching heavy macroeconomic hierarchies. Feed `get_category_children` directly into your Vercel AI SDK streaming setup to render nested sectors like National Accounts or Prices on the fly. Your agent builds the tree node-by-node, updating the DOM as the data arrives. Since this MCP Server runs on Vinkius edge-compatible infrastructure, you avoid cold starts. The SDK maps the JSON payloads from `get_category` straight to your UI components, letting users browse over 800,000 series without lag.

Filter FRED series dynamically with Vercel AI SDK

By calling `get_category_tags` alongside `get_category_series`, your application lets the LLM group indicators like employment or banking on the fly. The Vercel AI SDK handles the tool execution loop, ensuring the user sees the exact tags guiding the data extraction. You write the React code, and the MCP Server handles the taxonomic heavy lifting. Your streaming interface updates live as the model filters down to specific series IDs, giving your users a responsive, data-rich dashboard.

Clean edge execution for economic trees

Standard setups choke when recursively fetching deep branches of the FRED taxonomy. This MCP server keeps memory footprints low by exposing precise node lookups via `get_category`, which plays perfectly with Vercel's edge runtime constraints. Close connections cleanly using the built-in SDK methods once the taxonomy is mapped. Your serverless functions stay warm, fast, and light on resources while pulling active economic series data.

Setup guide

Set up FRED Categories — Economic Data Taxonomy MCP in Vercel AI SDK

Prerequisites

  • Node.js 18+ and a TypeScript project
  • ai + @modelcontextprotocol/sdk packages
  • Active Vinkius subscription with a valid endpoint token
  1. 1

    Install dependencies

    Run npm install ai @modelcontextprotocol/sdk plus your preferred model provider (e.g. @ai-sdk/openai).

  2. 2

    Create the Streamable HTTP transport

    Use StreamableHTTPClientTransport with your Vinkius endpoint URL. Replace [YOUR_TOKEN_HERE] with your token from cloud.vinkius.com.

  3. 3

    Discover and use tools

    Call mcpClient.tools() to auto-discover all FRED Categories — Economic Data Taxonomy tools. Pass them directly to generateText() or streamText() — no manual schema definitions needed.

  4. 4

    Works with any model provider

    Swap openai("gpt-4o") for any AI SDK provider — Anthropic, Google, Mistral. The MCP tools work identically across all supported models.

index.ts
import { experimental_createMCPClient as createMCPClient } from "ai";
import { StreamableHTTPClientTransport } from "@modelcontextprotocol/sdk/client/streamableHttp";
import { generateText } from "ai";
import { openai } from "@ai-sdk/openai";

const transport = new StreamableHTTPClientTransport(
  new URL("https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp")
);

const mcpClient = await createMCPClient({ transport });
const tools = await mcpClient.tools();

const { text } = await generateText({
  model: openai("gpt-4o"),
  tools,
  prompt: "List recent FRED Categories — Economic Data Taxonomy transactions",
});

console.log(text);
await mcpClient.close();

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 Categories — Economic Data Taxonomy MCP in Vercel AI SDK

You initialize the client with `createMCPClient` and pass the tools directly into `streamText`. The model will invoke `get_category_children` to fetch subcategories and stream the structural nodes straight to your React frontend.
Yes, this setup is fully compatible with Edge runtimes. The MCP Server handles the external API communication, allowing your Vercel AI SDK code to stay lightweight and execute within edge limits.
Always call `mcpClient.close()` after your `streamText` or `generateText` execution finishes. This prevents hanging TCP connections in your serverless environments when querying `get_category_series`.
The model starts at root category 0 and uses `get_category_children` to discover major IDs like 10 for Labor or 32455 for Prices. It navigates down the tree step-by-step to find the exact target node.
This server only handles public economic taxonomy metadata, category IDs, and series tags. The MCP Server runs the query in a secure, isolated sandbox, meaning your Vercel AI SDK API keys and session tokens never leak to external networks.

Start using the FRED Categories — Economic Data Taxonomy MCP today

We host it, we monitor it, we maintain it. You just paste one token.

Built & Managed by Vinkius 30s setup 4 tools

We've already built the connector for FRED Categories — Economic Data Taxonomy. Just plug in your AI agents and start using Vinkius.

No hosting. No infrastructure. No complex setup.
All 4 tools are live and waiting. You're up and running in seconds.

Claude Claude
ChatGPT ChatGPT
Cursor Cursor
Gemini Gemini
Windsurf Windsurf
VS Code VS Code
JetBrains JetBrains
Vercel Vercel
+ other MCP clients

Vinkius gives your AI agents access to the full catalog of app connectors, all fully managed, secure, and enterprise-ready. One subscription, every tool you need.

Zero hosting required Full MCP catalog included Enterprise-grade security Auto-updated by Vinkius

Built, hosted, and secured by Vinkius. You just connect and go.