Scite
S
Scite
/search_literature

search literature

Search scientific literature and read full-text content from peer-reviewed papers. Use `dois` (preferred) or `titles` with targeted `term` queries to extract f

liveverifiedunknown~5s typical
mcpprobedscite
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-ai-scite-mcp /search_literature for me.

Input

FieldTypeDescription
termstringCross-field search query. Optional when `dois` or `titles` is provided (omit to fetch meta
doisarrayFilter results to specific DOIs. Use WITHOUT `term` to fetch paper metadata (title, abstra
titlesarrayFilter results to papers matching these titles. Use WITHOUT `term` to fetch paper metadata
limitintegerMaximum number of results to return. Default: 10, Maximum: 1000. For better performance, u default 10
offsetintegerPagination offset for result sets. Use with limit for pagination. Example: offset=20, limi default 0
titlestringFilter by text in publication title. Example: 'climate change'
abstractstringFilter by text in publication abstract. Example: 'neural networks'
authorstringFilter by author name. Partial names work. Example: 'Einstein' or 'Albert Einstein'
journalstringFilter by journal name. Example: 'Nature' or 'Science'
publisherstringFilter by publisher name. Example: 'Elsevier' or 'Springer'
yearintegerFilter by specific publication year. Example: 2020. Cannot be combined with date_from/date
date_fromstringFilter papers published from this date onwards. Format: YYYY-MM-DD or YYYY. Example: '2015
date_tostringFilter papers published up to this date. Format: YYYY-MM-DD or YYYY. Example: '2023-12-31'
paper_typestringFilter by publication type. Examples: 'Article', 'Review', 'Clinical Trial', 'Meta-Analysi
affiliationstringFilter by author institutional affiliation. Example: 'Stanford University' or 'MIT'
topicstringFilter by research topic/subject area. Example: 'Oncology' or 'Neuroscience'
has_tallybooleanFilter papers with Smart Citations (tally > 0). true = papers that have been cited with co
has_retractionbooleanFilter papers with retraction notices. true = retracted papers only
has_concernbooleanFilter papers with editorial concerns. true = papers with concerns
has_correctionbooleanFilter papers with corrections. true = papers with published corrections

Call it

curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
  -H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
  -d '{"provider":"mcp-ai-scite-mcp","endpoint":"/search_literature","input":{"limit":10,"offset":0}}'
cli
npx cracked-ai run -p mcp-ai-scite-mcp -e /search_literature -i '{"limit":10,"offset":0}'
mcp
run_tool({ provider: "mcp-ai-scite-mcp", endpoint: "/search_literature", input: {"limit":10,"offset":0} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.