MCP server that exposes an RPN calculator
Valid MCP server (0 strong, 4 medium validity signals). 5 known CVEs in dependencies (1 critical, 3 high severity) Package registry verified. Imported from the Official MCP Registry.
8 files analyzed · 6 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-daedalus-mcp-rpn": {
"args": [
"mcp-rpn"
],
"command": "uvx"
}
}
}From the project's GitHub README.
MCP server that exposes an RPN calculator
pip install mcp-rpn
mcp-rpn
The server uses stdio transport for MCP protocol communication.
Evaluate an RPN (Reverse Polish Notation) expression.
{
"name": "evaluate",
"arguments": {
"expression": "3 4 +",
"show_stack": true
}
}
Operators:
+ - Add- - Subtract- - Multiply/ - Divide** - Power% - ModuloCommands:
clear - Clear the stackdup - Duplicate top of stackswap - Swap top two elementsExamples:
3 4 + returns 710 5 2 + * 2 - returns 323 2 / returns 1.5Clear the calculator stack.
{
"name": "clear",
"arguments": {}
}
git clone https://github.com/daedalus/mcp-rpn.git
cd mcp-rpn
pip install -e ".[test]"
# run tests
pytest
# format
ruff format src/ tests/
# lint
ruff check src/ tests/
# type check
mypy src/
mcp-name: io.github.daedalus/mcp-rpn
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.
by Microsoft · Content & Media
Convert files (PDF, Word, Excel, images, audio) to Markdown for LLM consumption
by mcp-marketplace · Developer Tools
Scaffold, build, and publish TypeScript MCP servers to npm — conversationally
by mcp-marketplace · Finance
Free stock data and market news for any MCP-compatible AI assistant.