← virohanalife.com

INDIVIDUAL MCP TOOL

list_services

The services Virohana offers.

virohanalife.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.virohanalife.com/mcp

No auth detected

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

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

.mcp.json

{
  "mcpServers": {
    "virohana-site": {
      "type": "http",
      "url": "https://mcp.virohanalife.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

Related tools

  • start_here — Recommended first call: a short guided tour of what you can explore here.
  • about_virohana — What Virohana is, where it stands, and the principles behind everything it builds.
  • service_detail — Full detail for one service: what you get and how it works.
  • list_products — Shipped products Virohana built and runs for real customers.
  • product_detail — Full detail for one product: what it does, how it's built, and how to get it.
  • list_journal — The Virohana journal — essays and field notes, newest first.
  • read_post — Read one journal post in full (markdown body).
  • search_site — One keyword search across everything — about, services, products, and the journal.