Skip to main content
Glama

BGPT - Scientific Paper Search

Ownership verified

Server Details

Search scientific papers with structured experimental data from full-text studies

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL
Repository
connerlambden/bgpt-mcp
GitHub Stars
38
Server Listing
BGPT

Glama MCP Gateway

Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.

MCP client
Glama
MCP server

Full call logging

Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.

Tool access control

Enable or disable individual tools per connector, so you decide what your agents can and cannot do.

Managed credentials

Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.

Usage analytics

See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.

100% free. Your data is private.
Tool DescriptionsA

Average 4.8/5 across 2 of 2 tools scored.

Server CoherenceA
Disambiguation5/5

The two tools have clearly distinct purposes: one is for looking up a paper by DOI, the other is for searching papers by query. No ambiguity.

Naming Consistency5/5

Both tool names follow a consistent verb_noun pattern (lookup_paper, search_papers).

Tool Count3/5

With only 2 tools, the server is minimal yet functional for its claimed purpose of scientific paper search and lookup. It's slightly thin but not unreasonable.

Completeness3/5

The tool set covers search and lookup by DOI, but lacks operations for other identifiers, filtering, or advanced queries. Moderate gaps exist for a comprehensive research tool.

Available Tools

2 tools
lookup_paperLook up paper by DOI
Read-onlyIdempotent
Inspect

Look up a single paper by its DOI.

Args: doi: The DOI of the paper (e.g. "10.1038/s41586-024-07386-0"). output_format: "evidence" for compact claim-level evidence (default), "legacy" for original paper metadata, or "full" for both.

Returns: An envelope with found status and the paper in result, or a not-found message. A found paper counts as one result.

ParametersJSON Schema
NameRequiredDescriptionDefault
doiYes
output_formatNoevidence

Output Schema

ParametersJSON Schema
NameRequiredDescription

No output parameters

search_papersSearch scientific evidence
Read-onlyIdempotent
Inspect

Search claim-level evidence extracted from full-text scientific papers.

Args: query: Search terms (e.g. "CRISPR gene editing efficiency"). Short, concise queries are best. English language only. Use days_back and num_results instead of adding years or filters to the query. num_results: Number of results to return (1-100, default 16). First 50 results are free, then metered per result for paid users. days_back: Only return papers published within the last N days. output_format: "evidence" for compact claim-level evidence (default), "legacy" for original paper metadata, or "full" for both.

Returns: An envelope whose results list contains papers with claims, experiments, exact results, demonstrated scope, limitations, and provenance.

ParametersJSON Schema
NameRequiredDescriptionDefault
queryYes
days_backNo
num_resultsNo
output_formatNoevidence

Output Schema

ParametersJSON Schema
NameRequiredDescription

No output parameters

Discussions

No comments yet. Be the first to start the discussion!

Try in Browser

Your Connectors

Sign in to create a connector for this server.