INDIVIDUAL MCP TOOL
calculate_loan_payment
Computes the level monthly payment of a fully amortizing fixed-rate loan from principal, annual rate and term, plus the total paid and total interest over the life of the loan.
LIVE ENDPOINT
https://tttkmbb.com/mcp
Connect to this endpoint to inspect the live schema for calculate_loan_payment and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests a financial action.
Parent server
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.calcgrid]
url = "https://tttkmbb.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"calcgrid": {
"type": "http",
"url": "https://tttkmbb.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: calcgrid
Remote MCP URL: https://tttkmbb.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": {
"calcgrid": {
"url": "https://tttkmbb.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"calcgrid": {
"type": "http",
"url": "https://tttkmbb.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "calcgrid",
"transport": "streamable-http",
"url": "https://tttkmbb.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
convert_solar_to_lunar— Converts a Gregorian date to the Chinese lunisolar calendar (农历 nongli): lunar year, month (with leap-month flag), day, the sexagenary stems and branches (干支 ganzhi) of year, month and day, zodiac animal, nayin (纳音), the current 24-solar-term period and any traditional festival on that day.convert_lunar_to_solar— Converts a Chinese lunar calendar date (year, month, leap-month flag, day) to the Gregorian date, reporting the weekday, the day's ganzhi (干支) and the length of that lunar month, and validating that the leap month and day exist in that year.list_solar_terms— Lists the 24 solar terms (节气 jieqi) of a Gregorian year with their exact instants: the moments the Sun's apparent longitude reaches multiples of 15°, computed astronomically and shown in a chosen UTC offset (China Standard Time by default).convert_time_zone— Converts a wall-clock date and time from one IANA time zone to another using the tz database rules built into ICU, so the daylight-saving offsets in force on that date are applied automatically.convert_units— Convert a numeric value between two units of the same physical quantity (length, mass, temperature, area, volume, speed, time, data storage, energy, pressure, power, angle, fuel economy, force, frequency, density, torque).search_calculators— Find the right one of 530 calculators from a complete user task in English or Chinese.run_calculator— Run any of the 530 calculators by calculator_id with an inputs object and return the unified result envelope (values with units, formula, sources, freshness, timestamp, next_actions).get_calculator_schema— Return the full definition of one calculator: inputs (name, type, unit, range, default, enum values, example), outputs, formula, sources, freshness, examples, FAQ and related calculators.