← Registry

General Tools

scite.ai

Access and search scientific literature, patents, clinical trials, and grants from various databases.

1 endpoint25 known toolsFirst detected July 25, 2026Last detected July 25, 2026

ENDPOINT 1

https://api.scite.ai/mcp

No auth detected

MCP server metadata

Name
scite-api-mcp
Version
1.0.0
Capabilities
toolspromptslogging
Server instructions

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_literature

Search scientific literature and read full-text content from peer-reviewed papers.

Inferred read-only
search_patents

Search patent families from the scite patents database.

Inferred read-only
search_clinical_trials

Search clinical trials from the scite clinical trials database (ClinicalTrials.

Inferred read-only
get_clinical_trial

Fetch full details for a single clinical trial by NCT id.

Inferred read-only
search_grants

Search research grants from the scite grants database (NIH RePORTER, NSF, SBIR/STTR, Wellcome, EU, and more).

Inferred read-only
get_grant

Fetch full details for a single grant by id.

Inferred read-only
search_device510k

Search FDA 510(k) premarket notification clearances from the scite device database.

Inferred read-only
get_device510k

Fetch full details for a single FDA 510(k) clearance by K number.

Inferred read-only
search_510k_summaries

Search the full text of FDA 510(k) summary PDF documents.

Inferred read-only
get_510k_summary

Fetch the full text of a single FDA 510(k) summary PDF by document ID.

Inferred read-only
search_mhra

Search MHRA (Medicines and Healthcare products Regulatory Agency) safety alerts and publications.

Inferred read-only
get_mhra_alert

Fetch the full text of a single MHRA alert or publication by document ID.

Inferred read-only
search_maude

Search FDA MAUDE (Manufacturer and User Facility Device Experience) adverse event reports.

Inferred read-only
get_maude_report

Fetch full details for a single MAUDE adverse event report by ID.

Inferred read-only
search_faers

Search FDA FAERS (FDA Adverse Event Reporting System) drug adverse event reports.

Inferred read-only
get_faers_report

Fetch full details for a single FAERS adverse event report by ID.

Inferred read-only
search_drugs

Search FDA drug records: Structured Product Labels, the Orange Book, and Drugs@FDA.

Inferred read-only
get_drug

Fetch full details for a single FDA drug record by ID.

Inferred read-only
create_collection

Create a new Collection owned by the signed-in user.

Potential side effects
get_collection

Fetch a single Collection (a saved, named set of papers) by its slug.

Inferred read-only
search_collections

List the Collections the signed-in user can access, with an optional name filter.

Inferred read-only
update_collection

Update a DOI-list Collection the signed-in user can edit.

Potential side effects
delete_collection

Permanently delete a Collection.

Potential side effects
add_dois_to_collection

Add DOIs to a Collection.

Inferred read-only
remove_dois_from_collection

Remove DOIs from a Collection.

Potential side effects

CONNECT 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.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.