data
Semantic Scholar MCP, CLI, and Lua Integration for AI Agents
Semantic Scholar integration docs for AI agents: MCP gateway setup, Semantic Scholar CLI commands, Lua API reference, credentials, and function schemas.Semantic Scholar for agents
Credentials can be configured manually in web or CLI hosts.
Use this integration from Lua code mode, the headless integrations CLI, or the KosmoKrator MCP gateway. The same package metadata powers all three surfaces.
Agent Surfaces
Machine-Readable Metadata
Function Catalog
| Function | Type | Parameters | Description |
|---|---|---|---|
semantic-scholar.semantic_scholar_search_papers | Read read | 0 | Search papers by relevance. |
semantic-scholar.semantic_scholar_bulk_search_papers | Read read | 0 | Bulk search papers with token paging. |
semantic-scholar.semantic_scholar_title_search_papers | Read read | 0 | Search for papers by title. |
semantic-scholar.semantic_scholar_autocomplete_papers | Read read | 0 | Suggest paper query completions. |
semantic-scholar.semantic_scholar_get_paper | Read read | 0 | Get one paper by ID. |
semantic-scholar.semantic_scholar_batch_get_papers | Read read | 0 | Get multiple papers by ID. |
semantic-scholar.semantic_scholar_get_paper_authors | Read read | 0 | Get authors for a paper. |
semantic-scholar.semantic_scholar_get_paper_citations | Read read | 0 | Get papers that cite a paper. |
semantic-scholar.semantic_scholar_get_paper_references | Read read | 0 | Get papers referenced by a paper. |
semantic-scholar.semantic_scholar_search_authors | Read read | 0 | Search authors by name. |
semantic-scholar.semantic_scholar_get_author | Read read | 0 | Get one author by ID. |
semantic-scholar.semantic_scholar_batch_get_authors | Read read | 0 | Get multiple authors by ID. |
semantic-scholar.semantic_scholar_get_author_papers | Read read | 0 | Get papers by an author. |
semantic-scholar.semantic_scholar_search_snippets | Read read | 0 | Search paper text snippets. |
semantic-scholar.semantic_scholar_recommend_papers | Read read | 0 | Recommend papers from positive and negative seeds. |
semantic-scholar.semantic_scholar_recommend_for_paper | Read read | 0 | Recommend papers for one paper. |
semantic-scholar.semantic_scholar_list_dataset_releases | Read read | 0 | List available dataset releases. |
semantic-scholar.semantic_scholar_get_dataset_release | Read read | 0 | List datasets in a release. |
semantic-scholar.semantic_scholar_get_dataset | Read read | 0 | Get dataset download links. |
semantic-scholar.semantic_scholar_get_dataset_diffs | Read read | 0 | Get incremental diff download links. |