Catalog
io.github.perkinsandre/investra-ai-mcp
OfficialReal estate investment intelligence: search, comps, cash flow, off-market leads, skip trace.
Real estate investment analysis including comparables, cash flow modeling, and lead generation.
README not available yet.
Install
Configuration
Environment variables
INVESTRA_API_KEYrequiredsecretYour Investra API key. Get one at https://www.investraapp.com/profile (Developer Settings). Format: starts with 'inv_' followed by 48 characters.
INVESTRA_API_URLOptional override for the Investra API base URL. Defaults to https://www.investraapp.com. Set this only if you're running the Investra web app locally for development.
claude_desktop_config.json
{
"mcpServers": {
"investra-ai-mcp": {
"command": "npx",
"args": [
"-y",
"investra-ai-mcp@2.3.0"
],
"env": {
"INVESTRA_API_KEY": "<YOUR_INVESTRA_API_KEY>",
"INVESTRA_API_URL": "<YOUR_INVESTRA_API_URL>"
}
}
}
}