Show HN: I built an AI agent that helps me invest

A while back, I built a simple app to track stocks. It pulled market data and generated daily reports based on my risk tolerance. Basically a personal investment assistant. It worked well enough that I kept going.

Now, the same framework helps me with real estate: comparing neighborhoods, checking flood risk, weather patterns, school zones, old vs. new builds, etc. It’s a messy, multi-variable decision—which turns out to be a great use case for AI agents.

Instead of ChatGPT or Grok 4, I use mcp-agent, which lets me build a persistent, multi-agent system that pulls live data, remembers my preferences, and improves over time.

Key pieces: • Orchestrator: picks the right agent or tool for the job • EvaluatorOptimizer: rates and refines the results until they’re high quality • Elicitation: adds a human-in-the-loop when needed • MCP server: exposes everything via API so I can use it in Streamlit, CLI, or anywhere • Memory: stores preferences and outcomes for personalization

It’s modular, model-agnostic (works with GPT-4 or local models via Ollama), and shareable.

Let me know what you all think!


Comments URL: https://news.ycombinator.com/item?id=44615449

Points: 23

# Comments: 9

https://github.com/lastmile-ai/mcp-agent/tree/main/examples/usecases/mcp_realtor_agent

Vytvořeno 1mo | 21. 7. 2025 14:20:47


Chcete-li přidat komentář, přihlaste se

Ostatní příspěvky v této skupině

Show HN: I integrated my from-scratch TCP/IP stack into the xv6-riscv OS

Hi HN,

To truly understand how operating systems and network protocols work, I decided to combine two classic learning tools: the xv6 teaching OS and a from-scratch TCP/IP stack.

I'm excited t

26. 8. 2025 8:10:16 | Hacker news
Thailand Is Using Long Range Acoustic Devices (LRAD)

Thailand is using Long Range Acoustic Devices (LRAD) as sound-wave disruption equipment. At high levels, exceeding 120–160 decibels, it can cause harm and lead to ear pain or deafness, dizziness,

26. 8. 2025 8:10:12 | Hacker news
Ask HN: Why hasn't x86 caught up with Apple M series?

Hi,

My daily workhorse is a M1 Pro that I purchased on release date, It has been one of the best tech purchases I have made, even now it really deals with anything I throw at it. My daily work l

26. 8. 2025 5:40:22 | Hacker news