Semantic Scholar
Semantic Scholar is an AI-powered academic search engine that helps researchers discover and understand scientific literature
Verdict
Common use cases
- Validate product claims with recent studies
- Build literature reviews for grant proposals
- Track citation impact of your team's publications
- Find co-author networks for partnership outreach
- Summarize reference lists for competitive analysis
Integration
- Vendor
- Semantic Scholar
- Category
- other
- Auth
- API_KEY
- Tools
- 14
- Composio slug
semanticscholar
Tools
- Details about an author
Examples: <ul> <li><code>https://api.semanticscholar.org/graph/v1/author/1741101</code></li> <ul> <li>returns the author's authorid and name.</li> </ul> <li><code>https://api.semanticscholar.org/graph/v1/author/1741101?fields=url,papers</co
- Details about an author s papers
Retrieves a list of papers authored by a specific researcher identified by their unique semantic scholar author id. this endpoint is particularly useful for conducting literature reviews, analyzing an author's body of work, or tracking a re
- Details about a paper
Examples: <ul> <li><code>https://api.semanticscholar.org/graph/v1/paper/649def34f8be52c8b66281af98ae884c09aef38b</code></li> <ul> <li>returns a paper with its paperid and title. </li> </ul> <li><code>https://api.semanticscholar.org/graph/v1
- Details about a paper s authors
Retrieves the list of authors for a specific paper identified by its unique paper id in the semantic scholar database. this endpoint is useful when you need detailed information about the contributors to a particular academic publication. i
- Details about a paper s citations
Retrieves a list of citations for a specific academic paper using its unique semantic scholar paper id. this endpoint is useful for researchers and developers who want to explore the impact and connections of a particular academic work with
- Details about a paper s references
Retrieves the list of references cited by a specific paper in the semantic scholar database. this endpoint allows users to explore the scholarly context of a publication by accessing its bibliography. it's particularly useful for understand
- Get details for multiple authors at once
Retrieves detailed information for multiple authors from semantic scholar in a single api call. this endpoint allows users to efficiently fetch data for a batch of authors by providing their unique semantic scholar ids. it's particularly us
- Get details for multiple papers at once
The semanticscholar paper batch endpoint allows users to retrieve data for multiple academic papers in a single api call. this endpoint is particularly useful when you need to fetch information for a batch of papers efficiently, reducing th
- Paper bulk search
Behaves similarly to <code>/paper/search</code>, but is intended for bulk retrieval of basic paper data without search relevance: <ul> <li>text query is optional and supports boolean logic for document matching.</li> <li>papers can be filte
- Paper relevance search
The searchpapers endpoint allows users to search for academic papers within the semantic scholar database. it provides a powerful way to discover relevant scientific literature based on user-defined search criteria. this endpoint should be
- Paper title search
Behaves similarly to <code>/paper/search</code>, but is intended for retrieval of a single paper based on closest title match to given query. examples: <ul> <li><code>https://api.semanticscholar.org/graph/v1/paper/search/match?query=constru
- Search for authors by name
The authorsearch endpoint allows users to search for authors within the semantic scholar database. it provides a way to find academic authors based on their names or other identifying information. this endpoint is particularly useful when y
- Suggest paper query completions
To support interactive query-completion, return minimal information about papers matching a partial query example: <code>https://api.semanticscholar.org/graph/v1/paper/autocomplete?query=semanti</code>
- Text snippet search
Return the text snippets that most closely match the query. text snippets are excerpts of approximately 500 words, drawn from a paper's title, abstract, and body text, but excluding figure captions and the bibliography. it will return the h
Setup
Setup guide
- 11. Go to semanticscholar.org/product/api and sign up for a free API key (no credit card required). 2. Copy the key from your dashboard. 3. In Switchy, open Settings → Integrations → Add MCP and select Semantic Scholar. 4. Paste your API key into the auth field and click Connect. 5. Open any Space and type '@Semantic Scholar find papers about transformer architectures' to test. 6. The MCP will return paper titles, IDs, and abstracts. 7. Use the paper ID from any result to fetch citations or references in follow-up prompts. 8. For batch lookups (multiple papers or authors at once), pass a comma-separated list of IDs in your prompt. 9. Monitor rate limits in the Switchy activity log — free-tier keys allow 100 requests per five minutes.
What teammates see: by default, memories from Semantic Scholar are scoped to the Space (PROJECT visibility) - you can mark any memory PRIVATE or share it ORG-wide.
Works well with
Top models
Compatibility data appears once enough Spaces have used this MCP together with a given model.
How Switchy teams use it
Starter prompts
Find Recent Papers
@Semantic Scholar find the 10 most-cited papers published in the last two years about large language model safety. Include titles, authors, and citation counts.Open in a Space →
Author Publication History
@Semantic Scholar get all papers authored by Yann LeCun in the last five years. Show titles, publication dates, and citation counts.Open in a Space →
Citation Network Map
@Semantic Scholar show me the 20 most-cited papers that reference 'Attention Is All You Need' (paper ID 204e3073870fae3d05bcbc2f6a8e263d9b72e776). Include publication years.Open in a Space →
Reference Deep Dive
@Semantic Scholar list all references cited in paper ID 649def34f8be52c8b66281af98ae884c09aef38b. Show titles and authors for each.Open in a Space →
Batch Author Lookup
@Semantic Scholar get author details for IDs 1741101, 2262347, 1699545. Include names, affiliations, and total citation counts.Open in a Space →
Example outputs
Illustrative - representative of the model's voice and quality, not literal recordings.
@semanticscholar find papers by Geoffrey Hinton published in the last 3 years on deep learning architectures
Found 12 papers by Geoffrey Hinton (author ID: 1741101) from 2021-2024 matching 'deep learning architectures'. Top results include: 'Forward-Forward Algorithm' (2022, 847 citations), 'Distilling the Knowledge in a Neural Network' (2021, 1,203 citations), and 'A Simple Framework for Contrastive Learning' (2023, 412 citations). Each entry includes paper ID, title, publication year, citation count, and abstract excerpt. This represents a filtered subset of Hinton's recent work—actual results depend on Semantic Scholar's indexing coverage at query time.
This example shows the MCP's author-paper search capability, useful for literature reviews or tracking a researcher's recent contributions. Requires an API key with standard rate limits (100 requests/5 minutes for free tier). Results reflect Semantic Scholar's corpus, which may lag recent preprints by days or weeks. Citation counts update periodically, not in real-time.
@semanticscholar get the full citation graph for paper ID 649def34f8be52c8b66281af98ae884c09aef38b—show me what it references and what cites it
Paper 649def34f8be52c8b66281af98ae884c09aef38b ('Attention Is All You Need', Vaswani et al., 2017) references 43 papers and is cited by 89,247 papers in Semantic Scholar's database. Top references include 'Neural Machine Translation by Jointly Learning to Align and Translate' (Bahdanau, 2014) and 'Long Short-Term Memory' (Hochreiter, 1997). Top citing papers span transformer applications in NLP, vision, and biology. This illustrative example shows bidirectional citation traversal—actual counts and lists vary as the corpus grows.
Demonstrates the MCP's citation network tools, critical for understanding a paper's scholarly context and impact. Fetching both references and citations requires two API calls (one per direction). Large citation lists (like this example's 89k+ citers) return paginated—default is 100 results per call. Useful for mapping research lineage or finding derivative work.
@semanticscholar compare the citation trajectories of these three papers on reinforcement learning and summarize which approach gained more traction in the last 5 years
Analyzing papers 'Proximal Policy Optimization' (PPO, 2017), 'Soft Actor-Critic' (SAC, 2018), and 'Decision Transformer' (2021): PPO accumulated 8,200 citations with steady growth (avg 1,640/year). SAC shows 4,100 citations with acceleration post-2020 (avg 1,025/year). Decision Transformer has 890 citations despite being newer (avg 445/year since 2021). Citation velocity suggests PPO remains the dominant baseline, but SAC's recent uptick indicates growing adoption in continuous control tasks. Decision Transformer's trajectory is promising but too early to assess long-term impact. This synthesis pairs Semantic Scholar's citation data with the AI's comparative reasoning.
This example highlights how the MCP enables AI-driven research synthesis by combining citation metrics across multiple papers. Requires batch paper lookup (one API call for 3 papers) plus individual citation detail calls. The AI interprets trends—raw data doesn't include 'traction' analysis. Best for comparative literature reviews where quantitative citation patterns inform qualitative conclusions about field evolution.
Use-case deep-dives
When this MCP speeds up academic research synthesis
A 3-person research lab writing an NIH grant needs to cite 40-60 papers and trace citation chains to show their work builds on established findings. The Semantic Scholar MCP wins here because it surfaces paper metadata, author lists, and bidirectional citations (who cited this, what it references) without leaving the workspace. The team can query by paper ID or author ID, batch-fetch details for 20 papers at once, and cross-check citation counts to prioritize high-impact sources. The API key requirement is trivial (free tier covers most grant-writing volumes). If your lit review spans non-academic sources or needs full-text access, this MCP won't help—it's metadata and graph traversal only. For teams writing 2-4 grants a year, the time saved on citation hygiene alone justifies the setup.
Why this MCP falls short for patent landscape analysis
A 6-person biotech startup tracking competitor publications in CRISPR gene editing wants to monitor who's publishing what and where the citation momentum is shifting. Semantic Scholar's author and paper detail tools can surface recent papers and trace citation networks, but the MCP lacks filtering by publication date ranges, journal impact factors, or patent cross-references. You can batch-query papers and authors, but you're still manually triaging results in the workspace. If your competitive intel process runs weekly and hinges on spotting emerging authors or citation spikes, the 14-tool surface area here is overkill without the filtering primitives you'd get from a dedicated research intelligence platform. Use this MCP when you need one-off deep-dives on specific authors or papers, not for ongoing surveillance workflows.
When this MCP streamlines reviewer assignment decisions
A 2-person editorial team at a mid-tier CS journal assigns 15-20 papers to reviewers each month and needs to verify author expertise and check for citation conflicts. The Semantic Scholar MCP excels here: query an author by ID to see their publication history, pull their top-cited papers, and cross-check whether a proposed reviewer has cited (or been cited by) the submission's authors. The batch endpoints let you process multiple authors in one call, cutting the conflict-check phase from 30 minutes to under 5. The API key is free for editorial use-cases under 5,000 requests per month. If your journal publishes over 100 papers monthly or needs integration with manuscript management systems, you'll outgrow this MCP's manual query model. For small-to-mid-volume journals, it's the fastest way to make reviewer assignments defensible.
Frequently asked
What does the Semantic Scholar MCP do in Switchy?
It lets your team search academic papers, pull citation graphs, and retrieve author profiles directly in Switchy conversations. You can ask questions like "Find papers on transformer models published after 2020" or "Who cited this Nature paper?" and the MCP queries Semantic Scholar's database of 200M+ research articles. Useful for literature reviews, competitive research, or validating technical claims with peer-reviewed sources.
Do I need a paid Semantic Scholar account to use this MCP?
No. Semantic Scholar's API is free for academic and commercial use, but you need to request an API key from their website. The key has rate limits (100 requests per five minutes for free tier), so heavy usage may require contacting them for a higher quota. You paste the key into Switchy's integration settings once; no OAuth flow or admin approval needed.
Can the MCP download full-text PDFs of papers?
No. It retrieves metadata—titles, abstracts, authors, citation counts, DOIs, publication venues—but not PDFs. If a paper has an open-access link, the MCP returns the URL so you can fetch it separately. For paywalled papers, you'll need institutional access or the publisher's site. Think of it as a research index, not a document repository.
How is this better than just searching Semantic Scholar's website?
You stay in Switchy's conversation flow instead of tab-switching. The MCP can chain queries—"Find papers by Author X, then show me who cited their 2019 work"—without you manually copying IDs between searches. It also lets you combine academic lookups with other MCPs (e.g., pull a paper's GitHub repo via the GitHub MCP) in one thread.
Who on the team should connect this integration?
Anyone doing research or technical writing. The API key isn't user-specific, so one person can add it and the whole workspace benefits. If multiple people hammer the rate limit, you'll see 429 errors; in that case, request a higher-quota key from Semantic Scholar or stagger heavy queries. It doesn't count against Switchy seat limits.