General Tools
kintoolkit.com
Provides general-purpose tools through the Model Context Protocol.
ENDPOINT 1
https://kintoolkit.com/api/mcp
MCP server metadata
- Name
- kintoolkit-calculator
- Version
- 1.0.0
Educational US liquid medicine label lookup, not a personalized prescription. Use only an exact listed bottle, concentration and published label band. Never send names, exact measurements, medical history or other patient details. Do not interpolate, convert concentrations or infer that a label reference is safe for a particular child. Preserve the age restrictions, directions, maximum and source together; verify the full package label and ask a clinician when unsure. Public access requires no authentication. The MCP limit is 120 HTTP requests per IP per 60-second fixed window in each region; shared networks share the limit. On HTTP 429, honor a valid Retry-After if present; otherwise wait at least 60 seconds plus jitter, reduce request rate and bound retries. Do not switch IPs or hosts to evade limits. Breaking API changes and removals receive at least 90 days of advance notice at https://kintoolkit.com/developers#api-change-policy.
Known tools 2
list_calculator_bottlesList the five supported US liquid medicine bottles, exact concentrations and public label-band identifiers.
Inferred read-onlyget_label_directionsLook up one public label row using identifiers from list_calculator_bottles.
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.kintoolkit-calculator]
url = "https://kintoolkit.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"kintoolkit-calculator": {
"type": "http",
"url": "https://kintoolkit.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: kintoolkit-calculator
Remote MCP URL: https://kintoolkit.com/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": {
"kintoolkit-calculator": {
"url": "https://kintoolkit.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"kintoolkit-calculator": {
"type": "http",
"url": "https://kintoolkit.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "kintoolkit-calculator",
"transport": "streamable-http",
"url": "https://kintoolkit.com/api/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.