Investra App
Rank #33,563io.github.perkinsandre/investra-ai-mcp
Real estate investment intelligence: search, comps, cash flow, off-market leads, skip trace.
Investra App is a Model Context Protocol (MCP) server published by perkinsandre. It ranks #33,563 of 115,591 servers tracked on MCP Toplist. Investra App is listed on Official MCP, with 5 tracked versions. It was first listed on Apr 11, 2026 and most recently updated on Apr 11, 2026.
Ranks ahead of 82,028 of 115,591 servers on MCP Toplist.
Use Investra App
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add investra-ai-mcp -e "INVESTRA_API_KEY=<your INVESTRA_API_KEY>" -e "INVESTRA_API_URL=<your INVESTRA_API_URL>" -- npx -y investra-ai-mcpReplace each placeholder with your own value before saving.
[mcp_servers.investra-ai-mcp]
command = "npx"
args = ["-y", "investra-ai-mcp"]
[mcp_servers.investra-ai-mcp.env]
INVESTRA_API_KEY = "<your INVESTRA_API_KEY>"
INVESTRA_API_URL = "<your INVESTRA_API_URL>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"investra-ai-mcp": {
"command": "npx",
"args": [
"-y",
"investra-ai-mcp"
],
"env": {
"INVESTRA_API_KEY": "<your INVESTRA_API_KEY>",
"INVESTRA_API_URL": "<your INVESTRA_API_URL>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"investra-ai-mcp": {
"command": "npx",
"args": [
"-y",
"investra-ai-mcp"
],
"env": {
"INVESTRA_API_KEY": "<your INVESTRA_API_KEY>",
"INVESTRA_API_URL": "<your INVESTRA_API_URL>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"investra-ai-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"investra-ai-mcp"
],
"env": {
"INVESTRA_API_KEY": "<your INVESTRA_API_KEY>",
"INVESTRA_API_URL": "<your INVESTRA_API_URL>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"investra-ai-mcp": {
"command": "npx",
"args": [
"-y",
"investra-ai-mcp"
],
"env": {
"INVESTRA_API_KEY": "<your INVESTRA_API_KEY>",
"INVESTRA_API_URL": "<your INVESTRA_API_URL>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"investra-ai-mcp": {
"command": "npx",
"args": [
"-y",
"investra-ai-mcp"
],
"env": {
"INVESTRA_API_KEY": "<your INVESTRA_API_KEY>",
"INVESTRA_API_URL": "<your INVESTRA_API_URL>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.perkinsandre%2Finvestra-ai-mcp)<a href="https://mcptoplist.com/server/io.github.perkinsandre%2Finvestra-ai-mcp"><img src="https://mcptoplist.com/badge/io.github.perkinsandre%2Finvestra-ai-mcp.svg" alt="MCP Toplist: Top 50% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
perkinsandre
Available versions (5)
| Version | Published |
|---|---|
| 2.3.0 | Apr 11, 2026 |
| 2.2.1 | Apr 11, 2026 |
| 2.2.0 | Apr 11, 2026 |
| 2.1.2 | Apr 11, 2026 |
| 2.1.1 | Apr 11, 2026 |
Frequently asked questions
- Who maintains Investra App?
- Investra App is maintained by perkinsandre, which publishes 1 MCP server (5 total versions) tracked on MCP Toplist.
- Is Investra App listed on the Official MCP Registry?
- Yes — Investra App is listed on the Official MCP Registry.
- How many versions does Investra App have?
- MCP Toplist tracks 5 versions of Investra App, most recently published on Apr 11, 2026.
- Where can I find the source code for Investra App?
- The source code for Investra App is hosted at github.com/perkinsandre/investra-app.