You're viewing a demo portfolio

Join the waitlist
PRSM

name_frequency

Active

Tool 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)."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

mcp-ibge-br

https://github.com/pipeworx-io/mcp-ibge-br

2/7 registries
View full server →