# CDC MMWR Reports MCP server

Morbidity and Mortality Weekly Reports and disease surveillance

## Links
- Registry page: https://www.getdrio.com/mcp/com-olyport-cdc-mmwr
- Website: https://olyport.com

## Install
- Endpoint: https://mcp.olyport.com/cdc-mmwr/mcp
- Auth: Not captured

## Setup notes
- Remote endpoint: https://mcp.olyport.com/cdc-mmwr/mcp

## Tools
- get_recent_reports - Get recent MMWR weekly reports and recommendations from CDC.

    Returns the most recent Morbidity and Mortality Weekly Report articles
    published by the CDC, including titles, publication dates, and PubMed IDs.
    MMWR is the CDC's primary vehicle for scientific publication of timely,
    reliable, and authoritative public health information.

    Args:
        limit: Maximum number of reports to return (default 20, max 50).
     Endpoint: https://mcp.olyport.com/cdc-mmwr/mcp
- search_mmwr - Search MMWR articles by topic via PubMed.

    Searches the Morbidity and Mortality Weekly Report journal for articles
    matching your query. Use for finding CDC guidance, outbreak reports,
    surveillance summaries, and public health recommendations.

    Args:
        query: Search terms (e.g. 'COVID-19 vaccine effectiveness',
            'influenza surveillance', 'measles outbreak 2024').
        limit: Maximum number of results to return (default 20, max 100).
     Endpoint: https://mcp.olyport.com/cdc-mmwr/mcp
- get_report_detail - Get the full abstract and metadata of an MMWR article by PubMed ID.

    Returns the complete abstract, authors, publication date, volume/issue,
    and any MeSH subject headings. Use PMIDs from search_mmwr or
    get_recent_reports results.

    Args:
        pmid: PubMed ID of the MMWR article (e.g. '38271059').
     Endpoint: https://mcp.olyport.com/cdc-mmwr/mcp
- get_disease_surveillance - Get current surveillance data for a notifiable disease from MMWR/CDC.

    Searches recent MMWR articles for surveillance reports and case counts
    related to a specific notifiable disease. Useful for tracking disease
    trends, outbreak reports, and current epidemiological data.

    Args:
        disease: Name of the disease (e.g. 'measles', 'tuberculosis',
            'salmonella', 'pertussis', 'hepatitis A').
     Endpoint: https://mcp.olyport.com/cdc-mmwr/mcp

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: com.olyport
- Version: 1.1.0
- Runtime: Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Apr 2, 2026
- Source: https://registry.modelcontextprotocol.io
