← maatsii.com

INDIVIDUAL MCP TOOL

maatsii_list_setups

List all 64 active LinReg setups (45 Fan #-series + 19 Tick T-series).

maatsii.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.maatsii.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for maatsii_list_setups and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

maatsii.com

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.maatsii-linreg-connector]
url = "https://mcp.maatsii.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "maatsii-linreg-connector": {
      "type": "http",
      "url": "https://mcp.maatsii.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: maatsii-linreg-connector
Remote MCP URL: https://mcp.maatsii.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "maatsii-linreg-connector": {
      "url": "https://mcp.maatsii.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "maatsii-linreg-connector": {
      "type": "http",
      "url": "https://mcp.maatsii.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "maatsii-linreg-connector",
  "transport": "streamable-http",
  "url": "https://mcp.maatsii.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • maatsii_get_chart — Get ONE fresh Maatsii chart by id (c1.
  • maatsii_get_group — Get FRESH charts for every chart in a group (the REAL non-contiguous ids) — each chart's JPEG INLINE (type=image) plus one JSON metadata block listing every id with its api.
  • maatsii_chart_map — The authoritative 200-chart / 25-group map (id -> symbol/timeframe/group), including the group ALIASES (NQ, GOLD, PLTR, .
  • maatsii_match_setup — OPTIONAL hint — do not lead a TA with it.
  • maatsii_get_setup — Get the full public playbook for ONE active setup by id (accepts "#19", "19", "T1", "t1").
  • maatsii_reading_guide — How to read a Maatsii chart correctly: the price is on the RIGHT AXIS; the black last-price tag = header Close; fan labels are <TF> <type> (R/S/EQ); no VRVP/volume-profile or VWAP is printed on the template (header Vol = bar volume; mid = labelled EQ).
  • maatsii_analysis_framework — The 11-section multi-timeframe (MTF) LinReg analysis structure — the per-group timeframe hierarchy (use the intervals you actually fetched), alignment/divergence scoring, setup verification via playbook text, optional intermarket section, and the Master Trade List + bull/base/bear scenario tree — to produce a full TA with actionable levels.
  • maatsii_fan_guide — LinReg fan geometry: what the fans are (EQ centerline + S1-3/R1-3 rails at ±1/2/3σ), rail parity (R≈S), EQ mean-reversion, the <TF> <R|S|EQ> label convention, confluence zones (3+ multi-timeframe lines converging), and slope alignment — how to read fan structure like the methodology intends.