← patternfetch.com
INDIVIDUAL MCP TOOL
patternfetch_brief
Get a token-compact market-state brief for a stock, ETF, or crypto ticker + timeframe.
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name, description or schema mentions credentials.
Parent endpoint
CONNECT 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.
Related tools
patternfetch_multi— Get 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.patternfetch_delta— Get only what CHANGED since your last brief for a ticker+timeframe (trend flips, new patterns, RSI-state changes).patternfetch_analogs— Find 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.patternfetch_scan— Scan 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.patternfetch_capabilities— Return 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.