Maatsii — LinReg MCP (Cursor plugin wrapper)

MCP serverDev tools

Live LinReg fan charts, 64-setup playbook, 11-section MTF TA. Remote MCP, no API key.

Available today. Use it from your connected AI after setup.

Connect ahel once, and every AI you use reads what you have installed.

Then ask your AI: use Maatsii — LinReg MCP (Cursor plugin wrapper)

Install Maatsii — LinReg MCP (Cursor plugin wrapper)

The server’s own address, for the clients that take one directly. Or connect ahel onceand every client you use reads it from one address, with the account kept on ahel rather than in each client’s config.

  • Claude Code

    claude mcp add --transport http maatsii-linreg-mcp-cursor-plugin 'https://mcp.maatsii.com/mcp'

    Run it once in your project, then open /mcp to approve any sign-in the server asks for.

  • Claude Desktop

    https://mcp.maatsii.com/mcp

    Add a custom connector in Settings, paste this address, and approve the sign-in.

  • Cursor

    cursor://anysphere.cursor-deeplink/mcp/install?name=maatsii-linreg-mcp-cursor-plugin&config=eyJ1cmwiOiJodHRwczovL21jcC5tYWF0c2lpLmNvbS9tY3AifQ==

    Open the link and Cursor adds the server at that address.

  • ChatGPT

    https://mcp.maatsii.com/mcp

    In Settings, enable Developer mode, create an MCP app, and paste this address. Your plan and workspace must allow custom apps.

  • Codex

    codex mcp add maatsii-linreg-mcp-cursor-plugin --url 'https://mcp.maatsii.com/mcp'

    Run it once, then sign in with codex mcp login maatsii-linreg-mcp-cursor-plugin if the server asks for an account.

From the project's README

As published by BL3IP/maatsii-cursor-plugin in README.md.

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

How to configure

Cursor (recommended)

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

{
  "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

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

Claude Desktop / other stdio bridges

{
  "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

ToolPurpose
maatsii_get_groupFresh charts for a group (inline JPEGs + URLs)
maatsii_get_chartOne chart by id (c1c200) or ticker (NQ_100T)
maatsii_chart_map200-chart / 25-group map and aliases
maatsii_reading_guideRight axis, last-price tag, fan labels
maatsii_fan_guideEQ / R / S rails, confluence, slope
maatsii_analysis_framework11-section MTF TA structure
maatsii_list_setups64 active setups (45 Fan + 19 Tick)
maatsii_get_setupFull playbook for one setup id
maatsii_match_setupOptional hint matcher from vision features
maatsii_get_conceptShort methodology explanations

Frame URLs (optional, no MCP client required)

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

Advanced
Delivery
linreg MCP server → your ahel gateway (mcp.ahel.ai) → every connected AI client.
Catalog kind
mcp-server
Gateway key
com-maatsii-linreg
Source
github.com/BL3IP/maatsii-cursor-plugin
Hosted endpoint
https://mcp.maatsii.com/mcp