General Tools
usemiti.com
Converts between Nepali Bikram Sambat and Gregorian dates, and provides today's date, month details, and calendar events.
ENDPOINT 1
https://www.usemiti.com/mcp
MCP server metadata
- Name
- miti-nepali-calendar
- Version
- 1.0.0
Known tools 10
get_todayReturn 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.
Inferred read-onlyenglish_to_nepaliConvert a Gregorian / English (AD) date to Bikram Sambat (Nepali BS).
Inferred read-onlynepali_to_englishConvert a Bikram Sambat (Nepali BS) date to Gregorian / English (AD).
Inferred read-onlyget_this_monthReturn the current Bikram Sambat month (based on Kathmandu today), or an optional BS year/month override.
Inferred read-onlyget_bs_monthGet a full Bikram Sambat month: day count, AD range, and per-day BS/AD labels plus panchanga/events when data exists.
Inferred read-onlyget_day_detailDetailed info for one BS date: AD equivalent, Nepali/English labels, tithi, holidays, events, sunrise/sunset when available.
Inferred read-onlysearch_festivalsSearch Nepali festivals and calendar events by English or Nepali name substring (e.g.
Inferred read-onlyget_upcomingMajor upcoming Nepali festivals/countdowns from today (Kathmandu), with days left and BS dates.
Inferred read-onlylist_bs_monthsList the 12 Bikram Sambat month names in English and Nepali with 1-based indexes.
Inferred read-onlyCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.