INDIVIDUAL MCP TOOL
preview_watchlist
Evaluate 1 to 25 tickers against trusted 13F flow, quality gates and explainable watch/monitor/block triggers.
LIVE ENDPOINT
https://13flow.eu/api/mcp
Connect to this endpoint to inspect the live schema for preview_watchlist and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT 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.13flow-eu]
url = "https://13flow.eu/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"13flow-eu": {
"type": "http",
"url": "https://13flow.eu/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: 13flow-eu
Remote MCP URL: https://13flow.eu/api/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": {
"13flow-eu": {
"url": "https://13flow.eu/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"13flow-eu": {
"type": "http",
"url": "https://13flow.eu/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "13flow-eu",
"transport": "streamable-http",
"url": "https://13flow.eu/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_live_status— Return verifiable public state: LIVE/DEMO/DEGRADED, commit, generated_at, data_as_of, 13F period and coverage.get_product_status— Return go-to-market readiness, sellable boundaries, validation status and blocked full-quant artifact.get_research_readiness— Return the current research, validation, data-quality and operator-review boundary without commercial claims.get_agent_stats— Return aggregate 7/30-day MCP usage, fixed client families, tool mix and reliability.list_funds— Search and page through compact tracked 13F manager summaries.get_fund— Get a bounded public fund portfolio by SEC CIK, including filing metadata, positions, moves and history counts.get_stock— Get bounded current 13F holders, quarter moves, quality warnings and ordinal research score for one ticker.discover_watchlist— Rank trusted 13F watchlist candidates with explicit filters.