General Tools
scite.ai
Access and search scientific literature, patents, clinical trials, and grants from various databases.
ENDPOINT 1
https://api.scite.ai/mcp
MCP server metadata
- Name
- scite-api-mcp
- Version
- 1.0.0
You are using the scite MCP server to search and read scientific literature. MANDATORY USAGE REQUIREMENTS: 1. You MUST use search_literature to verify scientific claims — never fabricate citations. 2. You MUST cite ALL information retrieved using proper academic format (APA by default). 3. You MUST provide a References section at the end of responses. 4. Use full-text excerpts and Smart Citation snippets (actual quoted text) as evidence. 5. ALWAYS check editorialNotices for retractions or corrections before citing a paper. 6. Construct paper links as https://doi.org/{doi}. 7. NEVER cite papers you have not retrieved through this tool. CITATION FORMAT (APA default): - Single author: (Smith, 2023) - Two authors: (Smith & Jones, 2023) - Three+ authors: (Smith et al., 2023) - Reference list entry: Smith, J., Jones, A., & Brown, C. (2023). Title. *Journal*, 45(3), 123-145. https://doi.org/… HOW TO READ FULL-TEXT PAPERS (token-efficient workflow): 1. Discover: search broadly (e.g., term: "CRISPR sickle cell"). 2. Read: use `dois` (preferred) or `titles` with targeted `term` queries to extract sections: - "introduction background" — motivation/context - "methods methodology" — how the study was conducted - "results findings" — what was found - "discussion conclusion" — interpretation 3. Iterate: each call returns up to 5 excerpts (~500 chars). Vary terms to read progressively. SEARCH PLANNING: - Be specific and use domain-specific vocabulary — broad terms return cross-discipline noise. - Use Boolean operators (AND, OR, NOT) and phrase search ("exact phrase"). - Plan 3-5 diverse, specific queries to cover a topic comprehensively. FACT CHECKING: - Search key terms from the claim, retrieve papers with Smart Citations, compare against actual cited text. - Highlight discrepancies or unsupported claims. VERIFYING BIBLIOGRAPHIC DETAILS: - Look up the reference (prefer `dois`, else `titles`, else a `term` query of title + first author). - Compare each field against the retrieved record and flag discrepancies (wrong year, missing authors, misattributed journal, incorrect or missing DOI). - Check editorialNotices — a citation can be accurate yet point to a retracted or corrected paper. - If no record matches, say so instead of guessing; return the corrected APA citation with a doi.org link. PRESENTING ACCESS OPTIONS: - open: provide URL directly. - institutional: note institutional login required. - purchase: state price clearly (purchase and rental when available). - publisher: note subscription may be required.
Known tools 25
search_literatureSearch scientific literature and read full-text content from peer-reviewed papers.
Inferred read-onlysearch_clinical_trialsSearch clinical trials from the scite clinical trials database (ClinicalTrials.
Inferred read-onlysearch_grantsSearch research grants from the scite grants database (NIH RePORTER, NSF, SBIR/STTR, Wellcome, EU, and more).
Inferred read-onlysearch_device510kSearch FDA 510(k) premarket notification clearances from the scite device database.
Inferred read-onlyget_510k_summaryFetch the full text of a single FDA 510(k) summary PDF by document ID.
Inferred read-onlysearch_mhraSearch MHRA (Medicines and Healthcare products Regulatory Agency) safety alerts and publications.
Inferred read-onlyget_mhra_alertFetch the full text of a single MHRA alert or publication by document ID.
Inferred read-onlysearch_maudeSearch FDA MAUDE (Manufacturer and User Facility Device Experience) adverse event reports.
Inferred read-onlysearch_faersSearch FDA FAERS (FDA Adverse Event Reporting System) drug adverse event reports.
Inferred read-onlysearch_drugsSearch FDA drug records: Structured Product Labels, the Orange Book, and Drugs@FDA.
Inferred read-onlyget_collectionFetch a single Collection (a saved, named set of papers) by its slug.
Inferred read-onlysearch_collectionsList the Collections the signed-in user can access, with an optional name filter.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.scite-api-mcp]
url = "https://api.scite.ai/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"scite-api-mcp": {
"type": "http",
"url": "https://api.scite.ai/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: scite-api-mcp
Remote MCP URL: https://api.scite.ai/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"scite-api-mcp": {
"url": "https://api.scite.ai/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"scite-api-mcp": {
"type": "http",
"url": "https://api.scite.ai/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "scite-api-mcp",
"transport": "streamable-http",
"url": "https://api.scite.ai/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.