Transparent stock screener with a public, verifiable track record. Scan, score, and check picks.
MCPpedia last refreshed this data
io.tapeline/tapeline is an MCP server that transparent stock screener with a public, verifiable track record. Scan, score, and check picks. Its tool list has not been published yet over http, requires no API key, and scores 90/100 on MCPpedia's security, maintenance and efficiency rubric.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"io-tapeline-tapeline": {
"args": [
"-y",
"create-next-app"
],
"command": "npx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
A live quantitative market scanner for retail traders.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y 'create-next-app' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked create-next-app against OSV.dev.
Click any tool to inspect its schema.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in other
Compress tool outputs, logs, files, and RAG chunks before they reach the LLM. 60-95% fewer tokens, same answers. Library, proxy, MCP server.
Transport for TMCP using STDIO
The graph based agentic IDE
Buddhist canon tools: search, passages, cross-canon parallels, dictionaries — all URN-cited.
MCP Security Weekly
Get CVE alerts and security updates for io.tapeline/tapeline and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
A live quantitative market scanner for retail traders.
Tapeline surfaces high-conviction technical and fundamental signals across US stocks and ETFs. It scores ~2,500 tickers every minute during market hours, detects Bollinger Band squeezes and volume expansions, surfaces recent insider buys (SEC Form 4), and classifies the overall market regime. (A Congressional-trades surface is built and Premium-gated, but no disclosure feed is wired yet.)
Built on the same engine that powers a production personal trading bot.
Live. tapeline.io is served by the Fly.io app tapeline-web; the API runs at api.tapeline.io (Fly app tapeline-backend). Real market data comes from Massive, with Finnhub for fundamentals, calendars and SEC Form 4 insider transactions, and FRED for macro. Three live tiers, Stripe billing, and a public scorecard. This repo stays separate from the personal C:\signal-system\ engine — no shared files.
docs/ARCHITECTURE.md)┌──────────────────────┐ ┌──────────────────┐ ┌─────────────────┐
│ Massive SIP feed │─────▶│ Scoring worker │─────▶│ Postgres │
│ (Polygon, rebranded │ │ (adapted from │ │ (scores, │
│ 2025-10-30) │ │ signal-system) │ │ snapshots) │
└──────────────────────┘ └──────────────────┘ └────────┬────────┘
│
▼
┌──────────────────────┐ ┌──────────────────┐ ┌─────────────────┐
│ Next.js dashboard │◀─SSE─│ FastAPI │◀─────│ Read API │
│ (scanner, squeeze, │ │ (auth, billing, │ │ │
│ regime, congress) │ │ live stream) │ │ │
└──────────────────────┘ └──────────────────┘ └─────────────────┘
│ │
▼ ▼
┌──────────────────────┐ ┌──────────────────┐
│ Cookie-JWT auth │ │ Stripe (billing)│
└──────────────────────┘ └──────────────────┘
services/session.py), with emailed sign-in codes as a new-device second factor; Clerk and Google/Microsoft OAuth are env-gated add-onsdocs/LICENSE_AUDIT.mdtapeline-backend (API + scoring worker) and tapeline-web (Next.js frontend, serves tapeline.io). Vercel builds PR previews onlydocs/DATA_SOURCES.md).tier.py:PROMO_OPEN_ACCESS_UNTIL. Look-ups, watchlist and push caps are unchanged, no Pro feature unlocks, and anonymous visitors still see the top 10.)