{"name":"de.brunosan/arxiv","slug":"brunosan-arxiv","title":"BrunoSan ArXiv Intelligence","description":"AI research intelligence for AI, ML, NLP, vision and robotics with citations and entity graphs.","url":"https://mcp.market/server/brunosan-arxiv","rating":null,"grade":"C","score":63,"certified":false,"status":"active","category":"other","tags":[],"presence":{"score":5,"stars":null,"forks":null,"downloads_week":null,"last_push_at":null,"license":null},"uptime":{"percent":100,"checks":6,"ok":6,"last_checked_at":"2026-09-20T21:06:20.531Z","last_ok_at":"2026-09-20T21:06:20.531Z","latency_ms":1667},"claimed":false,"transport":"remote","callable_via_gateway":true,"default_price_micros":0,"repository":null,"website":null,"version":"1.0.0","remotes":[{"type":"streamable-http","url":"https://arxiv.mcp.brunosan.de/mcp"}],"packages":[],"tools":[{"name":"arxiv_author_papers","description":"\n    All papers by a researcher, with their position on each paper.\n\n    Uses fuzzy name matching (LIKE) to handle name variations.\n    Returns papers sorted newest first.\n\n    Args:\n        author_name: Researcher name, e.g. 'Yann LeCun', 'lecun' (partial match works)\n        limit:       Max results (default: 20, max: 50)\n    ","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"author_name":{"title":"Author Name","type":"string"},"limit":{"default":20,"title":"Limit","type":"integer"},"api_key":{"default":"","description":"BrunoSan API Key — brunosan.de/intelligence/","title":"Api Key","type":"string"}},"required":["author_name"],"title":"arxiv_author_papersArguments"}},{"name":"arxiv_citation_network","description":"\n    Citation graph for a paper — who cites it, or what does it cite?\n\n    direction='cited_by': Papers in our database that cite this paper.\n    direction='citing':   Papers that this paper cites (its references).\n    depth=2: Expands one hop further (depth-2 neighbors). Hard cap: 200 total.\n\n    Args:\n        arxiv_id:  ArXiv paper ID, e.g. '2402.01234'\n        direction: 'cited_by' (inbound) or 'citing' (outbound, default: cited_by)\n        depth:     Graph depth: 1 or 2 (default: 1)\n    ","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"arxiv_id":{"title":"Arxiv Id","type":"string"},"direction":{"default":"cited_by","title":"Direction","type":"string"},"depth":{"default":1,"title":"Depth","type":"integer"},"api_key":{"default":"","description":"BrunoSan API Key — brunosan.de/intelligence/","title":"Api Key","type":"string"}},"required":["arxiv_id"],"title":"arxiv_citation_networkArguments"}},{"name":"arxiv_co_occurrence","description":"\n    Papers that mention BOTH entity A and entity B.\n\n    Answers questions like:\n    - 'Which papers use both GPT-4 and RLHF?'\n    - 'Where do LoRA and MMLU appear together?'\n    - 'Papers combining RAG and Chain-of-Thought?'\n\n    The intersection reveals research that explicitly bridges two concepts.\n\n    Args:\n        entity_a:  First entity name, e.g. 'GPT-4', 'LoRA', 'MMLU'\n        entity_b:  Second entity name, e.g. 'RLHF', 'Chain-of-Thought'\n        date_from: ISO date filter\n        date_to:   ISO date filter\n        limit:     Max results (default: 20, max: 50)\n    ","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"entity_a":{"title":"Entity A","type":"string"},"entity_b":{"title":"Entity B","type":"string"},"date_from":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"title":"Date From"},"date_to":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"title":"Date To"},"limit":{"default":20,"title":"Limit","type":"integer"},"api_key":{"default":"","description":"BrunoSan API Key — brunosan.de/intelligence/","title":"Api Key","type":"string"}},"required":["entity_a","entity_b"],"title":"arxiv_co_occurrenceArguments"}},{"name":"arxiv_entity_trend","description":"\n    How often is an entity mentioned over time?\n\n    Shows the rise (or fall) of a benchmark, model, method, or dataset\n    across the research literature — per month, quarter, or year.\n\n    Example: 'LoRA' — watch it explode in 2023-2024.\n    Example: 'BERT' — watch it decline as LLMs dominate.\n\n    Args:\n        entity_name:  Entity to track, e.g. 'LoRA', 'MMLU', 'RAG', 'GPT-4'\n        granularity:  Time grouping: month (default), quarter, year\n    ","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"entity_name":{"title":"Entity Name","type":"string"},"granularity":{"default":"month","title":"Granularity","type":"string"},"api_key":{"default":"","description":"BrunoSan API Key — brunosan.de/intelligence/","title":"Api Key","type":"string"}},"required":["entity_name"],"title":"arxiv_entity_trendArguments"}},{"name":"arxiv_get_paper","description":"\n    Full paper object with all connected data.\n\n    Returns: paper metadata, author list with positions, matched entities,\n    references (up to 100), and linked GitHub repos.\n\n    Args:\n        arxiv_id: ArXiv ID, e.g. '2402.01234' or '2402.01234v2'\n    ","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"arxiv_id":{"title":"Arxiv Id","type":"string"},"api_key":{"default":"","description":"BrunoSan API Key — brunosan.de/intelligence/","title":"Api Key","type":"string"}},"required":["arxiv_id"],"title":"arxiv_get_paperArguments"}},{"name":"arxiv_institution_ranking","description":"\n    Institution ranking by paper count.\n\n    Primary signal: author_affiliations extracted from ArXiv HTML.\n    Secondary signal (include_github_orgs=True): adds GitHub org counts\n    as a complementary signal. Many papers have no affiliation in HTML\n    but do have a GitHub org link — combining both gives a fuller picture.\n\n    Note: affiliation data is extracted from HTML and may be incomplete\n    (fetch completion is reported live by arxiv_pipeline_status; extraction quality is a separate signal).\n\n    Args:\n        date_from:           ISO date filter\n        date_to:             ISO date filter\n        include_github_orgs: Also show GitHub org ranking as second signal\n        limit:               Max results (default: 20, max: 50)\n    ","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"date_from":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"title":"Date From"},"date_to":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"title":"Date To"},"include_github_orgs":{"default":false,"title":"Include Github Orgs","type":"boolean"},"limit":{"default":20,"title":"Limit","type":"integer"},"api_key":{"default":"","description":"BrunoSan API Key — brunosan.de/intelligence/","title":"Api Key","type":"string"}},"title":"arxiv_institution_rankingArguments"}},{"name":"arxiv_most_cited","description":"\n    Most cited papers — ranked by inbound citation count.\n\n    This answers the question every researcher, VC, and journalist asks first:\n    'What are the most influential papers in AI right now?'\n\n    Counts how many papers in our database cite each target paper.\n    Only papers with resolvable ArXiv IDs in their references are counted.\n\n    Args:\n        category:  Filter citing papers by category (optional)\n        date_from: Only count citations from papers published from this date\n        date_to:   Only count citations from papers published until this date\n        limit:     Max results (default: 20, max: 50)\n    ","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"category":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"title":"Category"},"date_from":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"title":"Date From"},"date_to":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"title":"Date To"},"limit":{"default":20,"title":"Limit","type":"integer"},"api_key":{"default":"","description":"BrunoSan API Key — brunosan.de/intelligence/","title":"Api Key","type":"string"}},"title":"arxiv_most_citedArguments"}},{"name":"arxiv_pipeline_status","description":"\n    Full system status — database counts, pipeline progress, frontier, quality.\n\n    Returns:\n    - Paper/author/entity/ref/repo counts\n    - Pipeline progress: html_fetched %, whitelist_matched %, llm_processed %\n    - Frontier: how far back the backfill has reached\n    - Quality report: last run timestamp and overall status\n    - Quality log: last 5 quality check runs from quality_log table\n    ","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"api_key":{"default":"","description":"BrunoSan API Key — brunosan.de/intelligence/","title":"Api Key","type":"string"}},"title":"arxiv_pipeline_statusArguments"}},{"name":"arxiv_repo_landscape","description":"\n    GitHub repository landscape — which orgs and repos produce research code?\n\n    Shows the open-source output of the research community.\n    'openai', 'google-deepmind', 'microsoft', 'huggingface' etc. ranked by\n    how many papers link to their repos.\n\n    org_filter='huggingface' shows all HuggingFace repos with papers.\n\n    Args:\n        org_filter: Filter to a specific GitHub org, e.g. 'openai', 'google-deepmind'\n        date_from:  Only papers published from this date\n        date_to:    Only papers published until this date\n        limit:      Max results per ranking (default: 20, max: 50)\n    ","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"org_filter":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"title":"Org Filter"},"date_from":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"title":"Date From"},"date_to":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"title":"Date To"},"limit":{"default":20,"title":"Limit","type":"integer"},"api_key":{"default":"","description":"BrunoSan API Key — brunosan.de/intelligence/","title":"Api Key","type":"string"}},"title":"arxiv_repo_landscapeArguments"}},{"name":"arxiv_search_papers","description":"\n    Full-text search over the live cs.AI/ML paper graph using FTS5.\n\n    Searches title AND abstract. Supports boolean operators:\n      AND, OR, NOT, phrase matching (\"exact phrase\"), prefix (term*).\n\n    Args:\n        query:         FTS5 search query. E.g. 'LoRA fine-tuning', '\"chain of thought\"', 'RLHF NOT PPO'\n        category:      Filter by primary category. Options: cs.AI, cs.LG, cs.CL, cs.CV, cs.RO\n        date_from:     ISO date filter, e.g. '2024-01-01'\n        date_to:       ISO date filter, e.g. '2025-12-31'\n        empirical_only: Only papers marked as empirical by LLM pass (if available)\n        has_code_only:  Only papers with code release (llm_has_code=1, if available)\n        limit:         Max results (default: 20, max: 50)\n    ","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"query":{"title":"Query","type":"string"},"category":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"title":"Category"},"date_from":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"title":"Date From"},"date_to":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"title":"Date To"},"empirical_only":{"default":false,"title":"Empirical Only","type":"boolean"},"has_code_only":{"default":false,"title":"Has Code Only","type":"boolean"},"limit":{"default":20,"title":"Limit","type":"integer"},"api_key":{"default":"","description":"BrunoSan API Key — brunosan.de/intelligence/","title":"Api Key","type":"string"}},"required":["query"],"title":"arxiv_search_papersArguments"}},{"name":"arxiv_top_authors","description":"\n    Top researchers ranked by paper count, with role filter.\n\n    role='last_author' is the PI filter — finds lab directors and group leaders\n    who drive research agendas. In academic AI, the last author IS the boss.\n    role='first_author' finds the PhD students and postdocs doing the work.\n    role='any' counts all papers regardless of position.\n\n    Args:\n        role:      Author position filter: any (default), first_author, last_author\n        category:  Filter by primary category: cs.AI, cs.LG, cs.CL, cs.CV, cs.RO\n        date_from: ISO date filter, e.g. '2024-01-01'\n        date_to:   ISO date filter, e.g. '2025-12-31'\n        limit:     Max results (default: 20, max: 50)\n    ","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"role":{"default":"any","title":"Role","type":"string"},"category":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"title":"Category"},"date_from":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"title":"Date From"},"date_to":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"title":"Date To"},"limit":{"default":20,"title":"Limit","type":"integer"},"api_key":{"default":"","description":"BrunoSan API Key — brunosan.de/intelligence/","title":"Api Key","type":"string"}},"title":"arxiv_top_authorsArguments"}},{"name":"arxiv_top_entities","description":"\n    Entity ranking by mention count across all papers.\n\n    title_only=True is a powerful relevance filter:\n    a paper mentioning MMLU in the title IS about MMLU,\n    not just using it as one of many benchmarks.\n\n    Args:\n        type:       Filter by entity type: benchmark, model, method, dataset (optional, default: all)\n        date_from:  Only count mentions in papers published from this date\n        date_to:    Only count mentions in papers published until this date\n        title_only: Only count mentions where entity appears in the paper title\n        limit:      Max results (default: 20, max: 50)\n    ","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"type":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"title":"Type"},"date_from":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"title":"Date From"},"date_to":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"title":"Date To"},"title_only":{"default":false,"title":"Title Only","type":"boolean"},"limit":{"default":20,"title":"Limit","type":"integer"},"api_key":{"default":"","description":"BrunoSan API Key — brunosan.de/intelligence/","title":"Api Key","type":"string"}},"title":"arxiv_top_entitiesArguments"}},{"name":"arxiv_track_papers","description":"Chronological papers inside one stable research track.\n\n    Args:\n        track: Track slug or exact name, e.g. 'ai-agents' or 'multi-agent-systems'.\n        date_from: Optional ISO date lower bound.\n        date_to: Optional ISO date upper bound.\n        has_code_only: Restrict to papers with confirmed code signal.\n        limit: Max results (default 20, max 50).\n    ","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"track":{"title":"Track","type":"string"},"date_from":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"title":"Date From"},"date_to":{"anyOf":[{"type":"string"},{"type":"null"}],"default":null,"title":"Date To"},"has_code_only":{"default":false,"title":"Has Code Only","type":"boolean"},"limit":{"default":20,"title":"Limit","type":"integer"},"api_key":{"default":"","description":"BrunoSan API Key — brunosan.de/intelligence/","title":"Api Key","type":"string"}},"required":["track"],"title":"arxiv_track_papersArguments"}},{"name":"arxiv_track_trend","description":"Research volume for one stable track by month, quarter or year.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"track":{"title":"Track","type":"string"},"granularity":{"default":"month","title":"Granularity","type":"string"},"api_key":{"default":"","description":"BrunoSan API Key — brunosan.de/intelligence/","title":"Api Key","type":"string"}},"required":["track"],"title":"arxiv_track_trendArguments"}},{"name":"arxiv_tracks","description":"List stable ArXiv research-track objects with definitions and live counts.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"api_key":{"default":"","description":"BrunoSan API Key — brunosan.de/intelligence/","title":"Api Key","type":"string"}},"title":"arxiv_tracksArguments"}},{"name":"get_related_intelligence","description":"\n    Live cs.AI/ML/CL/CV/RO paper graph. FTS5 + resolved ArXiv citation links.\n    Use for: arxiv_search_papers(\"LoRA fine-tuning\", has_code_only=True)\n    → Related verticals worth connecting:\n      AI News (mcp.brunosan.de/mcp) — industry reaction to papers\n      Robotics (robotics.mcp.brunosan.de/mcp) — applied robotics papers (cs.RO)\n      Quantum (quantum.mcp.brunosan.de/mcp) — quant-ph research depth\n      Biotech (biotech.mcp.brunosan.de/mcp) — bio-ML and drug discovery papers\n    ","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"title":"get_related_intelligenceArguments"}}],"scan":{"score":63,"grade":"C","scanned_at":"2026-09-19T19:54:26.879Z","report":{"scannerVersion":"0.1.5","scannedAt":"2026-09-19T19:54:26.958Z","components":{"code":{"score":-1,"max":25,"notes":["remote-only server, no package to scan"]},"reliability":{"score":17,"max":20,"notes":["remote reachable in 2330ms"]},"poisoning":{"score":15,"max":15,"notes":["16 tool descriptions checked"]},"auth":{"score":10,"max":15,"notes":["open endpoint, read-only tools"]},"maintenance":{"score":3,"max":15,"notes":["no repository listed"]},"identity":{"score":2,"max":10,"notes":["no repository or website to verify"]}},"findings":[{"id":"maint.no-repo","severity":"low","component":"maintenance","title":"No source repository listed"}],"inputs":{"probes":[{"url":"https://arxiv.mcp.brunosan.de/mcp","reachable":true,"authRequired":false,"latencyMs":2330,"serverInfo":{"name":"BrunoSan ArXiv Intelligence","version":"1.30.0"}}],"packages":[],"repo":{"found":false},"icon":{"url":null,"source":"none"},"presence":{"stars":null,"forks":null,"downloadsWeek":null,"license":null,"lastPushAt":null,"score":5}}}},"grade_history":[],"reviews":[]}