@mukundakatta/basenum-mcp
v0.1.0
Published
MCP server: convert numbers between binary, octal, decimal, hex, and arbitrary bases (2-36).
Downloads
36
Maintainers
Readme
basenum-mcp
MCP server: convert integers between bases 2-36. Uses BigInt internally so huge values are exact, not approximated.
Tool
convert
{ "value": "255", "from_base": 10, "to_base": 16 }→ { "input": "255", "from_base": 10, "to_base": 16, "decimal": "255", "result": "ff" }
Pass value as a string so arbitrary-precision inputs round-trip safely.
Configure
{ "mcpServers": { "basenum": { "command": "npx", "args": ["-y", "@mukundakatta/basenum-mcp"] } } }License
MIT.
