Skip to main content
Glama
lnkvv210-eng

sci-bot-mcp

by lnkvv210-eng

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
HOSTNoHTTP bind host.0.0.0.0
PORTNoHosted HTTP port supplied by the platform.8000
AI_MODELNoChat model name.deepseek-chat
MCP_PORTNoHTTP port fallback when PORT is not set.8000
AI_BASE_URLNoOpenAI-compatible API endpoint.https://api.deepseek.com
MCP_TRANSPORTNostdio, streamable-http, or sse.auto
DEEPSEEK_API_KEYYesDeepSeek API key used by ask_research_question.

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
search_papersA

Search 200M+ academic papers using CrossRef API.

Args: query: Search query (e.g. "CRISPR gene editing", "transformer attention mechanism") limit: Number of results to return (default 8, max 20)

Returns: List of papers with title, authors, year, citation count, DOI, and abstract.

ask_research_questionA

Ask a research question and get an AI-generated answer with real paper citations.

Searches academic papers and uses an LLM to synthesize an answer with proper citations [1][2][3].

Args: question: Your research question (e.g. "What are the latest CRISPR clinical applications?") num_references: Number of reference papers to use (default 8, max 15)

Returns: A well-structured answer with inline citations and a reference list with DOIs.

get_paper_detailsA

Get detailed information about a specific paper by its DOI.

Args: doi: The DOI of the paper (e.g. "10.1038/nature14539")

Returns: Detailed paper info including full abstract, all authors, journal, and citation count.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/lnkvv210-eng/sci-bot-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server