← gigaverse.ai

INDIVIDUAL MCP TOOL

check_roth_eligibility

Educational Roth IRA MAGI phase-out check using 2026 IRS limits.

gigaverse.ainone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent endpoint

gigaverse.ai

CONNECT 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.gigaverse-ai]
url = "https://gigaverse.ai/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "gigaverse-ai": {
      "type": "http",
      "url": "https://gigaverse.ai/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: gigaverse-ai
Remote MCP URL: https://gigaverse.ai/api/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": {
    "gigaverse-ai": {
      "url": "https://gigaverse.ai/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "gigaverse-ai": {
      "type": "http",
      "url": "https://gigaverse.ai/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "gigaverse-ai",
  "transport": "streamable-http",
  "url": "https://gigaverse.ai/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • get_practicle_info — 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).
  • start_signup — Initiate a Gigaverse retirement-account signup for your user.
  • get_signup_status — Check the status of a previously initiated signup by signup_id.
  • register_partner — Register a company (developer, platform, or retirement broker) as a Gigaverse integration partner.