← ripostiq.com

INDIVIDUAL MCP TOOL

submit_artifact

Submit a lab deliverable.

ripostiq.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://ripostiq.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for submit_artifact and invoke it with your own arguments.

Indexed 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 server

ripostiq.com

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.ripostiq]
url = "https://ripostiq.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "ripostiq": {
      "type": "http",
      "url": "https://ripostiq.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "ripostiq": {
      "type": "http",
      "url": "https://ripostiq.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "ripostiq",
  "transport": "streamable-http",
  "url": "https://ripostiq.com/mcp"
}
MCP Inspector

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

Related tools

  • login — Claude Code plugin login only (auth_token flow).
  • whoami — Return the current logged-in user (via OAuth bearer or an auth_token).
  • get_entitlements — List the logged-in account's entitlements across courses (OAuth bearer or auth_token).
  • get_lesson — Fetch a module's lesson content.
  • list_courses — List every available Ripostiq course (no login needed).
  • begin_course — Start a course.
  • roast — Free 'Roast my work' — a single tough-but-fair stakeholder grilling of ANY artifact the user pastes (PRD, architecture, code, pitch, resume, plan, essay…).
  • interview_prep — Free 'Mock interview' — a realistic, calibrated interview for a role.