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
| Field | Type | Description |
|---|---|---|
| term | string | Cross-field search query. Optional when `dois` or `titles` is provided (omit to fetch meta |
| dois | array | Filter results to specific DOIs. Use WITHOUT `term` to fetch paper metadata (title, abstra |
| titles | array | Filter results to papers matching these titles. Use WITHOUT `term` to fetch paper metadata |
| limit | integer | Maximum number of results to return. Default: 10, Maximum: 1000. For better performance, u default 10 |
| offset | integer | Pagination offset for result sets. Use with limit for pagination. Example: offset=20, limi default 0 |
| title | string | Filter by text in publication title. Example: 'climate change' |
| abstract | string | Filter by text in publication abstract. Example: 'neural networks' |
| author | string | Filter by author name. Partial names work. Example: 'Einstein' or 'Albert Einstein' |
| journal | string | Filter by journal name. Example: 'Nature' or 'Science' |
| publisher | string | Filter by publisher name. Example: 'Elsevier' or 'Springer' |
| year | integer | Filter by specific publication year. Example: 2020. Cannot be combined with date_from/date |
| date_from | string | Filter papers published from this date onwards. Format: YYYY-MM-DD or YYYY. Example: '2015 |
| date_to | string | Filter papers published up to this date. Format: YYYY-MM-DD or YYYY. Example: '2023-12-31' |
| paper_type | string | Filter by publication type. Examples: 'Article', 'Review', 'Clinical Trial', 'Meta-Analysi |
| affiliation | string | Filter by author institutional affiliation. Example: 'Stanford University' or 'MIT' |
| topic | string | Filter by research topic/subject area. Example: 'Oncology' or 'Neuroscience' |
| has_tally | boolean | Filter papers with Smart Citations (tally > 0). true = papers that have been cited with co |
| has_retraction | boolean | Filter papers with retraction notices. true = retracted papers only |
| has_concern | boolean | Filter papers with editorial concerns. true = papers with concerns |
| has_correction | boolean | Filter 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.