streamable-httpupdated 8d ago
A live quantitative market scanner for retail traders.
What can you do with Tapeline?
Tapeline
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.
Status
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.
Architecture (see 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)β
ββββββββββββββββββββββββ ββββββββββββββββββββ
Stack
- Backend: Python 3.12 + FastAPI + SQLAlchemy + Alembic
- Database: Postgres (Supabase or Neon)
- Frontend: Next.js 16 + TypeScript + Tailwind + shadcn/ui
- Auth: native cookie-JWT sessions (
services/session.py), with emailed sign-in codes as a new-device second factor; Clerk and Google/Microsoft OAuth are env-gated add-ons - Billing: Stripe
- Data feed: Massive Stocks Starter ($29/mo) β formerly Polygon.io, rebranded 2025-10-30. Licence scope is under review; see
docs/LICENSE_AUDIT.md - Macro / fundamentals / smart money: FRED Β· Finnhub (fundamentals, SEC Form 4 insider transactions, earnings + IPO calendars)
- Deployment: Fly.io β
tapeline-backend(API + scoring worker) andtapeline-web(Next.js frontend, serves tapeline.io). Vercel builds PR previews only - Email: Resend
Product tabs (v1)
- π‘ Scanner β ~2,500 tickers, composite score, filters, sort
- π₯ Squeeze Watch β BB squeeze days, volume expansion, OBV trend, suggested window
- π Market Regime β current regime, VIX, DXY, 10Y, rate direction, sector leaders
- ποΈ Congress Trades β recent politician buys/sells aggregated by ticker. Surface and Premium gate are built, but no disclosure feed is wired: the table does not accrue rows in production (see
docs/DATA_SOURCES.md).
Pricing
- Free $0 β top-10 scanner rows, live (no delay), 12 ticker look-ups per UTC day, watchlist of 5, 2 browser-push alert rules. (Open-access promo, ends 2026-09-08: scanner rows only are lifted 10 β 1,000 for signed-in Free accounts β
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.) - Pro $9.99/mo or $8.25/mo billed annually ($99/yr) β full universe live, squeeze + regime + heatmap, watchlist 50, email alerts (10/day), CSV export, browser push.
- Premium $19.99/mo or $16.58/mo billed annually ($199/yr) β everything in Pro plus Congressional trades, Recent insider buys (SEC Form 4), unlimited email alerts, watchlist 200, saved scans 100, public API (1,000 req/day).
Accounts created from 2026-08-22 add a card at first sign-in, which starts a 14-day Premium trial: $0 that day, first charge on day 14, one click to cancel. Accounts created before that date are grandfathered and are never asked for a card. The public record β scorecard, daily picks, per-ticker pages, the CSV/JSON exports and the public API β needs no account and no card.
Repo layout
backend/ FastAPI + scoring worker
frontend/ Next.js dashboard (initialize with `npx create-next-app@latest`)
infra/ Docker, deployment config
docs/ Architecture, legal checklist, data sources, pricing
scripts/ One-off ops scripts
Getting started
See docs/ARCHITECTURE.md for the full technical plan and docs/LEGAL_CHECKLIST.md for pre-launch must-dos.
What this is NOT
Tapeline is a quantitative scanning and research tool. It does not:
- Provide individualized investment advice
- Execute trades
- Make price predictions
- Manage customer funds
All output is factual data synthesis. Users make their own decisions. See docs/LEGAL_CHECKLIST.md.
Install
Add Tapeline to your client. Pick the one you use.
claude mcp add --transport http tapeline https://api.tapeline.io/mcpcodex mcp add tapeline --url https://api.tapeline.io/mcp{
"mcpServers": {
"tapeline": {
"url": "https://api.tapeline.io/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"tapeline": {
"type": "http",
"url": "https://api.tapeline.io/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"tapeline": {
"url": "https://api.tapeline.io/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"tapeline": {
"serverUrl": "https://api.tapeline.io/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Score
39 / 100
Incomplete
- Documentation25/25
- Maintenance19/25
- Trust6/20
- Capability0/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 1 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint β no local install
Version history
| Versions | Published |
|---|---|
| 1.0.0Latest | Aug 23, 2026 |