Skip to main content
ClaudeWave

Open-source research and evidence site for Canli Capital and ALPHAC: methodology, paper record, kill log, retractions, and reproducible artifacts.

MCP ServersRegistry oficial0 estrellas0 forksHTMLMITActualizado today
ClaudeWave Trust Score
95/100
Verified
Passed
  • Open-source license (MIT)
  • Actively maintained (<30d)
  • Clear description
  • Topics declared
  • Documented (README)
Last scanned: 9/23/2026
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/arhancanli/canlicapital
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Clone https://github.com/arhancanli/canlicapital and follow its README for install instructions.
Casos de uso

Resumen de MCP Servers

# canlicapital.com

The public site for **Canli Capital**, and the surface where **ALPHAC** — a four-sleeve
cross-asset quant book — publishes its record while it is still small enough to be embarrassing.

**Created and maintained by [Arhan Canli](https://github.com/arhancanli) for Canli Capital.**
Development uses reviewed AI-assisted tooling, while project ownership, research decisions,
published claims, and release responsibility remain with Arhan Canli.
Machine-readable software citation metadata is provided in [`CITATION.cff`](CITATION.cff).

The engine that produces every number here is open too:
**[github.com/arhancanli/alphac](https://github.com/arhancanli/alphac)**.

Live: **[canlicapital.com](https://canlicapital.com)**

Build with it: [get an API key](https://canlicapital.com/developers#quickstart),
[connect the MCP server](https://canlicapital.com/developers#ai-assistant), or
[contribute a reproducible improvement](CONTRIBUTING.md). If the project is useful,
star the repository to help other developers find it.

Current work and verified limitations: [persistent goal status](docs/goal/STATUS.md).

## Why this repo is public

The site's whole claim is *"a quant fund proving itself in public before it asks you to trust
it."* — the tagline in `config/brand.js`. A site that makes that claim and hides its own source
is asking for a trust it hasn't earned. So: this is the source, including the parts that enforce
honesty on us.

The load-bearing one is **`docs/retracted_claims.txt` in the engine repo**. When a number is
withdrawn it goes on a blocklist, and `check_retracted_claims.py` scans `dist/` and `public/` for
it before each deploy. It cannot be satisfied by deleting the number — a retracted figure must
still be quotable *inside its own retraction*, so a match counts only when the explanation is
absent from the surrounding window.

That check exists because the retraction here had already failed twice: a withdrawn DSR of 0.83
stayed on the homepage and in the social-unfurl card for six days after the signed chain formally
withdrew it. The pipeline was publishing the correction and the error in the same run.

The gate is now fail-closed for publication. Since 2026-08-19, both `live_tick.sh` and
`live_publish.sh` run `check_retracted_claims.py` after regeneration and skip the deploy when it
fails. Trading remains outside that blast radius: a publication defect can stop the website from
shipping, but cannot place, cancel, or delay an order.

## Publication surfaces

| surface | what it is |
|---|---|
| `index.html` | the landing: thesis, systems teaser, live record |
| `systems.html` | how the four sleeves work |
| `research.html` | the research programme, literature reviews, feasibility protocols |
| `performance.html` | the methodology and the honest numbers |
| `progress.html` | the build log |
| `open.html` | proven in the open: the kill log, the signed chain, glass-box artifacts |
| `verify.html` | independent verification instructions and downloadable evidence |
| `review.html` | the governed public criticism bench for five flagship papers |
| `foundry.html` | the fail-closed design and deployment-acceptance status for Foundry |
| `founder.html` | the ProfilePage that resolves every Arhan Canli authorship claim |
| `methodology.html` | evidence-linked answers to the research methodology questions |
| `research/*.html` | 111 generated technical reports, each with Scholar metadata and BibTeX |
| `research/topics/*.html` | 13 substantive subject and research-stage indexes |
| `measurements/*.html` | 89 generated Dataset pages with explicit claim boundaries |
| `engineering.html` | the open-source hub: the three repositories, what is hard in them, and a reading path |
| `notes/*.html` | engineering notes: post-mortems, derivations and design arguments |
| `tools/selection-risk.html` | the Selection Risk Lab: search a series with no edge, watch the deflation kill what you find |
| `tools/breadth.html` | the Breadth Lab: what a book of N sleeves is worth, and the ceiling no amount of breadth can pass |
| `tools/execution.html` | the Execution Reality Lab: which execution assumptions are costs, and which only look like costs |
| `tools/backtest-overfitting.html` | probability of backtest overfitting by Combinatorially Symmetric Cross-Validation, run in the browser on your own matrix |
| `tools.html` | the index of every browser calculator this project publishes |
| `developers.html` | the public read API: endpoints, the response envelope, and what each response cannot be used to claim |
| `costs.html` | every cost that can reach a return, whether the engine charges it, and which way the answer is wrong when it does not |
| `standards/paper-evidence.html` | canli.paper-evidence.v0, a proposed open standard whose required fields are the ones a performance claim usually omits |

`public/paper-state.json` and `public/glassbox/*` are written by the engine's publish job, not by
hand. They are the machine-readable form of every claim the pages make. Current corpus counts are
derived during the build from `public/research-index.json`,
`public/glassbox/trial_packet_manifest.json`, and the generated measurement directory; the sitemap
is generated from the same files rather than maintained separately. The present build contains
327 canonical URLs in the sitemap (all indexable), plus a public noindex evidence page for every incomplete registered
trial and one archival HTML paper per registered sleeve. It publishes
identity-level packets for all 228 recorded hypotheses, while
honestly marking 226 of those packets incomplete.

## Build and run

```sh
npm install
npm run build      # Vite multi-page build -> dist/
npm run preview    # serve the built dist
npm run dev        # dev server with hot reload
```

Three.js, GSAP + ScrollTrigger and Lenis are self-hosted — they install from npm and Vite
fingerprints them into `dist`. **Nothing is fetched from a CDN at runtime.** The build must stay
green, and source plus `dist` must contain zero em dashes (U+2014); both are audited before deploy.

## Brand and facts are single-sourced

`config/brand.js` is the one place names and numbers live. `js/shell.js` renders the nav and footer
from it so every page ships byte-identical chrome, and `js/main.js` binds `data-brand`,
`data-flagship`, `data-tagline` and `data-fact` nodes from it.

**`STATS` and `FACTS` are the only numeric claims permitted on the hand-authored marketing
surfaces.** Generated papers and measurement pages obtain their figures from engine exports and
carry their own source paths and claim boundaries. `audit-published-numbers.mjs` reconciles the
shared site-level figures; do not add a number to either layer without binding it to an
authoritative artifact.

## Not investment advice

Nothing on this site or in this repo is investment advice, an offer, or a solicitation. The record
published here is **paper trading**; the published ALPHAC strategy record includes no funded performance. Simulated and past
performance do not indicate future results. See `LICENSE`: provided "as is", without warranty.

## Glass-box platform expansion

The [platform direction and quality contract](docs/GLASSBOX-PLATFORM-VISION-2026-09-19.md)
connect the research engine, developer API/MCP and the company-reference collection. The local
expansion candidate adds 49 SEC-backed reference pages; it is not a million-page deployment.
The search goal is **at least 800,000 indexed pages, targeting 1,000,000**, recorded in
`config/search-growth-goal.json`. `npm run seo:inventory` reports built counts separately from
actual indexing evidence; the indexed count remains unverified until Search Console evidence
is available. `--require-indexed-minimum` fails while that evidence is missing.
`npm run seo:capacity` tests sitemap transport with synthetic URLs in a temporary directory.

Refresh selected company records explicitly with `npm run companies:import -- CIK [CIK ...]`.
Builds use captured public JSON and original compressed source snapshots, with no network ingestion
during publication. The selected latest-filed histories may contain restatements and are not
point-in-time backtest data. Public JSON downloads do not extend the validation API's capabilities.
apibacktestingdata-visualizationfinancial-datafintechinvestment-researchjavascriptmcpmcp-servermodel-context-protocolopen-sourcequantitative-financereproducible-researchresearch-transparencysec-edgarstatic-sitevitexbrl

Lo que la gente pregunta sobre canlicapital

¿Qué es arhancanli/canlicapital?

+

arhancanli/canlicapital es mcp servers para el ecosistema de Claude AI. Open-source research and evidence site for Canli Capital and ALPHAC: methodology, paper record, kill log, retractions, and reproducible artifacts. Tiene 0 estrellas en GitHub y su última actualización registrada es del 2026-09-23.

¿Cómo se instala canlicapital?

+

Puedes instalar canlicapital clonando el repositorio (https://github.com/arhancanli/canlicapital) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.

¿Es seguro usar arhancanli/canlicapital?

+

Nuestro agente de seguridad ha analizado arhancanli/canlicapital y le ha asignado un Trust Score de 95/100 (tier: Verified). Revisa el desglose completo de comprobaciones superadas y flags en esta página.

¿Quién mantiene arhancanli/canlicapital?

+

arhancanli/canlicapital es mantenido por arhancanli. La última actividad registrada en GitHub es del 2026-09-23, con 2 issues abiertos.

¿Hay alternativas a canlicapital?

+

Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.

Despliega canlicapital en tu cloud

Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.

¿Mantienes este repo? Añade un badge a tu README

Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.

Featured on ClaudeWave: arhancanli/canlicapital
[![Featured on ClaudeWave](https://claudewave.com/api/badge/arhancanli-canlicapital)](https://claudewave.com/repo/arhancanli-canlicapital)
<a href="https://claudewave.com/repo/arhancanli-canlicapital"><img src="https://claudewave.com/api/badge/arhancanli-canlicapital" alt="Featured on ClaudeWave: arhancanli/canlicapital" width="320" height="64" /></a>

Más MCP Servers

Alternativas a canlicapital