mcpbeat

GeniusFlow Federation MCP Server

io.github.Kaydeep0/geniusflow-federation
answering

GeniusFlow Federation is answering right now. Last checked 2 min ago. It exposes 9 tools. Last commit 3 Aug 2026.

Settlement verify-wire: re-check published claims, admit or refuse by named limb.

Uptime history 39 hours of history · worst hour 25%
39 hours agonow
100.0%
Uptime 24h
92 of 92 checks
9
Tools
read from the server
294 ms
Response time
average over 24h
0
Stars
last commit 3 Aug 2026

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 2 min ago.

run in your terminal
claude mcp add geniusflow-federation --transport http https://geniusflow-federation.vercel.app/api/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "geniusflow-federation": {
      "url": "https://geniusflow-federation.vercel.app/api/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.geniusflow-federation]
url = "https://geniusflow-federation.vercel.app/api/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "geniusflow-federation": {
      "url": "https://geniusflow-federation.vercel.app/api/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "geniusflow-federation": {
      "url": "https://geniusflow-federation.vercel.app/api/mcp"
    }
  }
}

Available tools 9

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

cite
gf_cite
GET cite catalog, or POST one cite packet {kind,id,claim?}.
darshan
gf_darshan
GET public Darshan (refuse/admit samples + provenance rail).
dossier
gf_dossier
GET entity dossier card (claims[] when ledger-backed).
openapi
gf_openapi
GET OpenAPI 3 document for federation endpoints.
package
gf_package
Package disposition admit/refuse over a published claim object. Returns disposition + versioned proof_shape.
report
gf_report_feed
GET bundled report feed for an entity.
return
gf_return_wire
GET return-wire consumption ack ring (read).
status
gf_status
Federation SLA/status: build_id, bake time, endpoint health, honest tier.
verify
gf_verify
Re-check grounding: source_url + expected must come from published claims[]. Do not invent expected from report HTML. Returns proof_shape.

Endpoints

URLTransportStateLatencyChecked
https://geniusflow-federation.vercel.app/api/mcp streamable-http answering 234 ms 2 min ago

GeniusFlow Federation — questions

Answers built from our own checks of this server.

What can GeniusFlow Federation do?
It exposes 9 tools, read directly from the server on our last check. Among them: gf_cite, gf_darshan, gf_dossier, gf_openapi, gf_package, gf_report_feed and 3 more. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is GeniusFlow Federation working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 92 of 92 checks got a reply (100.0%), average response time 294 ms. The bar chart above shows every period we have measured.
How do I connect GeniusFlow Federation?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does GeniusFlow Federation need an API key?
No. GeniusFlow Federation completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 9 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is GeniusFlow Federation?
It answers our handshake in 294 ms on average, which is faster than 47% of all working MCP servers we measure. The comparison comes from our own checks across the whole registry, every 15 minutes.
Is GeniusFlow Federation open source?
Yes — written in Astro and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.