🤖 Access Brazilian business data with ease using the MCP server for CNPJ and CEP lookup, enhancing your AI assistants' capabilities.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-dadosbr": {
"command": "npx",
"args": [
"-y",
"Didiye/mcp-dadosbr"
]
}
}
}
Run in terminal:
claude mcp add mcp-dadosbr npx -y Didiye/mcp-dadosbr
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-dadosbr": {
"command": "npx",
"args": [
"-y",
"Didiye/mcp-dadosbr"
]
}
}
}