Skip to main content
The Scite MCP server exposes 25 tools across three groups. Call tools/list to get the live catalog with full input schemas; this page is the narrative index.

Literature

Search papers, read full-text excerpts, and pull Smart Citations.

Evidence

Patents, trials, grants, FDA device and drug records, adverse events, and safety alerts.

Collections

Create and maintain saved sets of papers.

The catalog

Access requirements

Every tool above is visible in tools/list when your credential carries the mcp scope. Access is enforced when you call the tool, not when you list it, so a tool can appear in the catalog and still return an error on tools/call. Organization licenses work differently from individual accounts on Evidence tools. If your account is on an organization license, reaching the Pro tier does not unlock Evidence — your license needs the explicit evidence:<dataset>:mcp entitlement. Email sales to have one added. When a tool call fails an access check, the server returns JSON-RPC error -32003 with the required plan or scope in the error payload:
After an upgrade, new entitlements can take up to 15 minutes to reach an active MCP session. To apply them immediately, disconnect and reconnect the Scite MCP server in your client.

Tool annotations

Each tool carries MCP annotations that describe its behavior. Clients use these to decide what needs confirmation.

Conventions

Two query conventions run through the catalog, and they are not the same one.
  • search_literature uses named parameters: term, dois, limit, offset, and 25+ typed filters. This matches the Search API.
  • Every Evidence tool uses the compact q / f / p / s / sortDir form. This matches the Evidence API.
Search-then-fetch is the intended pattern for Evidence. Search results are deliberately slim to save context; call the matching get_* tool only when you need fields the search result doesn’t already carry.
  • Scite MCP: setup, authentication, and the JSON-RPC protocol
  • Prompts: the prebuilt workflows the server ships
  • Glossary: Smart Citation terminology used across tool responses