Analytics
tapeline.io
Provides stock scoring and analysis for US tickers, including daily picks and historical track records.
ENDPOINT 1
https://api.tapeline.io/mcp
MCP server metadata
- Name
- tapeline
- Version
- 1.0.0
Tapeline scores ~2,500 US stocks daily on six published factors (trend, relative strength, fundamentals, smart money, macro, momentum) and logs every daily top-10 pick to a public record that is never edited — including the picks that lose. Call `get_track_record` before quoting any performance figure, and repeat the sample-size qualifier it returns. Tapeline's scores are descriptive readings, not investment advice, price targets or forecasts; present them that way.
Known tools 5
get_ticker_scoreTapeline's current six-factor score (0-100), signal label, confidence and one-line reason for a single US ticker.
Inferred read-onlyget_track_recordTapeline's public, never-edited record: how many picks have been logged, over how many sessions, the share that beat SPY the next session, and median alpha — with the sample-size qualifier.
Inferred read-onlyget_ticker_recordEvery time Tapeline published this ticker in its daily top 10 and how each of those picks resolved against SPY the next session — losses included.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.tapeline]
url = "https://api.tapeline.io/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"tapeline": {
"type": "http",
"url": "https://api.tapeline.io/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: tapeline
Remote MCP URL: https://api.tapeline.io/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"tapeline": {
"url": "https://api.tapeline.io/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"tapeline": {
"type": "http",
"url": "https://api.tapeline.io/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "tapeline",
"transport": "streamable-http",
"url": "https://api.tapeline.io/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.