name_frequency
ActiveTool of mcp-ibge-br
declared in 0.1.0
Brazilian census name statistics. Pass a first name to get its registration frequency by decade (since 1930), optionally filtered by sex or state. e.g. name="maria". Pass name="ranking" to get the top names instead.
Parameters schema
{
"type": "object",
"required": [
"name"
],
"properties": {
"sex": {
"type": "string",
"description": "Optional filter: \"M\" or \"F\"."
},
"name": {
"type": "string",
"description": "First name to look up, e.g. \"maria\", \"joao\". Special value \"ranking\" returns the most popular names."
},
"decade": {
"type": "string",
"description": "Optional decade filter for ranking, e.g. \"1990\", \"2000\"."
},
"locality": {
"type": "string",
"description": "Optional 2-digit state id, e.g. \"33\" (RJ), \"35\" (SP). Omit for whole country (BR)."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
mcp-ibge-br
https://github.com/pipeworx-io/mcp-ibge-br
2/7 registries