from_roman
ActiveTool of Numbers
declared in 0.1.0
Convert a Roman numeral to an integer (rejects malformed numerals).
Parameters schema
{
"type": "object",
"required": [
"roman"
],
"properties": {
"roman": {
"type": "string",
"description": "A Roman numeral, e.g. \"MCMXCIV\"."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Numbers
https://github.com/pipeworx-io/mcp-numbers
1/7 registries