AgentHubAgentHub

investra-ai-mcp

MCP ServerMCP Registry官方收录

io.github.perkinsandre/investra-ai-mcp · v2.3.0

Real estate investment intelligence: search, comps, cash flow, off-market leads, skip trace.

概览

investra-ai-mcp 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。

安装

选择你的平台查看安装方式

{
  "mcpServers": {
    "investra-ai-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "investra-ai-mcp"
      ],
      "env": {
        "INVESTRA_API_KEY": "<INVESTRA_API_KEY>"
      }
    }
  }
}

环境变量

INVESTRA_API_KEY必填secret

Your Investra API key. Get one at https://www.investraapp.com/profile (Developer Settings). Format: starts with 'inv_' followed by 48 characters.

INVESTRA_API_URL可选

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.

相关资源

统一 Manifest

{
  "id": "io.github.perkinsandre/investra-ai-mcp",
  "type": "mcp-server",
  "version": "2.3.0",
  "displayName": "investra-ai-mcp",
  "description": "Real estate investment intelligence: search, comps, cash flow, off-market leads, skip trace.",
  "repository": {
    "url": "https://github.com/perkinsandre/investra-app",
    "source": "github",
    "subfolder": "mcp"
  },
  "homepage": "https://www.investraapp.com",
  "distribution": {
    "packages": [
      {
        "registryType": "npm",
        "identifier": "investra-ai-mcp",
        "version": "2.3.0",
        "transport": "stdio",
        "environmentVariables": [
          {
            "name": "INVESTRA_API_KEY",
            "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,
            "isSecret": true
          },
          {
            "name": "INVESTRA_API_URL",
            "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."
          }
        ]
      }
    ],
    "remotes": []
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "io.github.perkinsandre/investra-ai-mcp",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.perkinsandre%2Finvestra-ai-mcp/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
investra-ai-mcp — MCP Server 安装与配置 · AgentHub