arxiv_list_categories
ActiveTool of arxiv-mcp-server
declared in 1.2.15
List arXiv category codes and names. Useful for discovering valid category filters for arxiv_search.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
"group": {
"enum": [
"cs",
"econ",
"eess",
"math",
"physics",
"q-bio",
"q-fin",
"stat"
],
"type": "string",
"description": "Filter by top-level group (e.g., \"cs\", \"math\", \"physics\"). Returns all categories if omitted."
}
}
}Parent server
arxiv-mcp-server
https://github.com/cyanheads/arxiv-mcp-server
2/7 registries