Skip to main content
Glama
inciteful-xyz

Inciteful MCP

Official

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
OPENALEX_EMAILNoOpenAlex mailto contact
OPENALEX_API_KEYNoOpenAlex API key
INCITEFUL_BASE_URLNoInciteful server base URLhttps://graph.incitefulmed.com
REQUEST_TIMEOUT_MSNoPer-request timeout, maximum 30000045000

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
search_papersA

Search OpenAlex for papers by topic or title. Returns metadata and next_cursor for pagination. Use selected IDs with get_paper or similar_papers.

get_paperA

Retrieve a paper from OpenAlex (full metadata, DOI/OpenAlex ID/PMID) or Inciteful (compact graph metadata and citation counts).

similar_papersA

Find related literature using Inciteful citation graph similarity, optionally enriched with OpenAlex metadata via exact DOI matches. OpenAlex IDs are resolved to DOI/PMID first. Graph coverage may be narrower than OpenAlex.

connect_papersA

Find citation paths between two papers using Inciteful. Returns paths, edge directions, and the papers on the returned paths.

discover_papersA

Rank papers in an Inciteful graph around one seed paper by similarity, PageRank influence, or publication year. Excludes the seed. Similarity is a graph metric, not a quality assessment.

literature_reviewA

Build and query a literature-review graph from 1–500 seed papers. Returns selected paper, author, institution, and journal rankings based on Inciteful dashboard queries. To add papers, call again with the returned seed_ids plus selected result paper_id values. Batches OpenAlex/Inciteful identifier resolution and deduplicates canonical seeds. Multi-seed similarity and review candidates use distance 2; seeds are excluded from rankings. Review-paper and upcoming-author labels are graph heuristics. No persistent review state is stored.

get_abstractA

Retrieve a readable abstract from OpenAlex, falling back to PubMed/PMC BioC. Returns source attribution and candidate full-text links.

get_full_text_linksA

Return potential full-text PDF and article URLs from OpenAlex, ordered with its best open-access copy first. Includes license/version/access metadata and archive URLs. Use your web tools to fetch publisher or repository links; availability is not guaranteed.

get_full_textA

Fetch readable article text from PMC BioC, or OpenAlex structured XML when an API key is configured (archive download charges may apply). Returns chunks with next_offset and content hash. If retrieval fails, returns candidate URLs for the agent to fetch with web/PDF tools. Does not scrape arbitrary publisher sites.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4/5.0

Scored across 9 tools

Disambiguation4/5

Each tool targets a distinct research workflow step: search, retrieval, similarity, citation paths, discovery, review, abstracts, and full-text. Similar purposes exist between similar_papers and discover_papers, but their methodological differences are clearly described, avoiding significant confusion.

Naming Consistency4/5

Tool names mostly follow a verb_noun pattern (search_papers, get_paper, connect_papers, get_abstract, get_full_text). A few names deviate slightly, such as similar_papers and literature_review, but the convention is consistent enough to be predictable and readable.

Tool Count5/5

With 9 tools, the set is well-scoped for a scholarly research assistant covering search, discovery, analysis, and retrieval. Each tool has a clear role without unnecessary proliferation or redundancy.

Completeness5/5

The tools cover the full research lifecycle: searching, retrieving metadata, exploring citation relationships, ranking and discovering papers, building literature reviews, and obtaining abstracts and full text. No major gaps are evident for the stated academic research domain.

Maintenance

ActivityMaintained
ResponsivenessNo issues