How to connect Claude or ChatGPT to a daily momentum screener over MCP

MCP is the protocol an AI assistant uses to call an outside service. Point a client at one address — https://qmscreener.com/mcp — and the assistant can read QM Screener's daily screens in the conversation, instead of you opening the dashboard, reading rows and typing them back in. There are 5 tools: 3 answer with no credential, and 2 need a token from a subscriber account. The engineering detail is on the docs page; this page is what it does for a trader.

What MCP actually gives you

An assistant with no tools is working from memory, and memory is the wrong thing to ask about a market: it will produce a moving average it never computed and a confident sentence about today from a training set that ended months ago. A tool call fixes that at the source — the assistant reads the same result file the dashboard draws, from the run that finished after the last close.

What that changes is the shape of the question you can ask. Ranking, filtering and charting are what the dashboard is for. What it cannot do is answer in words, cross two lists, or say why a name is on one and not the other. Over MCP you can ask for the intersection, or hand the assistant a ticker and have it check the day's lists for you. The screen still decides what passed; the assistant only reads it.

The screens are the same 6 the site runs: Momentum Continuation, Trend Template, VCP, Gappers, Defensive Strength and Swing Momentum. Each encodes publicly documented trend and momentum criteria assembled from public sources. QM Screener is an independent product and is not affiliated with, endorsed by, or sponsored by any trader, author, publisher or firm.

The 5 tools

These are the tools as the server advertises them, taken from the same list the server card publishes and the endpoint answers tools/list with, so a tool cannot be described here and be missing there.

ToolWhat it answersAccess
list_screensList the momentum screens this site runs and what each one tests for.Public
todays_top_setupsThe highest-ranked passing tickers per screen from the most recent run, with the total that passed.Public
sector_strengthTrailing returns for 21 US sector ETFs measured against SPY.Public
screen_resultsOne screen's full result set — every passing ticker with the metric values that decided it, plus the near-miss and mean-reversion lists and the run's SPY benchmark return.Subscriber
price_historyDaily OHLCV bars for one US ticker.Subscriber

Three things about that table are worth spelling out.

Connecting a client

Every MCP client words this differently, so the steps below are the shape of it rather than a menu path. It starts in your client's server or connector settings, and the docs page carries the specifics.

For a client that reads a description before connecting, the server card at https://qmscreener.com/.well-known/mcp/server-card.json carries the endpoint, the transport, the authorization scheme and this same tool list as JSON.

Questions an assistant can answer

Each of these maps to a tool above, which is the useful test — a question that maps to no tool is answered from memory.

What no question reaches: an intraday price, a quote, an earnings date, a news headline or an order. None of those is in a tool.

What a token can and cannot do

A bearer token is not a session. It is issued to a client you approved, it carries a named scope, and it opens exactly what that scope covers and no more.

Limits, and what they are for

How to use this in QM Screener

A free account — a verified email address, no card — sees the top 5 names of each screen every day and can chart them, and the public MCP tools answer on the same terms. The full lists, the per-row values, price history and the exports are $10 a month or $84 a year, each starting with a 7-day free trial. Start there, or sign in if you already have an account.

Frequently asked questions

Do I need an API key?

No. There is no key to paste and nothing to install. The public tools answer with no credential. For the subscriber tools the client registers itself and sends you to a sign-in and approval page on this site, which is where the token is issued and where your password is typed — never in the chat.

What can an assistant read without a subscription?

Three of the five tools: the list of screens and what each one tests for, the highest-ranked passing names per screen from the most recent run, and the sector strength ranking. The passing list is truncated and the true total is reported beside it, so the count is never wrong even when the names are cut short.

Can the assistant place a trade?

No. Every tool is read-only, and no scope grants anything else. What comes back is a screening result, which is not advice and carries no position size, target or stop.

How do I disconnect it?

Revoke the token. The site implements RFC 7009 revocation, which is immediate for a refresh token; an access token that is already issued expires on its own within the hour. Removing the server in your client stops it calling; revoking stops the credential working at all.

Is the data live?

No. This is end-of-day US equities, rerun once per trading day after the close. An assistant asking mid-session gets the previous close, the same data the dashboard shows at that moment. There is no intraday feed, no quotes and no execution.


Educational content, not financial advice. QM Screener lists stocks that passed published filters; it does not recommend trades, size positions or know anything about your circumstances. US equities, end-of-day, refreshed once per trading day after the close.