Maatsii — LinReg MCP (Cursor plugin wrapper)
MCP serverDev toolsLive 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.
No other account needed.
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/mcpAdd 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/mcpIn 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:
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
- Confirm the connector exposes 10 tools.
- Ask for an analysis, for example:
11-section TA on all NQ charts. - 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)
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 athttps://mcp.maatsii.com/mcpplugin.json/.cursor-plugin/— Cursor plugin manifestskills/— optional skill instructions for agentsassets/logo.svg— logoLICENSE— 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