Skip to main content
ClaudeWave
BL3IP avatar
BL3IP

maatsii-cursor-plugin

Ver en GitHub

Cursor plugin wrapper for Maatsii LinReg MCP.

MCP ServersRegistry oficial0 estrellas0 forksMITActualizado today
ClaudeWave Trust Score
87/100
Trusted
Passed
  • Open-source license (MIT)
  • Actively maintained (<30d)
  • Clear description
  • Documented (README)
Last scanned: 9/23/2026
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/BL3IP/maatsii-cursor-plugin
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "maatsii-cursor-plugin": {
      "command": "node",
      "args": ["/path/to/maatsii-cursor-plugin/dist/index.js"]
    }
  }
}
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/BL3IP/maatsii-cursor-plugin and follow its README for install instructions.
Casos de uso

Resumen de MCP Servers

# Maatsii — LinReg MCP (Cursor plugin wrapper)

Public wrapper for the **Maatsii** remote MCP server. This repository does **not** contain the MCP server source code. The live server runs at:

**https://mcp.maatsii.com/mcp**

Streamable HTTP · no API key · no auth

## What it does

Maatsii is a vision-first technical analysis MCP for markets:

- **200 live chart frames** across **25 groups** (index futures, rates, FX, crypto, energy, metals, ETFs, mega-cap, volatility, and more)
- Charts redraw about every **3 seconds** with LinReg fan rails (EQ / R / S), multi-timeframe labels, and a printed price box
- **64 active setups** (45 Fan + 19 Tick) plus an **11-section multi-timeframe TA** framework
- Your AI reads annotated JPEG charts directly (not OHLC tables)

Website: [maatsii.com](https://maatsii.com)

## How to configure

### Cursor (recommended)

Add a remote MCP server pointing at the hosted endpoint (no key):

```json
{
  "mcpServers": {
    "maatsii": {
      "url": "https://mcp.maatsii.com/mcp"
    }
  }
}
```

Or install the **Maatsii** plugin from the Cursor Marketplace (this repo’s `mcp.json` / `plugin.json` wire the same URL).

### Claude Code

```bash
claude mcp add --transport http maatsii https://mcp.maatsii.com/mcp
```

### Claude Desktop / other stdio bridges

```json
{
  "mcpServers": {
    "maatsii": {
      "command": "npx",
      "args": ["-y", "mcp-remote", "https://mcp.maatsii.com/mcp"]
    }
  }
}
```

### ChatGPT / VS Code / other MCP clients

Add remote connector URL: `https://mcp.maatsii.com/mcp` · authentication: **none**.

## How to use

1. Confirm the connector exposes **10 tools**.
2. Ask for an analysis, for example: `11-section TA on all NQ charts`.
3. Or fetch one pane: `Get NQ 15M (c4) and read the fan levels off the right axis`.

### Tools

| Tool | Purpose |
| --- | --- |
| `maatsii_get_group` | Fresh charts for a group (inline JPEGs + URLs) |
| `maatsii_get_chart` | One chart by id (`c1`–`c200`) or ticker (`NQ_100T`) |
| `maatsii_chart_map` | 200-chart / 25-group map and aliases |
| `maatsii_reading_guide` | Right axis, last-price tag, fan labels |
| `maatsii_fan_guide` | EQ / R / S rails, confluence, slope |
| `maatsii_analysis_framework` | 11-section MTF TA structure |
| `maatsii_list_setups` | 64 active setups (45 Fan + 19 Tick) |
| `maatsii_get_setup` | Full playbook for one setup id |
| `maatsii_match_setup` | Optional hint matcher from vision features |
| `maatsii_get_concept` | Short methodology explanations |

### Frame URLs (optional, no MCP client required)

```bash
curl -o nq.jpg "https://api.maatsii.com/c1.jpg?raw=1&cb=$(date +%s)"
```

Always use `?raw=1` and a fresh `cb=` cachebuster.

## What’s in this repo

- `mcp.json` — points Cursor at `https://mcp.maatsii.com/mcp`
- `plugin.json` / `.cursor-plugin/` — Cursor plugin manifest
- `skills/` — optional skill instructions for agents
- `assets/logo.svg` — logo
- `LICENSE` — MIT

Server source stays private / hosted. This public repo exists so registries and Copilot can show a clear README and repository URL.

## Official registry

- Name: `com.maatsii/linreg`
- Version: `1.5.2`
- Endpoint: `https://mcp.maatsii.com/mcp`

## License

MIT

Lo que la gente pregunta sobre maatsii-cursor-plugin

¿Qué es BL3IP/maatsii-cursor-plugin?

+

BL3IP/maatsii-cursor-plugin es mcp servers para el ecosistema de Claude AI. Cursor plugin wrapper for Maatsii LinReg MCP. Tiene 0 estrellas en GitHub y su última actualización registrada es del 2026-09-22.

¿Cómo se instala maatsii-cursor-plugin?

+

Puedes instalar maatsii-cursor-plugin clonando el repositorio (https://github.com/BL3IP/maatsii-cursor-plugin) 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 BL3IP/maatsii-cursor-plugin?

+

Nuestro agente de seguridad ha analizado BL3IP/maatsii-cursor-plugin y le ha asignado un Trust Score de 87/100 (tier: Trusted). Revisa el desglose completo de comprobaciones superadas y flags en esta página.

¿Quién mantiene BL3IP/maatsii-cursor-plugin?

+

BL3IP/maatsii-cursor-plugin es mantenido por BL3IP. La última actividad registrada en GitHub es del 2026-09-22, con 0 issues abiertos.

¿Hay alternativas a maatsii-cursor-plugin?

+

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

Despliega maatsii-cursor-plugin 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: BL3IP/maatsii-cursor-plugin
[![Featured on ClaudeWave](https://claudewave.com/api/badge/bl3ip-maatsii-cursor-plugin)](https://claudewave.com/repo/bl3ip-maatsii-cursor-plugin)
<a href="https://claudewave.com/repo/bl3ip-maatsii-cursor-plugin"><img src="https://claudewave.com/api/badge/bl3ip-maatsii-cursor-plugin" alt="Featured on ClaudeWave: BL3IP/maatsii-cursor-plugin" width="320" height="64" /></a>

Más MCP Servers

Alternativas a maatsii-cursor-plugin