reitbrazil

addodelgrossi/reitbrazil
★ 0 stars Go 💻 Code/Dev Tools Updated today
MCP server for Brazilian REITs (FIIs), dividends, yields and analytics.
View on GitHub →

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"
      ]
    }
  }
}