← usemiti.com

INDIVIDUAL MCP TOOL

get_today

Return today’s civil date in Asia/Kathmandu as both Bikram Sambat (BS / Nepali) and Gregorian (AD / English), with human-readable labels, tithi/events when available, and Nepal fiscal year progress.

usemiti.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://www.usemiti.com/mcp

No auth detected

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

usemiti.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.miti-nepali-calendar]
url = "https://www.usemiti.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "miti-nepali-calendar": {
      "type": "http",
      "url": "https://www.usemiti.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "miti-nepali-calendar": {
      "type": "http",
      "url": "https://www.usemiti.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "miti-nepali-calendar",
  "transport": "streamable-http",
  "url": "https://www.usemiti.com/mcp"
}
MCP Inspector

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

Related tools

  • english_to_nepali — Convert a Gregorian / English (AD) date to Bikram Sambat (Nepali BS).
  • nepali_to_english — Convert a Bikram Sambat (Nepali BS) date to Gregorian / English (AD).
  • get_this_month — Return the current Bikram Sambat month (based on Kathmandu today), or an optional BS year/month override.
  • get_bs_month — Get a full Bikram Sambat month: day count, AD range, and per-day BS/AD labels plus panchanga/events when data exists.
  • get_day_detail — Detailed info for one BS date: AD equivalent, Nepali/English labels, tithi, holidays, events, sunrise/sunset when available.
  • search_festivals — Search Nepali festivals and calendar events by English or Nepali name substring (e.g.
  • get_upcoming — Major upcoming Nepali festivals/countdowns from today (Kathmandu), with days left and BS dates.
  • get_nepal_fiscal_year — Nepal government fiscal year for a BS date (Shrawan–Asar).