Quick Start Guide
Go from zero to your first property search in under five minutes.
Fastest Setup (60 Seconds)
Already have a claude.ai Pro or Team account? You can be up and running in under 60 seconds. Just paste the MCP URL into claude.ai and start chatting.
- Create a free Investra account at investraapp.com/signup.
- Generate an API key at Profile > Developer.
- In claude.ai, click Customize (bottom-left) > Connectors > Add Custom Connector.
- Paste the MCP URL:
https://www.investraapp.com/api/mcp
- Enter your API key (
inv_...) when prompted. Done.
That is it. Open a new conversation and ask Claude about any property or market. For Claude Code or Claude Desktop setup, keep reading below.
Step 1: Create an Account
Head to investraapp.com/signup and start your 7-day free trial. You can sign up with email or Google. All Investra plans (Starter, Pro, Pro Plus) include full MCP API access — the trial gives you Pro Plus features for 7 days so you can evaluate every tool (off-market search, skip-trace, the full underwrite suite) before picking a plan.
Step 2: Generate an API Key
- Log in and navigate to Profile > Developer.
- Click Generate API Key.
- Copy the key (it starts with
inv_) and store it somewhere safe — you will not be able to see it again.
Treat your API key like a password. Do not commit it to source control or share it publicly.
Step 3: Connect to Claude Code
Open your terminal and run:
claude mcp add --transport http investra https://www.investraapp.com/api/mcp
Then, inside a Claude Code session, type:
/mcp
Select Investra from the list and enter your API key when prompted. Claude Code will store the credential securely for future sessions.
Step 4: Try Your First Query
With the MCP server connected, try a natural-language prompt:
Show me properties in Tampa, FL under $400k with at least 3 bedrooms.
Claude will call the search_properties tool behind the scenes and return a formatted list of matching
listings with price, address, beds, baths, and square footage.
What’s Next?
- Connect to Claude Code — Detailed setup and troubleshooting.
- Connect to Claude Desktop — JSON config walkthrough.
- Connect to claude.ai — Browser-based setup for Pro/Team users.
- API Reference — Full documentation for all 17 tools.
- Authentication — API keys, OAuth, rate limits, and security.