Developers

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.

Status

/status

Human-readable deployed SHA, live state and validation boundary.

Public API

/api/openapi.json

Open read-only endpoints for funds, stocks, status, quality and methodology.

Sandbox

/sandbox

Instant limited key: 20 / min, 200 / day.

MCP

/api/mcp

Streamable HTTP public discovery and read-only status/product context.

Quick checks

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-artifact

MCP tools/list

curl -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 boundary

ToolContract
get_live_statusPublic dataset state, counts, latest 13F quarter and quality summary.
get_product_statusResearch readiness, validation boundary and disabled-claim list.
list_fundsPublic tracked fund list.
get_trust_artifactMachine-readable trust-layer artifact for source-linked workflows.

Public tools are deliberately read-only and keep source, method and quality boundaries visible.

Use policy

MCP methodology Sandbox Alternatives Trust artifact