Skip to content

feat(bio-research): add BGPT MCP as literature search option#113

Open
gn00295120 wants to merge 1 commit intoanthropics:mainfrom
gn00295120:feat/bio-research-bgpt-mcp
Open

feat(bio-research): add BGPT MCP as literature search option#113
gn00295120 wants to merge 1 commit intoanthropics:mainfrom
gn00295120:feat/bio-research-bgpt-mcp

Conversation

@gn00295120
Copy link

Summary

Adds BGPT as a third literature search MCP server in the bio-research plugin, alongside PubMed and bioRxiv.

Why BGPT

BGPT extracts structured experimental data from full-text papers (methods, results, sample sizes, quality scores, 25+ fields) — particularly valuable for systematic reviews and evidence synthesis. PubMed and bioRxiv return standard metadata (titles, abstracts, authors) but not structured experimental data.

Changes

File Change
bio-research/.mcp.json Added bgpt entry with SSE transport (https://bgpt.pro/mcp/sse)
bio-research/CONNECTORS.md Added BGPT to Literature row; documented SSE transport difference
bio-research/README.md Added BGPT row to MCP Servers table (10 → 11 servers)
bio-research/commands/start.md Added BGPT as third literature database in server checklist

Validation

Passes validate-plugin.sh — all checks green, no warnings.

Fixes #81

Add BGPT (https://bgpt.pro/mcp) as a literature search server in the
bio-research plugin. BGPT complements PubMed and bioRxiv by providing
structured experimental data extracted from full-text papers, including
methods, results, sample sizes, quality scores, and conclusions across
25+ fields per result — especially useful for systematic reviews and
evidence synthesis.

BGPT currently uses SSE transport, added with "type": "sse" in .mcp.json.
Free tier offers 50 searches per network with no API key required.

Closes anthropics#81
Copilot AI review requested due to automatic review settings March 12, 2026 03:47
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds BGPT as an additional MCP-backed literature source for the bio-research plugin, complementing existing PubMed and bioRxiv connectors by enabling structured experimental-data retrieval from full-text papers.

Changes:

  • Added a bgpt MCP server entry using SSE transport in .mcp.json
  • Documented BGPT in the plugin’s connector documentation and server list (README)
  • Updated the /start onboarding checklist to include BGPT as a literature option

Reviewed changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.

File Description
bio-research/.mcp.json Adds bgpt MCP server configuration using "type": "sse" and the BGPT SSE URL.
bio-research/CONNECTORS.md Updates Literature connector row to include BGPT and documents the SSE transport note.
bio-research/README.md Updates the stated server count (10 → 11) and adds BGPT to the MCP Servers table.
bio-research/commands/start.md Adds BGPT to the literature/data-sources checklist shown during /start.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

You can also share your feedback on Copilot code review. Take the survey.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add BGPT MCP as literature search option in bio-research plugin

2 participants