mirror of
https://github.com/Shubhamsaboo/awesome-llm-apps.git
synced 2026-07-16 15:34:47 -05:00
[GH-ISSUE #844] Add BGPT API as a scientific RAG / research-agent example #6488
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @connerlambden on GitHub (May 26, 2026).
Original GitHub issue: https://github.com/Shubhamsaboo/awesome-llm-apps/issues/844
Hi, I'd like to suggest BGPT API as a scientific retrieval source for scientific RAG and LLM-agent apps.
BGPT is a REST/Python API and MCP server for searching scientific papers. Unlike a generic web or abstract search tool, it returns structured evidence extracted from full-text studies: methods, results, sample sizes/populations, study context, limitations, conflicts of interest, data/code availability, quality scores, and fields for falsifiability / study blindspots.
Links:
POST https://bgpt.pro/api/mcp-searchWhy it fits:
Possible listing:
BGPT API - REST/Python and MCP retrieval source for scientific papers, returning structured full-text evidence fields for research-focused RAG and agents.