KosmoKrator

data

arXiv MCP, CLI, and Lua Integration for AI Agents

arXiv integration docs for AI agents: MCP gateway setup, arXiv CLI commands, Lua API reference, credentials, and function schemas.

arXiv for agents

No credentials required; available in web and CLI hosts when runtime dependencies are installed.

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

FunctionTypeParametersDescription
arxiv.arxiv_search_papers Read read 6 Search arXiv papers using the official Atom API. Use arXiv query syntax such as all:electron, ti:"diffusion model", au:"Smith", cat:cs.AI, and boolean operators.
arxiv.arxiv_get_papers Read read 1 Retrieve arXiv paper metadata by one or more arXiv IDs.
arxiv.arxiv_search_by_author Read read 0 Search arXiv papers by author name.
arxiv.arxiv_search_by_title Read read 0 Search arXiv papers by title text.
arxiv.arxiv_search_by_category Read read 0 Search recent arXiv papers by category code.
arxiv.arxiv_search_recent Read read 0 Search arXiv with newest submissions first.
arxiv.arxiv_oai_identify Read read 0 Read arXiv OAI-PMH repository metadata.
arxiv.arxiv_oai_list_metadata_formats Read read 0 List OAI-PMH metadata formats supported by arXiv.
arxiv.arxiv_oai_list_sets Read read 0 List arXiv OAI-PMH sets.
arxiv.arxiv_oai_list_identifiers Read read 0 List OAI-PMH identifiers and datestamps.
arxiv.arxiv_oai_list_records Read read 0 List OAI-PMH metadata records.
arxiv.arxiv_oai_get_record Read read 0 Retrieve one OAI-PMH metadata record by identifier.