4,500+ servers built on MCP Fusion
Vinkius
CDC Public Health / 美国疾控中心 logo
Vinkius
Mastra AI logo

How to Use the CDC Public Health / 美国疾控中心 MCP in Mastra AI

Build resilient, automated workflows for CDC health data that handle errors and retries with Mastra AI.

See Vinkius in Action

Works with every AI agent you already use

…and any MCP-compatible client

CDC Public Health / 美国疾控中心 MCP on Cursor AI Code Editor MCP Client CDC Public Health / 美国疾控中心 MCP on Claude Desktop App MCP Integration CDC Public Health / 美国疾控中心 MCP on OpenAI Agents SDK MCP Compatible CDC Public Health / 美国疾控中心 MCP on Visual Studio Code MCP Extension Client CDC Public Health / 美国疾控中心 MCP on GitHub Copilot AI Agent MCP Integration CDC Public Health / 美国疾控中心 MCP on Google Gemini AI MCP Integration CDC Public Health / 美国疾控中心 MCP on Lovable AI Development MCP Client CDC Public Health / 美国疾控中心 MCP on Mistral AI Agents MCP Compatible CDC Public Health / 美国疾控中心 MCP on Amazon AWS Bedrock MCP Support
MCP Servers - Free for Subscribers
Mastra AI

Connect CDC Public Health / 美国疾控中心 MCP to Mastra AI

Create your Vinkius account to connect CDC Public Health / 美国疾控中心 to Mastra AI 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

Automate Health Content Audits

A Mastra AI agent can run a complete audit of CDC content. It starts by calling `list_health_topics` to get a directory, then iterates through each one, calling `get_topic_metadata` to check for changes or new information. It's a simple, powerful workflow. If the CDC's API is slow or temporarily unavailable, Mastra's workflow engine automatically handles it. Built-in exponential backoff and retries mean your audit job will complete without you needing to write a single line of error-handling code.

Build a New Media Alert System with Mastra AI

You can schedule a Mastra agent to run `get_recent_health_media` periodically. When a new media item is detected, the agent can use its ID to call `get_media_details` and pull the title and summary. From there, the workflow engine can hand that information off to another tool, like one that sends a Slack message or an email. This creates a reliable, set-and-forget monitoring system for important public health updates, powered by this MCP Server.

Run Workflows Across Multiple Languages

This server provides content in different languages. Your agent can start a workflow by calling `list_supported_languages` to see what's available. Then, it can loop through each language and run a `search_health_media` query. Mastra AI makes these kinds of multi-step processes easy to define and manage. The framework handles the state and logic, so you can focus on the task: gathering localized health content from a trusted source.

Setup guide

Set up CDC Public Health / 美国疾控中心 MCP in Mastra AI

Prerequisites

  • Node.js 18+ and a TypeScript project
  • @mastra/mcp + @mastra/core packages
  • Active Vinkius subscription with a valid endpoint token
  1. 1

    Install dependencies

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

  2. 2

    Configure the MCPClient

    Create an MCPClient with your Vinkius endpoint as a URL object. Replace [YOUR_TOKEN_HERE] with your token from cloud.vinkius.com.

  3. 3

    Discover and inject tools

    Call mcpClient.listTools() and spread the result into your agent's tools object. All CDC Public Health / 美国疾控中心 tools become native Mastra tools.

  4. 4

    Run with any model

    Swap openai("gpt-4o") for any AI SDK-compatible provider. Call agent.generate() and the agent routes tool calls through MCP automatically.

agent.ts
import { MCPClient } from "@mastra/mcp";
import { Agent } from "@mastra/core/agent";
import { openai } from "@ai-sdk/openai";

const mcpClient = new MCPClient({
  id: "cdc-public-health-mcp-client",
  servers: {
    "cdc-public-health-mcp": {
      url: new URL(
        "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
      ),
    },
  },
});

const agent = new Agent({
  name: "CDC Public Health / 美国疾控中心 Agent",
  model: openai("gpt-4o"),
  instructions: "You have access to CDC Public Health / 美国疾控中心 tools.",
  tools: {
    ...(await mcpClient.listTools()),
  },
});

const result = await agent.generate(
  "List recent CDC Public Health / 美国疾控中心 transactions"
);
console.log(result.text);

Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by CDC Public Health / 美国疾控中心. 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 CDC Public Health / 美国疾控中心 MCP in Mastra AI

You instantiate the Mastra `MCPClient` and pass your Vinkius server URL in the configuration. Mastra's client will automatically discover the available tools like `search_health_media`, which you can then assign to your agents.
Absolutely. That's the point of a workflow. Your agent can use `get_recent_health_media` from this server, then pass the result to a different tool from another server that writes to a database or sends a push notification.
Mastra AI has built-in resilience. If a tool call to the CDC server fails due to a network issue, the engine can automatically retry with exponential backoff. You can configure this behavior to make your health data workflows extremely reliable.
Mastra's client can discover tools dynamically. When you restart your agent, it will call `listTools()` and see the new functions without you needing to update any code, as long as your agent is configured to use them.
Yes. Your Mastra agent interacts with the server to query public CDC health media and topic data. Each transaction is handled by a dedicated Vinkius sandbox that is destroyed after use, ensuring none of your workflow's state or data is ever persisted on the server.

Start using the CDC Public Health / 美国疾控中心 MCP today

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

Built & Managed by Vinkius 30s setup 8 tools

We've already built the connector for CDC Public Health / 美国疾控中心. Just plug in your AI agents and start using Vinkius.

No hosting. No infrastructure. No complex setup.
All 8 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.