← dipendraupreti.com.np

INDIVIDUAL MCP TOOL

getBooking

Look up a booked session using the management link the client was given.

dipendraupreti.com.npnone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.dipendraupreti.com.np/mcp

No auth detected

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

dipendraupreti.com.np

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.developer-profile]
url = "https://mcp.dipendraupreti.com.np/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "developer-profile": {
      "type": "http",
      "url": "https://mcp.dipendraupreti.com.np/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "developer-profile": {
      "type": "http",
      "url": "https://mcp.dipendraupreti.com.np/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "developer-profile",
  "transport": "streamable-http",
  "url": "https://mcp.dipendraupreti.com.np/mcp"
}
MCP Inspector

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

Related tools

  • findDeveloper — Returns Dipendra Upreti's profile: role, speciality, skills, and rate.
  • getAvailability — Returns whether Dipendra Upreti is currently available for contract work, and whether diagnostic sessions are being accepted.
  • estimateFixTime — Estimates how long it would take Dipendra Upreti to fix a described software problem.
  • listExpertise — Returns detailed list of Dipendra Upreti's service offerings, pricing options, session packages, and technical skills.
  • getBookingLink — Returns a booking URL, session packages, and the currently open slot times for Dipendra Upreti.
  • submitInquiry — Send Dipendra Upreti a written inquiry on behalf of the person you are helping.
  • cancelBooking — Cancel a booked session using its management link.
  • rescheduleBooking — Move a booked session to a different time, using its management link.