# Cochrane Medical Reviews MCP server

Systematic medical reviews and evidence-based healthcare research

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

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

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

## Tools
- search_reviews - Search Cochrane systematic reviews via PubMed.

    Finds Cochrane Database of Systematic Reviews articles matching
    your query. Returns PubMed IDs, titles, and publication dates.
    Use get_review_detail with a PMID to get the full abstract.

    Args:
        query: Search terms for finding reviews (e.g. 'diabetes exercise',
            'hypertension treatment', 'childhood vaccination safety').
        limit: Maximum number of results to return (default 20, max 100).
     Endpoint: https://mcp.olyport.com/cochrane/mcp
- get_review_detail - Get full details of a Cochrane systematic review by PubMed ID.

    Returns the complete abstract, authors, publication info, MeSH terms,
    and conclusions of a Cochrane review. Use PMIDs from search_reviews results.

    Args:
        pmid: PubMed ID of the review (e.g. '35658166').
     Endpoint: https://mcp.olyport.com/cochrane/mcp
- search_clinical_trials - Search clinical trials related to a health condition via PubMed.

    Finds clinical trial publications matching the condition and optional
    intervention. Returns trial titles, authors, and PubMed IDs.

    Args:
        condition: The health condition or disease (e.g. 'type 2 diabetes',
            'breast cancer', 'depression').
        intervention: Optional treatment or intervention to include in search
            (e.g. 'metformin', 'cognitive behavioral therapy').
        limit: Maximum number of results to return (default 20, max 100).
     Endpoint: https://mcp.olyport.com/cochrane/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
