Agent Proposal
Name: Scientific Paper Research Agent
Description: Research agent that searches scientific papers and retrieves structured experimental data using the BGPT MCP server. Useful for developers building evidence-based features, health/biotech applications, or conducting technical literature reviews.
MCP Server
What it does
Searches scientific papers and returns structured experimental data from full-text studies:
- Methods, results, sample sizes, quality scores
- 25+ metadata fields per paper
- Free tier: 50 searches, no API key needed
Use case
A developer working on a health/biotech app needs to validate clinical evidence. Instead of leaving their editor, they ask the agent to search for papers on a specific topic and get structured results with methods and quantitative findings.
MCP Config
{
"command": "npx",
"args": ["mcp-remote", "https://bgpt.pro/mcp/sse"]
}
Happy to create the full .agent.md file if there's interest.