brazilian-cep-mcpServer

guilhermelirio
GitHub
Location ServicesSearchAddress Information

Loading subscription status...

💡 Description

This is an MCP (Model Context Protocol) server that provides tools for querying information about Brazilian Postal Codes (CEPs). The server uses the ViaCEP API to obtain detailed address data based on the provided postal code.

📝 JSON Entries

{
  "mcpServers": [
    {
      "brazilian-cep-mcp": {
        "env": {},
        "args": [
          "cep"
        ],
        "command": "consultar-cep"
      }
    }
  ]
}

🛠️ Tools

npmTypeScriptNode.jsAxiosZod

Features

  • Query complete addresses using CEP
  • Return information like street name, neighborhood, city, state, region, DDD, and IBGE code
  • Implementation of MCP protocol for integration with AI agents

💬 Example Queries

  • Look up the address for the CEP 01001000
  • What is the complete address for CEP 20040030?