Mmcp.market

BrunoSan ArXiv Intelligence MCP server

by brunosan.de·de.brunosan/arxiv·v1.0.0

AI research intelligence for AI, ML, NLP, vision and robotics with citations and entity graphs.

C63/100grade C
What users say
No reviews yet
Be the first
Safety scan
C63/100

full report

Adoption
New

Little public usage data yet

Reviews

Write one

Nobody has reviewed BrunoSan ArXiv Intelligence yet.

If you have run it, two minutes of your experience saves the next person an afternoon.

BrunoSan ArXiv Intelligence tools (16)

write = sends, deletes, buys or posts
  • arxiv_author_papersFree

    All papers by a researcher, with their position on each paper. Uses fuzzy name matching (LIKE) to handle name variations. Returns papers sorted newest first. Args: author_name: Researcher name, e.g. 'Yann LeCun', 'lecun' (partial match works) limit: Max results (default: 20, max: 50)

  • arxiv_citation_networkFree

    Citation graph for a paper — who cites it, or what does it cite? direction='cited_by': Papers in our database that cite this paper. direction='citing': Papers that this paper cites (its references). depth=2: Expands one hop further (depth-2 neighbors). Hard cap: 200 total. Args: arxiv_id: ArXiv paper ID, e.g. '2402.01234' direction: 'cited_by' (inbound) or 'citing' (outbound, default: cited_by) depth: Graph depth: 1 or 2 (default: 1)

  • arxiv_co_occurrenceFree

    Papers that mention BOTH entity A and entity B. Answers questions like: - 'Which papers use both GPT-4 and RLHF?' - 'Where do LoRA and MMLU appear together?' - 'Papers combining RAG and Chain-of-Thought?' The intersection reveals research that explicitly bridges two concepts. Args: entity_a: First entity name, e.g. 'GPT-4', 'LoRA', 'MMLU' entity_b: Second entity name, e.g. 'RLHF', 'Chain-of-Thought' date_from: ISO date filter date_to: ISO date filter limit: Max results (default: 20, max: 50)

  • arxiv_entity_trendFree

    How often is an entity mentioned over time? Shows the rise (or fall) of a benchmark, model, method, or dataset across the research literature — per month, quarter, or year. Example: 'LoRA' — watch it explode in 2023-2024. Example: 'BERT' — watch it decline as LLMs dominate. Args: entity_name: Entity to track, e.g. 'LoRA', 'MMLU', 'RAG', 'GPT-4' granularity: Time grouping: month (default), quarter, year

  • arxiv_get_paperFree

    Full paper object with all connected data. Returns: paper metadata, author list with positions, matched entities, references (up to 100), and linked GitHub repos. Args: arxiv_id: ArXiv ID, e.g. '2402.01234' or '2402.01234v2'

  • arxiv_institution_rankingFree

    Institution ranking by paper count. Primary signal: author_affiliations extracted from ArXiv HTML. Secondary signal (include_github_orgs=True): adds GitHub org counts as a complementary signal. Many papers have no affiliation in HTML but do have a GitHub org link — combining both gives a fuller picture. Note: affiliation data is extracted from HTML and may be incomplete (fetch completion is reported live by arxiv_pipeline_status; extraction quality is a separate signal). Args: date_from: ISO date filter date_to: ISO date filter include_github_orgs: Also show GitHub org ranking as second signal limit: Max results (default: 20, max: 50)

  • arxiv_most_citedFree

    Most cited papers — ranked by inbound citation count. This answers the question every researcher, VC, and journalist asks first: 'What are the most influential papers in AI right now?' Counts how many papers in our database cite each target paper. Only papers with resolvable ArXiv IDs in their references are counted. Args: category: Filter citing papers by category (optional) date_from: Only count citations from papers published from this date date_to: Only count citations from papers published until this date limit: Max results (default: 20, max: 50)

  • arxiv_pipeline_statusFree

    Full system status — database counts, pipeline progress, frontier, quality. Returns: - Paper/author/entity/ref/repo counts - Pipeline progress: html_fetched %, whitelist_matched %, llm_processed % - Frontier: how far back the backfill has reached - Quality report: last run timestamp and overall status - Quality log: last 5 quality check runs from quality_log table

  • arxiv_repo_landscapeFree

    GitHub repository landscape — which orgs and repos produce research code? Shows the open-source output of the research community. 'openai', 'google-deepmind', 'microsoft', 'huggingface' etc. ranked by how many papers link to their repos. org_filter='huggingface' shows all HuggingFace repos with papers. Args: org_filter: Filter to a specific GitHub org, e.g. 'openai', 'google-deepmind' date_from: Only papers published from this date date_to: Only papers published until this date limit: Max results per ranking (default: 20, max: 50)

  • arxiv_search_papersFree

    Full-text search over the live cs.AI/ML paper graph using FTS5. Searches title AND abstract. Supports boolean operators: AND, OR, NOT, phrase matching ("exact phrase"), prefix (term*). Args: query: FTS5 search query. E.g. 'LoRA fine-tuning', '"chain of thought"', 'RLHF NOT PPO' category: Filter by primary category. Options: cs.AI, cs.LG, cs.CL, cs.CV, cs.RO date_from: ISO date filter, e.g. '2024-01-01' date_to: ISO date filter, e.g. '2025-12-31' empirical_only: Only papers marked as empirical by LLM pass (if available) has_code_only: Only papers with code release (llm_has_code=1, if available) limit: Max results (default: 20, max: 50)

  • arxiv_top_authorsFree

    Top researchers ranked by paper count, with role filter. role='last_author' is the PI filter — finds lab directors and group leaders who drive research agendas. In academic AI, the last author IS the boss. role='first_author' finds the PhD students and postdocs doing the work. role='any' counts all papers regardless of position. Args: role: Author position filter: any (default), first_author, last_author category: Filter by primary category: cs.AI, cs.LG, cs.CL, cs.CV, cs.RO date_from: ISO date filter, e.g. '2024-01-01' date_to: ISO date filter, e.g. '2025-12-31' limit: Max results (default: 20, max: 50)

  • arxiv_top_entitiesFree

    Entity ranking by mention count across all papers. title_only=True is a powerful relevance filter: a paper mentioning MMLU in the title IS about MMLU, not just using it as one of many benchmarks. Args: type: Filter by entity type: benchmark, model, method, dataset (optional, default: all) date_from: Only count mentions in papers published from this date date_to: Only count mentions in papers published until this date title_only: Only count mentions where entity appears in the paper title limit: Max results (default: 20, max: 50)

  • arxiv_track_papersFree

    Chronological papers inside one stable research track. Args: track: Track slug or exact name, e.g. 'ai-agents' or 'multi-agent-systems'. date_from: Optional ISO date lower bound. date_to: Optional ISO date upper bound. has_code_only: Restrict to papers with confirmed code signal. limit: Max results (default 20, max 50).

  • arxiv_track_trendFree

    Research volume for one stable track by month, quarter or year.

  • arxiv_tracksFree

    List stable ArXiv research-track objects with definitions and live counts.

  • get_related_intelligenceFree

    Live cs.AI/ML/CL/CV/RO paper graph. FTS5 + resolved ArXiv citation links. Use for: arxiv_search_papers("LoRA fine-tuning", has_code_only=True) → Related verticals worth connecting: AI News (mcp.brunosan.de/mcp) — industry reaction to papers Robotics (robotics.mcp.brunosan.de/mcp) — applied robotics papers (cs.RO) Quantum (quantum.mcp.brunosan.de/mcp) — quant-ph research depth Biotech (biotech.mcp.brunosan.de/mcp) — bio-ML and drug discovery papers

