
Company News
Socket Joins New OpenJS Program to Fund Node.js Security Work
Socket is joining the OpenJS Security Stewardship Program to fund Node.js vulnerability research, maintainer remediation, and security releases.
canli-research-mcp
Advanced tools
MCP server for Canli Capital's open research record: every paper, killed candidate, trial count, the live paper record and its verification chain, each with its own limits.
An MCP (Model Context Protocol) server for Canli Capital's open research record. It gives an AI assistant six read-only tools over what canlicapital.com publishes: every research paper and killed candidate, the research topics, the count of hypotheses tried against the declared budget, the live paper-trading record with its sleeves, and the head of the chain that shows the published record was not rewritten.
Every result carries the limits its source states, beside two of its own: these are research documents, each with its own claim boundary, and everything here is paper execution, not funded performance or investment advice.
| Tool | Reads | Returns |
|---|---|---|
search_research | /research-index.json | Papers matching words in their titles and summaries, as columns and rows |
list_topics | /research-index.json | Each topic, how many papers it holds, and what it covers |
get_paper | /research/{slug}.md | A paper's text and headings; section returns one part, max_chars caps the length |
trial_ledger | /api/v1/trials/summary.json | Hypotheses tried against the budget, killed and survived |
live_record | /api/v1/record.json, /api/v1/sleeves.json | The live paper record and each sleeve's paper equity |
chain_head | /api/v1/chain/head.json | The head of the tamper-evident chain, and where to verify it |
claude mcp add canli-research -- npx -y canli-research-mcp
Any MCP client that spawns a process works the same way: npx -y canli-research-mcp.
The server reads only static files served from canlicapital.com's CDN, caches each one in memory for the session (ten minutes), and computes nothing, so a repeated question costs no request. The tool list a model re-reads on every turn is small and identical on every launch, which lets model providers serve it from their prompt cache; a test keeps it under 2,500 characters and byte-stable.
| Variable | Default | Meaning |
|---|---|---|
CANLI_API_BASE | https://canlicapital.com | Where the record is read from. |
The server sends only GET requests for public files, with no key, cookie or query of yours; it writes nothing to disk.
FAQs
MCP server for Canli Capital's open research record: every paper, killed candidate, trial count, the live paper record and its verification chain, each with its own limits.
We found that canli-research-mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.

Company News
Socket is joining the OpenJS Security Stewardship Program to fund Node.js vulnerability research, maintainer remediation, and security releases.

Security News
Two compromised GitHub Actions were re-enabled with malicious tags intact, exposing thousands of downstream repositories to Mini Shai-Hulud.

Research
/Security News
A malicious Firefox extension fetches its payload after installation to evade detection, steal Google session cookies, and automate account takeover.