# BGPT - Scientific Paper Search MCP server

Search scientific papers with structured experimental data from full-text studies

## Links
- Registry page: https://www.getdrio.com/mcp/io-github-connerlambden-bgpt-mcp
- Repository: https://github.com/connerlambden/bgpt-mcp
- Website: https://bgpt.pro/mcp

## Install
- Endpoint: https://bgpt.pro/mcp/sse
- Auth: Not captured

## Setup notes
- Remote endpoint: https://bgpt.pro/mcp/sse
- Remote endpoint: https://bgpt.pro/mcp/stream

## Tools
- search_papers - Search BGPT's database of scientific papers by keyword.

Args:
    query: Search terms (e.g. "CRISPR gene editing efficiency") Short, concise queries are best. English language only. Don't include years or filters — use the days_back and num_results params instead.
    num_results: Number of results to return (1-100, default 16). First 50 results are free, then billed at $0.01/result for paid users.
    days_back: Only return papers published within the last N days.
    api_key: Optional: Your Stripe subscription ID for paid access. Get one at https://bgpt.pro/mcp

Returns:
    Papers with title, DOI, Raw Data, methods, results, quality scores, and 25+ metadata fields. Endpoint: https://bgpt.pro/mcp/stream
- lookup_paper - Look up a single paper by its DOI.

Args:
    doi: The DOI of the paper (e.g. "10.1038/s41586-024-07386-0").
    api_key: Optional: Your Stripe subscription ID for paid access. Get one at https://bgpt.pro/mcp

Returns:
    Paper with title, DOI, Raw Data, methods, results, quality scores, and 25+ metadata fields — or an error if not found. Costs $0.02 if found, free if not. Endpoint: https://bgpt.pro/mcp/stream

## Resources
Not captured

## Prompts
Not captured

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