← tooldekho.in

INDIVIDUAL MCP TOOL

pincode_lookup

Look up Indian post offices by 6-digit pincode.

tooldekho.innone authenticationAvailability not checked

Input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a write-action term.

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.
  • 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).
  • indian_holidays_2026 — Get Indian public holidays for 2026.