Calcuris
Rank #29,393io.github.tresor4k/calcuris-mcp
Tax calculators for US, UK, Canada, Australia: income tax, property tax, stamp duty.
Calcuris is a Model Context Protocol (MCP) server published by tresor4k. It ranks #29,393 of 115,460 servers tracked on MCP Toplist. Calcuris is listed across 2 registries — Official MCP and Glama, with 1 tracked version. It was first listed on Jul 3, 2026 and most recently updated on Jul 13, 2026.
Ranks ahead of 86,067 of 115,460 servers on MCP Toplist.
Use Calcuris
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add calcuris-mcp -- npx -y calcuris-mcp[mcp_servers.calcuris-mcp]
command = "npx"
args = ["-y", "calcuris-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"calcuris-mcp": {
"command": "npx",
"args": [
"-y",
"calcuris-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"calcuris-mcp": {
"command": "npx",
"args": [
"-y",
"calcuris-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"calcuris-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"calcuris-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"calcuris-mcp": {
"command": "npx",
"args": [
"-y",
"calcuris-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"calcuris-mcp": {
"command": "npx",
"args": [
"-y",
"calcuris-mcp"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.tresor4k%2Fcalcuris-mcp)<a href="https://mcptoplist.com/server/io.github.tresor4k%2Fcalcuris-mcp"><img src="https://mcptoplist.com/badge/io.github.tresor4k%2Fcalcuris-mcp.svg" alt="MCP Toplist: Top 50% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
tresor4k
Other servers by tresor4k
- Real Dental Costs#27,460 · 2 vers
- MaCalculatriceEnLigne#28,293 · 1 ver
- StateTakeHome#44,910 · 1 ver
- TableTemplates#44,911 · 1 ver
Available versions (1)
| Version | Published |
|---|---|
| 0.1.1 | Jul 13, 2026 |
Frequently asked questions
- Who maintains Calcuris?
- Calcuris is maintained by tresor4k, which publishes 5 MCP servers (6 total versions) tracked on MCP Toplist.
- Is Calcuris listed on the Official MCP Registry?
- Yes — Calcuris is listed on the Official MCP Registry, alongside Glama.
- How many versions does Calcuris have?
- MCP Toplist tracks 1 version of Calcuris, most recently published on Jul 13, 2026.
- Where can I find the source code for Calcuris?
- The source code for Calcuris is hosted at github.com/tresor4k/calcuris-mcp.