cusip_to_isin
ActiveTool of Isin
declared in 0.1.0
Convert a CUSIP to its ISIN by prefixing the country code (default "US") and appending the computed ISIN check digit. E.g. CUSIP "037833100" -> "US0378331005".
Parameters schema
{
"type": "object",
"required": [
"cusip"
],
"properties": {
"cusip": {
"type": "string",
"description": "A 9-character CUSIP."
},
"country": {
"type": "string",
"description": "ISO country prefix (default \"US\"; use \"CA\" for Canadian CUSIPs)."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Isin
https://github.com/pipeworx-io/mcp-isin
1/7 registries