Labsco
connerlambden logo

BGPT MCP

β˜… 35

from connerlambden

Search scientific papers with structured experimental data extracted from full-text studies. Returns 25+ fields per paper including methods, results, sample sizes, limitations, and quality scores.

πŸ”₯πŸ”₯πŸ”₯πŸ”₯βœ“ VerifiedAccount requiredQuick setup

BGPT MCP + REST API

Search scientific papers from Claude, Cursor, any MCP-compatible AI tool, or plain Python.

BGPT is a remote Model Context Protocol (MCP) server and traditional JSON/HTTP API that gives AI assistants and Python apps access to a database of scientific papers built from full-text studies. Unlike typical search tools that return titles and abstracts, BGPT extracts raw experimental data β€” methods, results, conclusions, quality scores, sample sizes, limitations, and 25+ metadata fields per paper.

MCP Compatible npm License: MIT bgpt-mcp MCP server


Evidence Demo

If you want to see why BGPT is different from ordinary paper search, start here:

  • EVIDENCE_DEMO.md β€” a claim-interrogation demo for GLP-1 alcohol craving
  • examples/bgpt_plotly_evidence_dashboard.py β€” generate a Plotly HTML dashboard with study methods, samples, limitations, conflicts, data availability, blind spots, and falsifiability prompts
  • PROMPT_GALLERY.md β€” prompts for scientific RAG, literature review agents, and evidence dashboards

The core idea: BGPT helps an AI agent ask what would weaken this scientific claim? before it summarizes the literature.


What You Get

BGPT exposes the same scientific-paper search through an MCP tool and a REST endpoint.

REST endpoint

POST https://bgpt.pro/api/mcp-search

JSON fieldTypeRequiredDescription
querystringYesSearch terms (e.g. "CRISPR gene editing efficiency")
num_resultsintegerNoNumber of results to return (1-100, default 10)
days_backintegerNoOnly return papers published within the last N days
api_keystringNoYour Stripe subscription ID for paid access

MCP tool

search_papers

ParameterTypeRequiredDescription
querystringYesSearch terms (e.g. "CRISPR gene editing efficiency")
num_resultsintegerNoNumber of results to return (1-100, default 10)
days_backintegerNoOnly return papers published within the last N days
api_keystringNoYour Stripe subscription ID for paid access

What comes back

Each paper result includes 25+ fields, extracted from the full text:

  • Title & DOI β€” standard identifiers
  • Methods β€” experimental design, techniques used
  • Results β€” raw findings, measurements, statistical outcomes
  • Conclusions β€” what the authors determined
  • Quality scores β€” methodological rigor assessment
  • Sample sizes β€” participant/specimen counts
  • Limitations β€” acknowledged weaknesses
  • And more β€” funding, conflicts of interest, study type, etc.

Example

Ask your AI assistant:

"Search for recent papers on CAR-T cell therapy response rates"

BGPT returns structured experimental data your AI can reason over β€” not just a list of titles.


Pricing

TierCostDetails
Free$050 free results, no API key needed
Pay-as-you-go$0.02/resultBilled per result returned. Get an API key at bgpt.pro/mcp

How It Works

Your AI Assistant (Claude, Cursor, etc.)
        β”‚
        β”‚  MCP Protocol (SSE or Streamable HTTP)
        β–Ό
   BGPT MCP / REST API
   https://bgpt.pro/mcp/sse
   https://bgpt.pro/mcp/stream
   https://bgpt.pro/api/mcp-search
        β”‚
        β”‚  search_papers(query, ...)
        β–Ό
   BGPT Paper Database
   (full-text extracted data)
        β”‚
        β–Ό
   Structured Results
   (methods, results, quality scores, 25+ fields)

BGPT is a hosted remote service β€” your MCP client connects via SSE or Streamable HTTP, or your app calls the REST endpoint directly. No Docker, scraping, or local index required.


Use Cases

  • Literature reviews β€” Ask your AI to survey a topic with real experimental data
  • Python notebooks β€” Pull recent paper evidence into analysis workflows with one HTTP call
  • Evidence synthesis β€” Ground AI responses in actual study findings
  • Research assistance β€” Find papers by methodology, outcome, or recency
  • Fact-checking β€” Verify claims against published experimental results
  • Grant writing β€” Quickly gather supporting evidence for proposals

Related MCP

From the same author β€” news/markets bias scoring on one side, structured scientific evidence on the other:

  • Helium MCP β€” 37-dimensional news bias scoring, market data, ML options pricing (demo)
  • helium-mcp-cookbook β€” runnable Python recipes for Helium's REST surface

Listed On

BGPT is indexed on several API and MCP directories (helps discovery; links are dofollow where noted):


Documentation

Full documentation, FAQ, and setup guides: bgpt.pro/mcp

OpenAPI spec for the REST endpoint: openapi.yaml

Additional REST discovery assets:


Support