classScopusMCP
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@classScopusMCPsearch for recent papers on AI ethics"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
ClassScopus MCP Tool
๐ Model Context Protocol (MCP) ๋๊ตฌ๋ก ํ์ ๋ ผ๋ฌธ ๊ฒ์ ๋ฐ ์ด๋ก ๊ฐ์ ธ์ค๊ธฐ
Scopus, Crossref, PubMed API๋ฅผ ํตํฉํ์ฌ ๋ ผ๋ฌธ์ ๊ฒ์ํ๊ณ ์ด๋ก์ ๊ฐ์ ธ์ค๋ MCP ์๋ฒ์ ๋๋ค. Claude Desktop, Cursor, Ollama ๋ฑ MCP๋ฅผ ์ง์ํ๋ ๋ชจ๋ AI ํด๋ผ์ด์ธํธ์์ ์ฌ์ฉํ ์ ์์ต๋๋ค.
โจ ์ฃผ์ ๊ธฐ๋ฅ
๐ ๋ ผ๋ฌธ ๊ฒ์: Scopus API๋ฅผ ํตํ ๊ฐ๋ ฅํ ํ์ ๋ ผ๋ฌธ ๊ฒ์
๐ ์ด๋ก ๊ฐ์ ธ์ค๊ธฐ: Crossref, PubMed์์ ์๋์ผ๋ก ์ด๋ก ์์ง
๐ ๋ค์ค ์์ค: ์ฌ๋ฌ ๋ฐ์ดํฐ๋ฒ ์ด์ค์์ ์ต๊ณ ํ์ง์ ์ด๋ก ์ ํ
๐ก๏ธ ๋ณด์: ํ๊ฒฝ๋ณ์๋ฅผ ํตํ ์์ ํ API ํค ๊ด๋ฆฌ
๐ ๊ฐํธ ์ค์น: npx๋ก ์ฆ์ ์ฌ์ฉ ๊ฐ๋ฅ
๐ Python ๋ ๊ฑฐ์: ๊ธฐ์กด Python ๋ฒ์ ์ฝ๋ ํฌํจ
Related MCP server: Crossref Academic MCP Server
๐ ๋น ๋ฅธ ์์
1. ์ค์น
# NPM์ ํตํ ์ ์ญ ์ค์น
npm install -g abstract-search-mcp
# ๋๋ npx๋ก ์ฆ์ ์ฌ์ฉ
npx abstract-search-mcp2. API ํค ์ค์
Scopus API ํค๊ฐ ํ์ํฉ๋๋ค. Elsevier Developer Portal์์ ๋ฌด๋ฃ๋ก ๋ฐ๊ธ๋ฐ์ ์ ์์ต๋๋ค.
๋ฐฉ๋ฒ 1: ํ๊ฒฝ๋ณ์ (๊ถ์ฅ)
export SCOPUS_API_KEY="your_scopus_api_key_here"๋ฐฉ๋ฒ 2: ์ค์ ํ์ผ
# config.json ํ์ผ ์์ฑ
cp config.example.json config.json
# config.json ํ์ผ์ ํธ์งํ์ฌ API ํค ์
๋ ฅ3. MCP ํด๋ผ์ด์ธํธ ์ค์
Claude Desktop
~/.claude_desktop_config.json (macOS) ๋๋ %APPDATA%\Claude\claude_desktop_config.json (Windows):
{
"mcpServers": {
"abstract-search": {
"command": "npx",
"args": ["abstract-search-mcp"],
"env": {
"SCOPUS_API_KEY": "your_scopus_api_key_here"
}
}
}
}Cursor
ํ๋ก์ ํธ ๋ฃจํธ์ .cursor/mcp_config.json:
{
"mcpServers": {
"abstract-search": {
"command": "npx",
"args": ["abstract-search-mcp"],
"env": {
"SCOPUS_API_KEY": "your_scopus_api_key_here"
}
}
}
}Ollama
MCP ์ค์ ํ์ผ์ ์ถ๊ฐ:
{
"mcpServers": {
"abstract-search": {
"command": "npx",
"args": ["abstract-search-mcp"],
"env": {
"SCOPUS_API_KEY": "your_scopus_api_key_here"
}
}
}
}๐ ๏ธ ์ฌ์ฉ ๋ฐฉ๋ฒ
๋ ผ๋ฌธ ๊ฒ์
search_papers๋ฅผ ์ฌ์ฉํด์ 'machine learning' ๊ด๋ จ ๋
ผ๋ฌธ์ 5๊ฐ ๊ฒ์ํด์คDOI๋ก ์ด๋ก ๊ฐ์ ธ์ค๊ธฐ
get_abstract_by_doi๋ฅผ ์ฌ์ฉํด์ DOI '10.1038/nature12373'์ ์ด๋ก์ ๊ฐ์ ธ์์ค๐ ์ฌ์ฉ ๊ฐ๋ฅํ ๋๊ตฌ
1. search_papers
ํค์๋๋ก ๋ ผ๋ฌธ์ ๊ฒ์ํ๊ณ ์ด๋ก์ ๊ฐ์ ธ์ต๋๋ค.
๋งค๊ฐ๋ณ์:
query(ํ์): ๊ฒ์ํ ํค์๋count(์ ํ): ๊ฒ์ํ ๋ ผ๋ฌธ ์ (๊ธฐ๋ณธ๊ฐ: 10, ์ต๋: 50)
2. get_abstract_by_doi
DOI๋ก ํน์ ๋ ผ๋ฌธ์ ์ด๋ก์ ๊ฐ์ ธ์ต๋๋ค.
๋งค๊ฐ๋ณ์:
doi(ํ์): ๋ ผ๋ฌธ์ DOI
๐ง ๊ฐ๋ฐ์ ์ ๋ณด
๋ก์ปฌ ๊ฐ๋ฐ
# ์ ์ฅ์ ๋ณต์
git clone https://github.com/TaehongKim/classScopusMCP.git
cd classScopusMCP
# ์์กด์ฑ ์ค์น
npm install
# ๋ก์ปฌ ๋งํฌ
npm link
# ํ
์คํธ
npx abstract-search-mcpํ๋ก์ ํธ ๊ตฌ์กฐ
classScopusMCP/
โโโ abstract-search-server.js # ๋ฉ์ธ MCP ์๋ฒ
โโโ bin/
โ โโโ abstract-search.js # ์คํ ๋ํผ
โโโ config.example.json # ์ค์ ํ์ผ ์์
โโโ claude_desktop_config.example.json # Claude Desktop ์ค์ ์์
โโโ package.json # ํจํค์ง ์ ๋ณด
โโโ .npmignore # NPM ๋ฌด์ ํ์ผ
โโโ README.md # ๋ฉ์ธ ๋ฌธ์
โโโ MCP_SETUP_GUIDE.md # MCP ์ค์ ๊ฐ์ด๋
โโโ MCP_USAGE_GUIDE.md # MCP ์ฌ์ฉ ๊ฐ์ด๋
โโโ DEPLOYMENT.md # ๋ฐฐํฌ ๊ฐ์ด๋
โโโ python-legacy/ # Python ๋ ๊ฑฐ์ ์ฝ๋
โโโ scopusAPI.py # Python Scopus API
โโโ mcp_abstract_search_server.py # Python MCP ์๋ฒ
โโโ requirements_mcp.txt # Python ์์กด์ฑ๐ ์ง์ํ๋ ๋ฐ์ดํฐ๋ฒ ์ด์ค
Scopus: ์ฃผ์ ๊ฒ์ ์์ง
Crossref: DOI ๊ธฐ๋ฐ ๋ฉํ๋ฐ์ดํฐ ๋ฐ ์ด๋ก
PubMed: ์ํ/์๋ฌผํ ๋ ผ๋ฌธ ์ด๋ก
๐ ๋ผ์ด์ ์ค
MIT License - ์์ธํ ๋ด์ฉ์ LICENSE ํ์ผ์ ์ฐธ์กฐํ์ธ์.
๐ค ๊ธฐ์ฌํ๊ธฐ
๊ธฐ์ฌ๋ฅผ ํ์ํฉ๋๋ค! Issue๋ฅผ ์์ฑํ๊ฑฐ๋ Pull Request๋ฅผ ์ ์ถํด ์ฃผ์ธ์.
๐ ์ง์
GitHub Issues: ์ด์ ์์ฑ
๋ฌธ์: MCP ๊ณต์ ๋ฌธ์
๐ฏ ๋ก๋๋งต
Scopus API ํตํฉ
Crossref API ํตํฉ
PubMed API ํตํฉ
MCP ์๋ฒ ๊ตฌํ
Python ๋ ๊ฑฐ์ ์ฝ๋ ํฌํจ
arXiv API ํตํฉ
Google Scholar ์ง์
์ธ์ฉ ์ ๋ณด ์ถ๊ฐ
๋ ผ๋ฌธ ์ ๋ฌธ ๋งํฌ ์ ๊ณต
์บ์ฑ ๊ธฐ๋ฅ ์ถ๊ฐ
๐ ์ถ๊ฐ ๋ฌธ์
MCP ์ค์ ๊ฐ์ด๋ - MCP ์๋ฒ ์ค์ ๋ฐฉ๋ฒ
MCP ์ฌ์ฉ ๊ฐ์ด๋ - ์ค์ ์ฌ์ฉ ์์
๋ฐฐํฌ ๊ฐ์ด๋ - NPM ๋ฐฐํฌ ๋ฐ ๋ฐฐํฌ ์ ๋ต
Made with โค๏ธ for the academic research community
Available Tools
2 toolsget_abstract_by_doiB
DOI๋ก ํน์ ๋ ผ๋ฌธ์ ์ด๋ก์ ๊ฐ์ ธ์ต๋๋ค.
| Name | Required | Description | Default |
|---|---|---|---|
| doi | Yes | ๋ ผ๋ฌธ์ DOI |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full burden of behavioral disclosure. It only states that it fetches an abstract, but does not disclose error handling, return format, rate limits, or access requirements. This is a significant transparency gap for a tool with no other safety metadata.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single, concise sentence with no redundant words. It is front-loaded with the core function and contains zero filler.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a simple single-parameter fetch tool, the description is largely complete: it specifies the input (DOI) and implies the output (abstract). However, it omits details on error cases (e.g., invalid DOI) or what to do if no abstract exists. Given the tool's simplicity, this is a minor gap.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The schema already describes the 'doi' parameter with 100% coverage, so the baseline is 3. The description simply says 'by DOI', which adds no new semantic meaning beyond the schema. No additional detail about the parameter format or requirements is provided.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description uses a specific verb ('๊ฐ์ ธ์ต๋๋ค' - fetches) and clearly specifies the resource ('์ด๋ก' - abstract) and the identifier ('DOI'). It distinguishes itself from the sibling tool 'search_papers' by focusing on retrieval by DOI rather than searching.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides no guidance on when to use this tool versus alternatives like 'search_papers'. There is no mention of prerequisites (e.g., having a DOI) or exclusions. The implied usage is 'when you have a DOI', but this is not explicit and no alternative is named.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
search_papersA
ํค์๋๋ก ๋ ผ๋ฌธ์ ๊ฒ์ํ๊ณ ์ด๋ก์ ๊ฐ์ ธ์ต๋๋ค.
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | ๊ฒ์ํ ๋ ผ๋ฌธ ์ (๊ธฐ๋ณธ๊ฐ: 10, ์ต๋: 50) | |
| query | Yes | ๊ฒ์ํ ํค์๋ |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the full burden of behavioral disclosure. It states the core search-and-abstract function but omits details like output format, result ordering, pagination, or access restrictions. For a read-only search tool, this minimal description offers limited insight.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single, clear sentence that immediately conveys the tool's purpose. It contains no redundant information or filler.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
The tool has no output schema and no annotations, so the description must cover return behavior. It partially does by mentioning 'abstracts', but it does not describe the full result structure, count behavior, or possible errors. Given the tool's simplicity, this is a moderate gap.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100% with descriptions for both 'query' and 'count', so the baseline is 3. The tool description merely says 'keyword' and adds no extra semantic detail, such as how 'count' affects results or query syntax, thus failing to add value beyond the schema.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool searches for papers by keyword and retrieves abstracts. This distinguishes it from the sibling tool get_abstract_by_doi, which operates by DOI, so the purpose is well-defined.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies usage for keyword-based search but does not explicitly state when to use this tool versus the DOI-based sibling, nor does it mention any exclusions or alternative scenarios. Usage context is only inferred from the keyword parameter.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
2 tool updates
v1.0.0- First observed
get_abstract_by_doi - First observed
search_papers
TDQS
The two tools are clearly distinct: one searches by keyword, the other retrieves a specific paper by DOI. There is no ambiguity in purpose, as each targets a different lookup method.
Both tool names follow a consistent verb_noun pattern with snake_case: 'search_papers' and 'get_abstract_by_doi'. The naming is predictable and descriptive.
While only two tools are provided, they are well-scoped for the stated purpose of searching papers and fetching abstracts by DOI. The count is slightly lean but not unreasonable for a focused utility.
The tool set covers the essential operations for finding papers and obtaining abstracts. Minor gaps exist, such as lack of citation data or full metadata retrieval, but the core workflow is complete.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Academic research MCP server for paper search, citation checks, graphs, and deep research.
MCP server for Altmetric APIs - track research attention across news, policy, social media, and more
MCP server unifying ERPs, CRMs, APIs and knowledge base for Claude, ChatGPT and Gemini.
Auditable MCP server for PubMed, Europe PMC, ClinicalTrials.gov, and bioRxiv/medRxiv queries
Related MCP Servers
- AlicenseBqualityDmaintenanceAn MCP server for searching and downloading academic papers from multiple sources including arXiv, PubMed, bioRxiv, and Sci-Hub, designed for seamless integration with large language models like Claude Desktop.795572,564MIT
- AlicenseAqualityDmaintenanceMCP server enabling AI agents to search and retrieve scientific papers, citations, and author profiles from Crossref, OpenAlex, and Semantic Scholar with no API keys required.53MIT
- AlicenseNot gradedqualityDmaintenanceA MCP server for academic literature retrieval, aggregating multiple data sources like arXiv, Crossref, OpenAlex, PubMed, and Semantic Scholar to provide search, details, citations, trends, and recommendations.4MIT
- FlicenseNot gradedqualityCmaintenanceA unified MCP server providing programmatic access to three major academic research APIs: Semantic Scholar, OpenAlex, and PubMed.2-
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/TaehongKim/classScopusMCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server