npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

methodiq-screener-mcp

v0.1.0

Published

MCP server for investment screening by methodology — screen stocks using value investing (Graham/Buffett), growth (CANSLIM), dividend, momentum, quality, and deep-value criteria with scoring and ranking

Downloads

336

Readme

methodiq-screener-mcp

MCP server for investment screening by methodology. Screen and score stocks using proven investment strategies: Benjamin Graham Value, Warren Buffett Quality, CAN SLIM Growth, Dividend Income, Momentum, and Deep Value Net-Net.

Tools

screen_by_methodology

Get the complete screening criteria for any methodology with thresholds, rationale, and implementation instructions for your broker/screener.

score_stock

Score a specific stock against a methodology. Provide financial metrics and get pass/fail on each criterion with an overall fit score.

compare_methodologies

Compare 2-4 methodologies side-by-side: philosophy, criteria, market conditions, historical performance, and which suits your risk profile.

portfolio_methodology_fit

Determine which methodology best describes your current portfolio's characteristics and find style-consistent additions.

Supported Methodologies

| Methodology | Founder | Key Metric | Time Horizon | |-------------|---------|------------|--------------| | Graham Value | Benjamin Graham | P/E < 15, P/B < 1.5, Graham Number | 1-5 years | | Buffett Quality | Warren Buffett | ROE > 15%, ROIC > 12%, Moat | 10+ years | | CAN SLIM | William O'Neil | EPS Growth > 25%, RS > 80 | Weeks-months | | Dividend Income | Dividend Aristocrats | Yield 2-6%, Growth > 7%, Payout < 60% | 10-30 years | | Momentum | Jegadeesh/AQR | 12M Return top decile, > 200 DMA | 1-12 months | | Deep Value Net-Net | Graham/Schloss | Price < 2/3 NCAV | 6-18 months |

Installation

npx methodiq-screener-mcp

Configuration

Claude Desktop

{
  "mcpServers": {
    "methodiq-screener": {
      "command": "npx",
      "args": ["-y", "methodiq-screener-mcp"]
    }
  }
}

Example Usage

Get Graham Value criteria:

Screen by graham-value methodology, large-cap only

Score a stock:

Score AAPL against buffett-quality: PE 28, ROE 147%, ROIC 56%, D/E 1.5, net margin 25%, revenue growth 8%

Compare strategies:

Compare graham-value vs buffett-quality vs dividend-income for a moderate investor

Analyze portfolio:

What methodology fits my portfolio: AAPL, MSFT, JNJ, PG, KO, BRK.B, V, UNH, HD, COST

License

MIT