/bgpt-paper-search
Search scientific papers and retrieve structured experimental data extracted from full-text studies via the BGPT MCP server. Returns 25+ fields per paper including methods, results, sample sizes, quality scores, and conclusions. Use for literature reviews, evidence synthesis,
One skill from scientific-agent-skills.
shell
$ npx -y skills add K-Dense-AI/scientific-agent-skills --skill bgpt-paper-search --agent claude-codeInstalls just this skill. Get the whole plugin for auto-invocation.
How it fires
How this skill gets triggered: by you, by Claude, or both.
- Fires itselfClaude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/bgpt-paper-search
Context preview
The summary Claude sees to decide when to auto-load this skill.
Search scientific papers and retrieve structured experimental data extracted from full-text studies via the BGPT MCP server. Returns 25+ fields per paper including methods, results, sample sizes, quality scores, and conclusions. Use for literature reviews, evidence synthesis,
Stats
Stars31,545
Forks3,146
LanguagePython
LicenseMIT
Ships with scientific-agent-skills
SKILL.md
bgpt-paper-search.SKILL.md
--- name: bgpt-paper-search description: Search scientific papers and retrieve structured experimental data extracted from full-text studies via the BGPT MCP server. Returns 25+ fields per paper including methods, results, sample sizes, quality scores, and conclusions. Use for literature reviews, evidence synthesis, and finding experimental details not available in abstracts alone. license: MIT compatibility: Requires the BGPT MCP server configured in the agent host (npx mcp-remote or npx bgpt-mcp), internet access to bgpt.pro, and an optional BGPT API key for paid usage. metadata: {"version": "1.1", "skill-author": "BGPT", "website": "https://bgpt.pro/mcp", "github": "https://github.com/connerlambden/bgpt-mcp"} --- # BGPT Paper Search ## Overview BGPT is a remote MCP server that searches a curated database of scientific papers built from raw experimental data extracted from full-text studies. Unlike traditional literature databases that return titles and abstracts, BGPT returns structured data from the actual paper content — methods, quantitative results, sample sizes, quality assessments, and 25+ metadata fields per paper. ## When to Use This Skill Use this skill when: - Searching for scientific papers with specific experimental details - Conducting systematic or scoping literature reviews - Finding quantitative results, sample sizes, or effect sizes across studies - Comparing methodologies used in different studies
