INDIVIDUAL MCP TOOL
resend_email
Re-sends the verify-email or set-password email for an onboarding session.
LIVE ENDPOINT
https://bk.renaska.com/mcp
Connect to this endpoint to inspect the live schema for resend_email and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name, description or schema mentions credentials.
- A tool name or description suggests sending messages.
Parent server
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).configure_business— Updates the tenant's business info (name, legal name, tax id, address, timezone, locale, currency).