# BrunoSan ArXiv Intelligence (remote · arxiv.mcp.brunosan.de)

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

- Trust score: 64/100 (medium)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-09-20

## Components

- remote · `arxiv.mcp.brunosan.de`: 64/100 (this document), [markdown](https://verifymcp.io/servers/de-brunosan-arxiv/arxiv.md), [page](https://verifymcp.io/servers/de-brunosan-arxiv/arxiv)

## Channel facts

- Endpoint: `https://arxiv.mcp.brunosan.de/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.0.0`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-09-20.

- **Endpoint Security**: 57/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation not fully verified: no authorisation is required to call this server, and 15 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe.
  - HTTPS is enforced; there's no plaintext access path.
  - HSTS check failed: the Strict-Transport-Security header is absent.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 65/100
  - AI-judged instruction clarity (good).
  - Context-footprint check failed: tool/resource definitions use about 2847 tokens (~177/item across 16 items; 16 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 20/100
  - Stability observed for 6 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 78/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 23% of tool parameters carry a description.
  - Structured output schemas are declared (6% of tools); any adoption earns full credit.
- **Tool Safety**: 100/100
  - No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.
  - We read all 16 captured tool definition(s), and no name or description among them implies an irreversible operation.
  - An AI judge read all 17 captured unit(s) of tool text and found none that tries to manipulate the model reading it.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### How do I install the BrunoSan ArXiv Intelligence MCP server?

BrunoSan ArXiv Intelligence is a hosted endpoint at https://arxiv.mcp.brunosan.de/mcp, so there is nothing to install locally. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

### Claude

```bash
claude mcp add --transport http de-brunosan-arxiv 'https://arxiv.mcp.brunosan.de/mcp'
```

### Cursor

```json
{
  "mcpServers": {
    "de-brunosan-arxiv": {
      "url": "https://arxiv.mcp.brunosan.de/mcp"
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "de-brunosan-arxiv": {
      "type": "http",
      "url": "https://arxiv.mcp.brunosan.de/mcp"
    }
  }
}
```

### Codex

```toml
[mcp_servers.de-brunosan-arxiv]
url = "https://arxiv.mcp.brunosan.de/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "de-brunosan-arxiv": {
      "type": "remote",
      "url": "https://arxiv.mcp.brunosan.de/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add de-brunosan-arxiv --url 'https://arxiv.mcp.brunosan.de/mcp' --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  de-brunosan-arxiv:
    url: "https://arxiv.mcp.brunosan.de/mcp"
```

### Netclaw

```json
{
  "McpServers": {
    "de-brunosan-arxiv": {
      "Transport": "http",
      "Url": "https://arxiv.mcp.brunosan.de/mcp"
    }
  }
}
```

### Vellum

```bash
assistant mcp add de-brunosan-arxiv -t streamable-http -u 'https://arxiv.mcp.brunosan.de/mcp'
```

### Other

```json
{
  "mcpServers": {
    "de-brunosan-arxiv": {
      "type": "http",
      "url": "https://arxiv.mcp.brunosan.de/mcp"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-09-20 (score 64, +1)

No change was recorded against any check on this day. Stability & Change Management went from 17 to 20. That category is still filling its 30-day observation window: 5 days of observed history at the previous scan, 6 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-18 (score 63, +1)

No change was recorded against any check on this day. Stability & Change Management went from 10 to 13. That category is still filling its 30-day observation window: 3 days of observed history at the previous scan, 4 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-16 (score 62, +1)

No change was recorded against any check on this day. Stability & Change Management went from 3 to 7. That category is still filling its 30-day observation window: 1 days of observed history at the previous scan, 2 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-15 (score 61, 0)

- [functional improvement] Stability: unverified → 0.03

### 2026-09-14 (score 61)

First indexed and scored.

## MCP tools (16)

### `arxiv_search_papers` (~286 tokens)

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)

Input parameters:

- `api_key` (string): BrunoSan API Key — brunosan.de/intelligence/
- `category`
- `date_from`
- `date_to`
- `empirical_only` (boolean)
- `has_code_only` (boolean)
- `limit` (integer)
- `query` (string, required)

### `arxiv_get_paper` (~111 tokens)

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'

Input parameters:

- `api_key` (string): BrunoSan API Key — brunosan.de/intelligence/
- `arxiv_id` (string, required)

### `arxiv_top_entities` (~198 tokens)

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)

Input parameters:

- `api_key` (string): BrunoSan API Key — brunosan.de/intelligence/
- `date_from`
- `date_to`
- `limit` (integer)
- `title_only` (boolean)
- `type`

### `arxiv_entity_trend` (~176 tokens)

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

Input parameters:

- `api_key` (string): BrunoSan API Key — brunosan.de/intelligence/
- `entity_name` (string, required)
- `granularity` (string)

### `arxiv_top_authors` (~244 tokens)

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)

Input parameters:

- `api_key` (string): BrunoSan API Key — brunosan.de/intelligence/
- `category`
- `date_from`
- `date_to`
- `limit` (integer)
- `role` (string)

### `arxiv_author_papers` (~128 tokens)

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)

Input parameters:

- `api_key` (string): BrunoSan API Key — brunosan.de/intelligence/
- `author_name` (string, required)
- `limit` (integer)

### `arxiv_most_cited` (~188 tokens)

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)

Input parameters:

- `api_key` (string): BrunoSan API Key — brunosan.de/intelligence/
- `category`
- `date_from`
- `date_to`
- `limit` (integer)

### `arxiv_citation_network` (~196 tokens)

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)

Input parameters:

- `api_key` (string): BrunoSan API Key — brunosan.de/intelligence/
- `arxiv_id` (string, required)
- `depth` (integer)
- `direction` (string)

### `arxiv_co_occurrence` (~224 tokens)

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)

Input parameters:

- `api_key` (string): BrunoSan API Key — brunosan.de/intelligence/
- `date_from`
- `date_to`
- `entity_a` (string, required)
- `entity_b` (string, required)
- `limit` (integer)

### `arxiv_institution_ranking` (~222 tokens)

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)

Input parameters:

- `api_key` (string): BrunoSan API Key — brunosan.de/intelligence/
- `date_from`
- `date_to`
- `include_github_orgs` (boolean)
- `limit` (integer)

### `arxiv_repo_landscape` (~205 tokens)

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)

Input parameters:

- `api_key` (string): BrunoSan API Key — brunosan.de/intelligence/
- `date_from`
- `date_to`
- `limit` (integer)
- `org_filter`

### `arxiv_tracks` (~42 tokens)

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

Input parameters:

- `api_key` (string): BrunoSan API Key — brunosan.de/intelligence/

### `arxiv_track_papers` (~150 tokens)

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).

Input parameters:

- `api_key` (string): BrunoSan API Key — brunosan.de/intelligence/
- `date_from`
- `date_to`
- `has_code_only` (boolean)
- `limit` (integer)
- `track` (string, required)

### `arxiv_track_trend` (~58 tokens)

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

Input parameters:

- `api_key` (string): BrunoSan API Key — brunosan.de/intelligence/
- `granularity` (string)
- `track` (string, required)

### `arxiv_pipeline_status` (~118 tokens)

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

Input parameters:

- `api_key` (string): BrunoSan API Key — brunosan.de/intelligence/

### `get_related_intelligence` (~153 tokens)

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

Output parameters:

- `result` (string)

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/de-brunosan-arxiv/arxiv#diagnostics

## Score history

- 2026-09-20: 64
- 2026-09-19: 63
- 2026-09-18: 63
- 2026-09-17: 62
- 2026-09-16: 62
- 2026-09-15: 61
- 2026-09-14: 61

## Common questions

### What is the BrunoSan ArXiv Intelligence MCP server?

BrunoSan ArXiv Intelligence is an MCP server listed in the public MCP registry as de.brunosan/arxiv. AI research intelligence for AI, ML, NLP, vision and robotics with citations and entity graphs. This page covers its hosted endpoint (https://arxiv.mcp.brunosan.de/mcp).

### Is the BrunoSan ArXiv Intelligence MCP server safe to use?

BrunoSan ArXiv Intelligence scores 64 out of 100 on VerifyMCP. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

### What tools does the BrunoSan ArXiv Intelligence MCP server expose?

BrunoSan ArXiv Intelligence exposes 16 tools: arxiv_search_papers, arxiv_get_paper, arxiv_top_entities, arxiv_entity_trend, arxiv_top_authors, and 11 more. Their descriptions and schemas cost roughly 2,699 tokens of context every time the server is loaded.

### Does the BrunoSan ArXiv Intelligence MCP server require authentication?

No. We connected to BrunoSan ArXiv Intelligence without credentials and it answered, so anything it exposes is reachable by anyone who knows the address.

### Is the BrunoSan ArXiv Intelligence MCP server still maintained?

BrunoSan ArXiv Intelligence is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

## Links

- Remote endpoint: https://arxiv.mcp.brunosan.de/mcp
- Changelog RSS feed: https://verifymcp.io/servers/de-brunosan-arxiv/arxiv.xml
- Changelog JSON feed: https://verifymcp.io/servers/de-brunosan-arxiv/arxiv.json
- HTML version of this page: https://verifymcp.io/servers/de-brunosan-arxiv/arxiv
