Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

13FLOW

io.github.bluetouff/13flow

Source-linked SEC 13F research, quality checks, watchlists and audit trails for agents.

Uptime
100.0%
1 direct probes · 30d
Response
223ms
last probe
Tools
13
callable
Resources
9
readable
Prompts
0
available

Tools · 13

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. Initializations are not unique users; no IP, user-agent, version, arguments, prompts or responses are stored.

list_funds

Search and page through compact tracked 13F manager summaries. Use get_fund for positions and moves.

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.

preview_watchlist

Evaluate 1 to 25 tickers against trusted 13F flow, quality gates and explainable watch/monitor/block triggers.

discover_watchlist

Rank trusted 13F watchlist candidates with explicit filters. Scores are ordinal research screens, not forecasts.

get_confluence_signals

Return public cached Confluence v1 signals. Scores are ordinal heuristic ranks, not probabilities.

get_signal_history

Read append-only Confluence signal revisions for audit and replay.

get_confluence_methodology

Return the frozen Confluence v1 methodology contract, including proof boundary and validation requirements.

get_data_quality

Return public read-only data-quality warnings. These are review signals, never automatic corrections.

Resources · 9

server

Server metadata, transport and public safety contract.

13flow://mcp/server
live-status

Public LIVE/DEMO/DEGRADED proof from 13FLOW.

13flow://live-status
product-status

Go-to-market readiness, offer boundary and validation proof state.

13flow://product-status
research-readiness

Current research, validation, quality and operator-review boundary.

13flow://research-readiness
agent-stats

Privacy-safe aggregate MCP usage, client-family and tool reliability statistics.

13flow://agent-stats
openapi

Public OpenAPI document.

13flow://openapi
methodology-confluence-v1

Frozen public research contract.

13flow://methodology/confluence-v1
data-quality

Read-only quality warnings and unit-scale checks.

13flow://data-quality
funds

Compact first page of the tracked 13F manager universe.

13flow://funds

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "13flow": {
      "url": "https://13flow.eu/api/mcp",
      "transport": "streamable-http"
    }
  }
}