mcpbeat Sign in

Pattern Vista MCP Server

local only

Pattern Vista runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 10 Sep 2026.

End-of-day US equity data: MA200 deviation rankings, market breadth, chart-pattern win rates.

Installs / week
pypi · pattern-vista
0
Stars
0 open issues
10 Sep 2026
Last commit
no recent releases
MIT
License
Python

What the code does

We read the source, 20 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

    "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJzdXBhYmFzZSIsInJlZiI6ImFncW9ndWhlZmd3eGZwbmNyd3FhIiwicm9sZSI6ImFub24iLCJpYXQiOjE3MjAxNDc3NjQsImV4cCI6MjAzNTcyMzc2NH0.lja65XlGEupLMS6tnedYCgUTXKDXzzHuEu0s9MX1ynY",
Secret passed into the image build Dockerfile:29
# The API key is per-user and never baked in; pass it at run time. Without one
# the server still starts and every tool returns an actionable error, which is
# what lets a registry probe the tool list without credentials.
ENV PATTERN_VISTA_API_KEY=""

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add pattern-vista -- uvx pattern-vista
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "pattern-vista": {
      "args": [
        "pattern-vista"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.pattern-vista]
command = "uvx"
args = ["pattern-vista"]
.cursor/mcp.json
{
  "mcpServers": {
    "pattern-vista": {
      "args": [
        "pattern-vista"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "pattern-vista": {
      "args": [
        "pattern-vista"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to Pattern Vista

same job, measured the same way
StockMarketScan
by stockmarketscan

18 tools for US stock screeners, chart patterns, options flow signals and equities research.

20 tools answering
European IP Data & Analytics — IPRATE
by iprate

Free anonymous selections from released European IP profiles, rankings, and market statistics.

4 tools answering
ShinobiData
by shinobidata

Portfolio analytics + US-equity market research for AI clients. ChatGPT deep-research compat.

answering
Pensiata - Bulgarian Pension Fund Analytics
by nvasilevv

Bulgarian pension fund analytics — NAV data, metrics, rankings, and benchmarks.

26 tools answering
Consequential Analytics
by consequential

Read-only access to your Consequential eCommerce marketing analytics and attribution data.

answering
Charts by Szum
by szum

Create, inspect, manage, and render charts and data visualizations as SVG/PNG or interactive embeds.

13 tools answering
I
Tern EV-Charging Analytics (dev)
by useternai

EV-charging site analytics: utilization, demand, peak saturation and corridor benchmarks.

26 tools answering
CryptoData API
by elevasyncsolutions-jpg

Crypto MCP with 21 tools for market data, DeFi, analytics, and sentiment. Post-paid USDC billing.

48 tools answering

Pattern Vista — questions

Answers built from our own checks of this server.

Why is there no uptime for Pattern Vista?
Pattern Vista runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package pattern-vista.
How do I connect Pattern Vista?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls pattern-vista straight from pypi; nothing to host, nothing to sign up for.
Is Pattern Vista open source?
Yes — it is published under the MIT licence, written in Python and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.