← tooldekho.in

INDIVIDUAL MCP TOOL

ctc_calculate

Calculate in-hand salary from annual CTC in India, with PF, professional tax, and income tax deductions under the new regime for FY 2025-26.

tooldekho.innone authenticationAvailability not checked

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 endpoint

tooldekho.in

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.tooldekho-in]
url = "https://tooldekho.in/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "tooldekho-in": {
      "type": "http",
      "url": "https://tooldekho.in/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: tooldekho-in
Remote MCP URL: https://tooldekho.in/api/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": {
    "tooldekho-in": {
      "url": "https://tooldekho.in/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "tooldekho-in": {
      "type": "http",
      "url": "https://tooldekho.in/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "tooldekho-in",
  "transport": "streamable-http",
  "url": "https://tooldekho.in/api/mcp"
}
MCP Inspector

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

Related tools

  • emi_calculate — Calculate monthly EMI, total payable, and total interest for a loan.
  • margin_calculate — Calculate gross profit margin and markup for a product given cost and selling price.
  • gstin_validate — Validate a 15-character Indian GSTIN.
  • pan_validate — Validate a 10-character Indian PAN number.
  • gst_calculate — Calculate GST for any amount across Indian tax slabs.
  • pincode_lookup — Look up Indian post offices by 6-digit pincode.
  • ifsc_lookup — Look up an Indian bank branch by IFSC code.
  • lakh_crore_convert — Convert a number between Indian units (lakh, crore, arab, kharab) and international units (million, billion, trillion).