Overview
The EP Ratio Screener Server runs a fundamental stock screener based on normalized earnings yield, balance-sheet health, ROIC, earnings consistency, and yield spread versus the risk-free rate.Connection
Add this server to your MCP client configuration.- Cursor
- Bearer auth
Transport
Best-Fit Workflows
- Validate runtime configuration before screening.
- Score one ticker with the E/P-based decision pipeline.
- Screen a batch of tickers and export CSV outputs.
- Check whether the service is running in full-data or fallback mode.
Recommended Tools
- config-validate
- scoring-engine-score
- screen-tickers
Tools
Examples
Validate config
Score one ticker
Screen a batch
n8n Workflow
This server can be called from an n8n schedule orPOST Webhook to run a ticker screen and return a ranked JSON report.
Recommended n8n HTTP Request chain:
- Accept
tickersanduse_fmp_screenfrom the webhook body, or use a scheduled default universe. - Initialize the MCP session and store
MCP-Session-Id. - Call
load_skillsonce when the endpoint requires skill bootstrap. - Split larger ticker lists into batches.
- Call
screen-tickerswith{"request":{"tickers":[...],"use_fmp_screen":false}}. - Parse the SSE response, combine batch results, and route the output to Respond to Webhook or delivery nodes.
- EP Ratio Screener JSON - public ticker-screen webhook at
POST https://n8n.limex.pro/webhook/a1b2c3d4-e5f6-7890-abcd-ef1234567890. The template removes the scheduled email-delivery branch; add your own delivery nodes after import.
Notes
use_fmp_screen=truerequires the optional FMP data source to be configured.- Fallback mode still supports the core scoring flow, but has less universe/enrichment coverage.
Client setup
Configure this endpoint in Cursor, Claude Desktop, or a generic MCP client.
n8n workflows
Build webhook and scheduled screening flows around this MCP endpoint.
Shared tools
Use health, result, artifact, environment, and table helper tools.
Other Servers
Dataloader
Market-data retrieval, TA-Lib indicators, and dataframe exports.
Fama-French Replicate
Official and replicated Fama-French factors plus loadings and alpha estimation.
Statistical Factor Models
Stock-Watson, complete-panel, and dynamic statistical factor extraction.
Jump Models
JumpModel and SparseJumpModel regime fitting, online prediction, and backtesting.
Wavelet Mean Reversion
Wavelet-based mean reversion analysis for financial time series.
Parallax ExtremeHurst
ExtremeHurst signal generation from OHLCV data.
Volatility Scaling Lab
Volatility targeting, EWMA volatility, Monte Carlo bands, and risk diagnostics.