Analytics
13flow.eu
Monitors and reports on live status, product readiness, research completeness, agent usage, and fund summaries for financial data services.
ENDPOINT 1
https://13flow.eu/api/mcp
MCP server metadata
- Name
- 13flow.eu
- Version
- 1.0.0
Known tools 13
get_live_statusReturn verifiable public state: LIVE/DEMO/DEGRADED, commit, generated_at, data_as_of, 13F period and coverage.
Inferred read-onlyget_product_statusReturn go-to-market readiness, sellable boundaries, validation status and blocked full-quant artifact.
Inferred read-onlyget_research_readinessReturn the current research, validation, data-quality and operator-review boundary without commercial claims.
Inferred read-onlyget_agent_statsReturn aggregate 7/30-day MCP usage, fixed client families, tool mix and reliability.
Inferred read-onlyget_fundGet a bounded public fund portfolio by SEC CIK, including filing metadata, positions, moves and history counts.
Inferred read-onlyget_stockGet bounded current 13F holders, quarter moves, quality warnings and ordinal research score for one ticker.
Inferred read-onlypreview_watchlistEvaluate 1 to 25 tickers against trusted 13F flow, quality gates and explainable watch/monitor/block triggers.
Inferred read-onlyget_signal_historyRead append-only Confluence signal revisions for audit and replay.
Inferred read-onlyget_confluence_methodologyReturn the frozen Confluence v1 methodology contract, including proof boundary and validation requirements.
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.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.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for 13flow.eu was fetched 2026-07-25T06:15:44.099Z and is being refreshed.
13flow.eu is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.