Public read-only API and minimal MCP entry points for source-linked SEC 13F context. The public surface is open: no browser account, no public profile flow, and no sales onboarding.
TOKEN=$(curl -fsS https://13flow.eu/api/sandbox/key | python3 -c 'import json,sys; print(json.load(sys.stdin)["token"])')
curl -fsS -H "Authorization: Bearer $TOKEN" https://13flow.eu/api/sandbox/v1/status
curl -fsS -H "Authorization: Bearer $TOKEN" https://13flow.eu/api/sandbox/v1/funds
curl -fsS https://13flow.eu/api/product-status
curl -fsS https://13flow.eu/api/trust-artifactcurl -fsS https://13flow.eu/api/mcp \
-H 'Content-Type: application/json' \
-H 'Accept: application/json, text/event-stream' \
--data '{"jsonrpc":"2.0","id":1,"method":"tools/list","params":{}}'| Tool | Contract |
|---|---|
get_live_status | Public dataset state, counts, latest 13F quarter and quality summary. |
get_product_status | Research readiness, validation boundary and disabled-claim list. |
list_funds | Public tracked fund list. |
get_trust_artifact | Machine-readable trust-layer artifact for source-linked workflows. |