filter
ActiveTool of Openfigi
declared in 0.1.0
Filter OpenFIGI instruments by a specific identifier type (e.g. idType="TICKER") and value, optionally narrowed by exchange code or currency; returns matching FIGIs, security descriptions, and market sector.
Parameters schema
{
"type": "object",
"examples": [
{
"value": "MSFT",
"idType": "TICKER",
"exchCode": "UN"
},
{
"value": "IE00B4L5Y983",
"idType": "ISIN",
"currency": "USD"
}
],
"required": [
"idType",
"value"
],
"properties": {
"value": {
"type": "string"
},
"idType": {
"type": "string"
},
"currency": {
"type": "string"
},
"exchCode": {
"type": "string"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Openfigi
https://github.com/pipeworx-io/mcp-openfigi
1/7 registries