Skip to main content
Glama
yussufembabi

SCOPUS MCP Server

by yussufembabi

SCOPUS MCP Server

MCP server for the Scopus literature database, powered by the official Elsevier Scopus Search API.

Requirements

An Elsevier API key is required (free, personal tier, weekly quota ~20,000 requests):

  1. Go to https://dev.elsevier.com/ and sign in / register

  2. Click "Request an API Key" and create a key

  3. Set it as the ELS_API_KEY environment variable

The key is read from the environment only — never commit it to the repo.

Related MCP server: classScopusMCP

Tools

  • search_scopus - search Scopus (plain text or raw query syntax like TITLE-ABS-KEY("cancer") AND PUBYEAR > 2019), with author/journal/year filters

  • get_scopus_article - article metadata by DOI / EID / PII / Scopus ID

  • get_scopus_citations - total and yearly citation counts for an article

Run locally

pip install -r requirements.txt
set ELS_API_KEY=your-key-here   # PowerShell
python scopus_server.py

MCP endpoint: http://localhost:8000/mcp (Streamable HTTP)

Deploy

The included Dockerfile runs the server bound to $PORT (default 8000) on 0.0.0.0. Set ELS_API_KEY as a secret environment variable on your host.

F
license - not found
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • F
    license
    A
    quality
    D
    maintenance
    An MCP server that integrates Scopus, Crossref, and PubMed APIs to search academic papers and fetch abstracts, usable with any MCP-compatible AI client.
    2
  • A
    license
    A
    quality
    A
    maintenance
    An MCP server for academic literature research that integrates Scopus, CrossRef, OpenAlex, and Unpaywall to search documents, get abstracts, author profiles, citing papers, and open-access PDF links.
    6
    MIT
  • A
    license
    A
    quality
    C
    maintenance
    Unified MCP server for scientific literature search and extraction, integrating databases like Scopus, OpenAlex, Semantic Scholar, and Unpaywall to enable AI agents to discover papers, track citations, and analyze content.
    27
    MIT

View all related MCP servers

Related MCP Connectors

  • MCP server for Altmetric APIs - track research attention across news, policy, social media, and more

  • Academic research MCP server for paper search, citation checks, graphs, and deep research.

  • PubMed MCP — wraps the NCBI E-utilities API (biomedical literature, free, no auth)

View all MCP Connectors

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/yussufembabi/SCOPUS-MCP-Server'

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