MCP server for Brazilian REITs (FIIs), dividends, yields and analytics.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"reitbrazil": {
"command": "go",
"args": [
"run",
"github.com/addodelgrossi/reitbrazil@latest"
]
}
}
}
Run in terminal:
claude mcp add reitbrazil go run github.com/addodelgrossi/reitbrazil@latest
Add to .cursor/mcp.json:
{
"mcpServers": {
"reitbrazil": {
"command": "go",
"args": [
"run",
"github.com/addodelgrossi/reitbrazil@latest"
]
}
}
}