← renaska.com

INDIVIDUAL MCP TOOL

get_recommended_setup

Given a free-text business description, suggests relevant modules for THIS tenant.

renaska.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://bk.renaska.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_recommended_setup 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

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

.mcp.json

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

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

Related tools

  • ping — Trivial liveness check — returns ok:true and the server timestamp.
  • list_modules — Lists every Renaska module (slug, name, description, features) in the requested locale.
  • list_capabilities — Static overview of Renaska modules and AI channels (no database round-trip).
  • get_pricing — Renaska pricing: a single flat plan (no per-module pricing) plus AI usage markup.
  • recommend_for_business — Given a free-text business description, recommends relevant Renaska modules.
  • start_signup — Creates a new Renaska account for a person (basic data only).
  • check_signup_status — Checks the progress of an onboarding session (email verified, password set, card on file, tenant provisioned).
  • resend_email — Re-sends the verify-email or set-password email for an onboarding session.