MCP Server
MCP
io.github.perkinsandre/investra-ai-mcp
Real estate investment intelligence: search, comps, cash flow, off-market leads, skip trace.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "investra-ai-mcp",
"version": "2.3.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Your Investra API key. Get one at https://www.investraapp.com/profile (Developer Settings). Format: starts with 'inv_' followed by 48 characters.",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "INVESTRA_API_KEY"
},
{
"description": "Optional 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.",
"format": "string",
"name": "INVESTRA_API_URL"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment