Analytics
maatsii.com
Provides financial chart data and trading setup lists for technical analysis.
ENDPOINT 1
https://mcp.maatsii.com/mcp
MCP server metadata
- Name
- maatsii-linreg-connector
- Version
- 1.5.1
Known tools 10
maatsii_get_groupGet 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.
Inferred read-onlymaatsii_chart_mapThe authoritative 200-chart / 25-group map (id -> symbol/timeframe/group), including the group ALIASES (NQ, GOLD, PLTR, .
Inferred read-onlymaatsii_list_setupsList all 64 active LinReg setups (45 Fan #-series + 19 Tick T-series).
Inferred read-onlymaatsii_get_setupGet the full public playbook for ONE active setup by id (accepts "#19", "19", "T1", "t1").
Inferred read-onlymaatsii_reading_guideHow 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).
Inferred read-onlymaatsii_analysis_frameworkThe 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.
Potential side effectsmaatsii_fan_guideLinReg 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.
Inferred read-onlymaatsii_get_conceptExplain a Maatsii concept in a few sentences: rail parity, fan confluence, EQ centerline, strength tiers, catalog direction, playbook fields, setup hint only, vision features, VRVP not VWAP, MTF alignment, invalidation logic, tick structure, chart freshness, fetch gate.
Inferred read-onlyCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.