# ai.gigaverse/gigaverse (remote · gigaverse.ai)

Portable Roth IRA signups for gig workers: eligibility checks, signup initiation, partners, sandbox.

- Trust score: 65/100 (medium)
- Change this week: +3
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- remote · `gigaverse.ai`: 65/100 (this document), [markdown](https://verifymcp.io/servers/ai-gigaverse-gigaverse/api-mcp.md), [page](https://verifymcp.io/servers/ai-gigaverse-gigaverse/api-mcp)

## Channel facts

- Endpoint: `https://gigaverse.ai/api/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.2.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**: 57/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 5 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.
  - HSTS check failed: the Strict-Transport-Security header is absent.
  - 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**: 71/100
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 503 tokens (~100/item across 5 items; 5 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 94/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 83% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http ai-gigaverse-gigaverse https://gigaverse.ai/api/mcp
```

### Codex

```toml
[mcp_servers.ai-gigaverse-gigaverse]
url = "https://gigaverse.ai/api/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "ai-gigaverse-gigaverse": {
      "type": "remote",
      "url": "https://gigaverse.ai/api/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add ai-gigaverse-gigaverse --url https://gigaverse.ai/api/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  ai-gigaverse-gigaverse:
    url: "https://gigaverse.ai/api/mcp"
```

### Other

```json
{
  "mcpServers": {
    "ai-gigaverse-gigaverse": {
      "type": "http",
      "url": "https://gigaverse.ai/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-02 (score 65, +1)

No change was recorded against any check on this day. Stability & Change Management went from 20 to 23. That category is still filling its 30-day observation window: 6 days of observed history at the previous scan, 7 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-31 (score 64, 0)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 64, +1)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-28 (score 63, +1)

No change was recorded against any check on this day. Stability & Change Management went from 3 to 7. That category is still filling its 30-day observation window: 1 days of observed history at the previous scan, 2 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-27 (score 62, +1)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-26 (score 61)

First indexed and scored.

## MCP tools (5)

### `get_practicle_info` (~65 tokens)

Get information about the Gigaverse PRActicle™ — a portable Roth IRA for gig workers, freelancers, and the self-employed (custody through a FINRA/SIPC-member broker-dealer). Returns product description, pricing, launch status, and links. Educational only.

### `check_roth_eligibility` (~73 tokens)

Educational Roth IRA MAGI phase-out check using 2026 IRS limits. NOT tax or investment advice — always show the returned disclaimer to the user. Takes filing_status and MAGI (USD).

Input parameters:

- `filing_status` (string, required)
- `magi` (number, required): Modified adjusted gross income in USD

### `start_signup` (~177 tokens)

Initiate a Gigaverse retirement-account signup for your user. This does NOT open an account: it returns a signup_url that the HUMAN account owner must open and complete personally (identity, suitability, and brokerage agreements cannot be completed by an agent). Idempotent per email. Provide the user's email (required), name, gig platforms, and your partner_id if you have one.

Input parameters:

- `email` (string, required): The user's email address
- `name` (string): The user's name
- `partner_id` (string): Partner attribution slug (from /api/agent/partners)
- `platforms` (array): Gig platforms, e.g. ["uber","doordash"]
- `sandbox` (boolean): true = test mode: nothing is stored, no email is sent, and the returned signup auto-progresses through the full lifecycle for testing

### `get_signup_status` (~60 tokens)

Check the status of a previously initiated signup by signup_id. Statuses: initiated (awaiting the human's confirmation), waitlist_joined (human confirmed), account_opened (future). Returns no personal information.

Input parameters:

- `signup_id` (string, required)

### `register_partner` (~128 tokens)

Register a company (developer, platform, or retirement broker) as a Gigaverse integration partner. Returns a partner_id attribution slug immediately (status pending_review) — pass it on start_signup so signups are attributed to the partner. No API secrets are issued pre-RIA; advisory services and partner revenue share launch upon RIA registration approval.

Input parameters:

- `company` (string, required): Company or organization name
- `email` (string, required): Business contact email
- `sandbox` (boolean): true = test mode: returns a test- partner_id, stores nothing
- `website` (string): Company website URL

## Diagnostics

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

## Score history

- 2026-08-03: 65
- 2026-08-02: 65
- 2026-08-01: 64
- 2026-07-31: 64
- 2026-07-30: 64
- 2026-07-29: 63
- 2026-07-28: 63
- 2026-07-27: 62
- 2026-07-26: 61

## Links

- Remote endpoint: https://gigaverse.ai/api/mcp
- Website: https://gigaverse.ai/developers
- Changelog RSS feed: https://verifymcp.io/servers/ai-gigaverse-gigaverse/api-mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/ai-gigaverse-gigaverse/api-mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/ai-gigaverse-gigaverse/api-mcp
