# io.github.arhancanli/canli-research-mcp (npm · canli-research-mcp)

Canli Capital's open research record: papers, killed candidates, trial counts, live record.

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

## Components

- npm · `canli-research-mcp`: 71/100 (this document), [markdown](https://verifymcp.io/servers/arhancanli-canli-research-mcp/canli-research-mcp.md), [page](https://verifymcp.io/servers/arhancanli-canli-research-mcp/canli-research-mcp)

## Channel facts

- Registry: `npm`
- Package: `canli-research-mcp`
- Version: `0.1.0`
- Transport: `stdio`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, 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-27.

- **Supply Chain Security**: 98/100
  - No malware found by supply-chain analysis.
  - No known CVEs affecting this package version or its production dependencies.
  - No install/post-install scripts declared.
  - 31 of 95 dependencies flagged as unhealthy.
- **Provenance & Transparency**: 48/100
  - Source repository is publicly reachable at the declared URL.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 0 days ago).
  - Publishes a security disclosure policy (SECURITY.md).
- **Schema Quality & AI Usability**: 75/100
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 297 tokens (~49/item across 6 items; 6 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 0/100
  - Stability not yet verified: not enough scan history yet (needs a 30-day window).
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Tool Safety**: 100/100
  - No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.
  - We read all 6 captured tool definition(s), and no name or description among them implies an irreversible operation.
  - An AI judge read all 6 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.

**Unverified: 1 category.** A category scored 0 because we could not verify it: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.

## Install

### How do I install the io.github.arhancanli/canli-research-mcp server?

io.github.arhancanli/canli-research-mcp runs locally as an npm package, launched with npx -y canli-research-mcp. 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 arhancanli-canli-research-mcp -- npx -y canli-research-mcp
```

### Cursor

```json
{
  "mcpServers": {
    "arhancanli-canli-research-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "canli-research-mcp"
      ]
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "arhancanli-canli-research-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "canli-research-mcp"
      ]
    }
  }
}
```

### Codex

```bash
codex mcp add arhancanli-canli-research-mcp -- npx -y canli-research-mcp
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "arhancanli-canli-research-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "canli-research-mcp"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add arhancanli-canli-research-mcp --command npx --arg -y --arg canli-research-mcp
```

### Hermes

```yaml
mcp_servers:
  arhancanli-canli-research-mcp:
    command: "npx"
    args: ["-y", "canli-research-mcp"]
```

### Netclaw

```json
{
  "McpServers": {
    "arhancanli-canli-research-mcp": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "canli-research-mcp"
      ]
    }
  }
}
```

### Vellum

```bash
assistant mcp add arhancanli-canli-research-mcp -t stdio -c npx -a -y canli-research-mcp
```

### Other

```json
{
  "mcpServers": {
    "arhancanli-canli-research-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "canli-research-mcp"
      ]
    }
  }
}
```

## 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-26 (score 71)

First indexed and scored.

## MCP tools (6)

### `search_research` (~77 tokens)

Search research

Find Canli Capital research papers (strategy tests, killed candidates, literature reviews, feasibility protocols) by words in their titles and summaries.

Input parameters:

- `limit` (integer): Most papers to return; default 10.
- `query` (string, required): Words to find in paper titles and summaries, for example 'momentum' or 'insider'.

### `list_topics` (~23 tokens)

Research topics

The research topics, with how many papers each holds and what it covers.

### `get_paper` (~95 tokens)

Read a paper

A research paper's text as published, by slug, with its headings; send section for one part, and max_chars to cap the length.

Input parameters:

- `max_chars` (integer): Most characters of text to return; default 12000.
- `section` (string): Return only the section whose heading contains this text; the result lists every heading.
- `slug` (string, required): The paper's slug, from search_research.

### `trial_ledger` (~31 tokens)

Trial ledger

How many distinct hypotheses Canli Capital has tried against its declared budget, and how many were killed or survived.

### `live_record` (~36 tokens)

Live paper record

The live paper-trading record (returns, costs, risk, corrections, provenance) and each sleeve's paper equity, with their limits.

### `chain_head` (~35 tokens)

Verification chain head

The head of the tamper-evident chain that shows the published record was not rewritten after publication, with where to verify it.

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/arhancanli-canli-research-mcp/canli-research-mcp#diagnostics

## Score history

- 2026-09-27: 71
- 2026-09-26: 71

## Common questions

### What is the io.github.arhancanli/canli-research-mcp server?

io.github.arhancanli/canli-research-mcp is listed in the public MCP registry as io.github.arhancanli/canli-research-mcp. Canli Capital's open research record: papers, killed candidates, trial counts, live record. This page covers its npm package (canli-research-mcp).

### Is the io.github.arhancanli/canli-research-mcp server safe to use?

io.github.arhancanli/canli-research-mcp scores 71 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 27 September 2026. It declares no install or post-install scripts. 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 io.github.arhancanli/canli-research-mcp server expose?

io.github.arhancanli/canli-research-mcp exposes 6 tools: search_research, list_topics, get_paper, trial_ledger, live_record, chain_head. Their descriptions and schemas cost roughly 297 tokens of context every time the server is loaded.

### Is the io.github.arhancanli/canli-research-mcp server still maintained?

io.github.arhancanli/canli-research-mcp is still listed as active in the MCP registry. We last reached this channel on 27 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

### What licence is the io.github.arhancanli/canli-research-mcp server under?

io.github.arhancanli/canli-research-mcp declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.

## Links

- npm package: https://www.npmjs.com/package/canli-research-mcp
- Socket report: https://socket.dev/npm/package/canli-research-mcp
- Repository: https://github.com/arhancanli/canlicapital
- Changelog RSS feed: https://verifymcp.io/servers/arhancanli-canli-research-mcp/canli-research-mcp.xml
- Changelog JSON feed: https://verifymcp.io/servers/arhancanli-canli-research-mcp/canli-research-mcp.json
- HTML version of this page: https://verifymcp.io/servers/arhancanli-canli-research-mcp/canli-research-mcp
