Analytics
patternfetch.com
Provides market-state analysis and pattern recognition for stocks, ETFs, and crypto.
ENDPOINT 1
https://patternfetch.com/mcp
MCP server metadata
- Name
- patternfetch
- Version
- 0.3.0
Known tools 6
patternfetch_briefGet a token-compact market-state brief for a stock, ETF, or crypto ticker + timeframe.
Inferred read-onlypatternfetch_multiGet a multi-timeframe market-state view for one stock, ETF, or crypto ticker in a single call: a token-compact brief for each requested timeframe (default 1h, 4h, 1d) PLUS a cross-timeframe alignment read — whether the trends across timeframes agree or diverge, with the split spelled out (e.
Inferred read-onlypatternfetch_deltaGet only what CHANGED since your last brief for a ticker+timeframe (trend flips, new patterns, RSI-state changes).
Inferred read-onlypatternfetch_analogsFind earlier windows IN THE SAME SERIES whose shape resembles the current price action and return the FULL distribution of what followed (win-rate, median, min, max, n) over a fixed forward horizon.
Inferred read-onlypatternfetch_scanScan US stocks, ETFs, and crypto for tickers currently in a given regime or showing a chart/candlestick pattern, RANKED by the honest backtested base rate + 95% CI — discovery, NOT lookup.
Inferred read-onlypatternfetch_capabilitiesReturn patternfetch's own capability matrix: which asset classes are covered (US stocks, ETFs, crypto spot), the data source and delay for each, the supported timeframes, the endpoint list, the per-call prices and tier limits, and the product version.
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.patternfetch]
url = "https://patternfetch.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"patternfetch": {
"type": "http",
"url": "https://patternfetch.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: patternfetch
Remote MCP URL: https://patternfetch.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": {
"patternfetch": {
"url": "https://patternfetch.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"patternfetch": {
"type": "http",
"url": "https://patternfetch.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "patternfetch",
"transport": "streamable-http",
"url": "https://patternfetch.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.