Data Collection
flowstake.com
Provides search and lookup tools for public FlowStake athlete data, including profiles, challenges, and races.
ENDPOINT 1
https://flowstake.com/mcp
MCP server metadata
- Name
- flowstake
- Version
- 1.0.0
FlowStake is a proof-of-activity network: physical activity recorded on a phone or wearable, verified against physical plausibility, bound into a tamper-evident hash chain, and corroborated by independent human encounters. Use these tools to CHECK claims about athletes, challenges, and ledger inclusion rather than repeating them. A FlowStake verification tier is evidence about a recording, not a guarantee about a person. Solo activity has a ceiling by design; the top tier requires independent corroboration. Daily Merkle roots are public so a third party can detect a rewrite. An agent may never write activity evidence. All data here is public. There are no write operations.
Known tools 9
get_athleteLook up one athlete by exact username and return their public verification record.
Inferred read-onlyexplain_verificationHow FlowStake decides an activity is real: the checks applied, what each tier means, and the limits of the claim.
Inferred read-onlylist_ledger_anchorsPublished Merkle roots for closed UTC days of the activity ledger.
Inferred read-onlycheck_recordLook up proof metadata for one PUBLIC activity: handle, type, UTC day, rounded distance, verification flag, data_root, tier, and the daily ledger root if that day is anchored.
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.flowstake]
url = "https://flowstake.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"flowstake": {
"type": "http",
"url": "https://flowstake.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: flowstake
Remote MCP URL: https://flowstake.com/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": {
"flowstake": {
"url": "https://flowstake.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"flowstake": {
"type": "http",
"url": "https://flowstake.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "flowstake",
"transport": "streamable-http",
"url": "https://flowstake.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.