prime_rate
ActiveTool of Brapi
declared in 0.1.0
brapi.dev — prime/benchmark interest rate series (Selic/base rate) for Brazil or other countries. Optional historical flag plus start/end date range returns rate readings over time.
Parameters schema
{
"type": "object",
"examples": [
{
"end": "2024-01-01",
"start": "2020-01-01",
"country": "BR",
"historical": true
},
{
"sortBy": "date",
"country": "BR",
"sortOrder": "desc"
}
],
"properties": {
"end": {
"type": "string"
},
"start": {
"type": "string"
},
"sortBy": {
"type": "string"
},
"country": {
"type": "string"
},
"sortOrder": {
"type": "string"
},
"historical": {
"type": "boolean"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Brapi
https://github.com/pipeworx-io/mcp-brapi
1/7 registries