Public scan report

scanner v0.1.5 · 2026-09-19 · same rubric, same numbers if you re-run it

1 low
  • Code scanremote-only server, no package to scann/a
  • Live reliabilityremote reachable in 2330ms17/20
  • Tool poisoning16 tool descriptions checked15/15
  • Auth qualityopen endpoint, read-only tools10/15
  • Maintenanceno repository listed3/15
  • Maintainer identityno repository or website to verify2/10

Findings (1)

  • lowNo source repository listedmaint.no-repo
Overall 63/100. Components that don't apply are left out of the denominator. Any critical finding is an F.RubricAppeal a findingJSON

Install directly

claude mcp add --transport http arxiv https://arxiv.mcp.brunosan.de/mcp
Add to Cursor

BrunoSan ArXiv Intelligence: common questions

Is BrunoSan ArXiv Intelligence MCP server safe?
With care: it is graded C, so read the findings first (63/100). Read the BrunoSan ArXiv Intelligence safety report
How do I install BrunoSan ArXiv Intelligence?
It runs remotely at arxiv.mcp.brunosan.de. Add it to Claude Code, Claude Desktop or Cursor with the snippets above, or call it through the mcp.market gateway without installing anything.
Does BrunoSan ArXiv Intelligence need an API key?
Not as far as the registry entry and our scan can tell: no credentials are declared or required.
Is BrunoSan ArXiv Intelligence maintained?
The latest release is v1.0.0.
Is BrunoSan ArXiv Intelligence up?
100% of our last 8 checks got an answer. We check remote servers about four times a day.
What can I use instead of BrunoSan ArXiv Intelligence?
Servers from other publishers that do the same job: UK Legal Research MCP server.

Alternatives to BrunoSan ArXiv Intelligence

Same job from other publishers: the closest match first, then the best rated.

  • UK Legal Research
    UK legal research — case law, legislation, Hansard, bills, votes, committees, HMRC, citations
    A

More from brunosan.de