quote_list
ActiveTool of Brapi
declared in 0.1.0
brapi.dev — paginated directory of all Brazilian market tickers (stocks, ETFs, FIIs) with optional text search, sector filter, and sort. Use to discover or enumerate B3-listed symbols.
Parameters schema
{
"type": "object",
"examples": [
{
"limit": 10,
"search": "PETR",
"sortBy": "name",
"sortOrder": "asc"
},
{
"page": 1,
"type": "stock",
"sector": "finance"
}
],
"properties": {
"page": {
"type": "number"
},
"type": {
"type": "string"
},
"limit": {
"type": "number"
},
"search": {
"type": "string"
},
"sector": {
"type": "string"
},
"sortBy": {
"type": "string"
},
"sortOrder": {
"type": "string"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Brapi
https://github.com/pipeworx-io/mcp-brapi
1/7 registries