# GeniusFlow Federation (remote · geniusflow-federation.vercel.app)

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

- Trust score: 55/100 (low)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- remote · `geniusflow-federation.vercel.app`: 55/100 (this document), [markdown](https://verifymcp.io/servers/kaydeep0-geniusflow-federation/api-mcp.md), [page](https://verifymcp.io/servers/kaydeep0-geniusflow-federation/api-mcp)

## Channel facts

- Endpoint: `https://geniusflow-federation.vercel.app/api/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.0.0`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Endpoint Security**: 63/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation not fully verified: no authorisation is required to call this server, and 9 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe.
  - HTTPS is enforced; there's no plaintext access path.
  - The HSTS (Strict-Transport-Security) header is present.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 43/100
  - AI-judged instruction clarity (poor).
  - Tool/resource definitions use about 356 tokens (~39/item across 9 items; 9 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 3/100
  - Stability observed for 1 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 82/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 45% of tool parameters carry a description.
- **Capabilities**: 60/100
  - Spec-recency check failed: implements MCP spec 2025-06-18; the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http kaydeep0-geniusflow-federation https://geniusflow-federation.vercel.app/api/mcp
```

### Codex

```toml
[mcp_servers.kaydeep0-geniusflow-federation]
url = "https://geniusflow-federation.vercel.app/api/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "kaydeep0-geniusflow-federation": {
      "type": "remote",
      "url": "https://geniusflow-federation.vercel.app/api/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add kaydeep0-geniusflow-federation --url https://geniusflow-federation.vercel.app/api/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  kaydeep0-geniusflow-federation:
    url: "https://geniusflow-federation.vercel.app/api/mcp"
```

### Other

```json
{
  "mcpServers": {
    "kaydeep0-geniusflow-federation": {
      "type": "http",
      "url": "https://geniusflow-federation.vercel.app/api/mcp"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-03 (score 55, 0)

- [functional improvement] Stability: unverified → 0.03

### 2026-08-02 (score 55)

First indexed and scored.

## MCP tools (9)

### `gf_status` (~24 tokens)

Federation SLA/status: build_id, bake time, endpoint health, honest tier.

### `gf_dossier` (~37 tokens)

GET entity dossier card (claims[] when ledger-backed).

Input parameters:

- `entity` (string, required): Entity codename e.g. AAVE_V3

### `gf_report_feed` (~24 tokens)

GET bundled report feed for an entity.

Input parameters:

- `entity` (string, required)

### `gf_cite` (~53 tokens)

GET cite catalog, or POST one cite packet {kind,id,claim?}.

Input parameters:

- `claim` (object)
- `id` (string)
- `kind` (string): Optional; if set, POST packet

### `gf_verify` (~71 tokens)

Re-check grounding: source_url + expected must come from published claims[]. Do not invent expected from report HTML. Returns proof_shape.

Input parameters:

- `claim` (object): Optional claim for RWA registry_ref limb
- `expected` (string, required)
- `location` (string)
- `source_url` (string, required)

### `gf_package` (~39 tokens)

Package disposition admit/refuse over a published claim object. Returns disposition + versioned proof_shape.

Input parameters:

- `claim` (object, required): Published claim from dossier claims[]

### `gf_darshan` (~24 tokens)

GET public Darshan (refuse/admit samples + provenance rail).

### `gf_return_wire` (~28 tokens)

GET return-wire consumption ack ring (read).

Input parameters:

- `limit` (integer): Optional limit hint

### `gf_openapi` (~19 tokens)

GET OpenAPI 3 document for federation endpoints.

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/kaydeep0-geniusflow-federation/api-mcp#diagnostics

## Score history

- 2026-08-03: 55
- 2026-08-02: 55

## Links

- Remote endpoint: https://geniusflow-federation.vercel.app/api/mcp
- Repository: https://github.com/Kaydeep0/eigenstate-research
- Website: https://geniusflow-federation.vercel.app/
- Changelog RSS feed: https://verifymcp.io/servers/kaydeep0-geniusflow-federation/api-mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/kaydeep0-geniusflow-federation/api-mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/kaydeep0-geniusflow-federation/api-mcp
