map
ActiveTool of Openfigi
declared in 0.1.0
Map a batch of instrument-id queries → FIGIs.
Parameters schema
{
"type": "object",
"examples": [
{
"jobs": [
{
"idType": "TICKER",
"idValue": "AAPL",
"exchCode": "UN"
},
{
"idType": "ISIN",
"idValue": "US0378331005",
"securityType": "Common Stock"
}
]
},
{
"jobs": [
{
"idType": "CUSIP",
"idValue": "594918104",
"currency": "USD"
}
]
}
],
"required": [
"jobs"
],
"properties": {
"jobs": {
"type": "array",
"items": {
"type": "object"
},
"description": "Each job: {idType, idValue, exchCode?, securityType?, marketSecDes?, currency?}."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Openfigi
https://github.com/pipeworx-io/mcp-openfigi
1/7 registries