
Stream Estate
Let your agent query French property listings and market data from Stream.estate while you prototype proptech features or internal research tools.
Overview
io.github.fullstck/stream-estate is a MCP server for the Build phase that connects agents to the Stream.estate French real estate API using an API key over stdio.
What is this MCP server?
- Official MCP bridge for the Stream.estate French real estate API
- npm package `mcp-stream-estate` v1.0.3 with stdio transport
- Requires STREAM_ESTATE_API_KEY secret at server startup
- Source at StreamEstate/mcp-server on GitHub for configuration examples
- Keeps listing research inside the agent instead of manual dashboard copying
- Server version 1.0.3
- npm identifier: mcp-stream-estate
- Required secret: STREAM_ESTATE_API_KEY
What problem does it solve?
Building a France-focused property feature means repeatedly leaving the agent to copy listing data from Stream.estate dashboards or bespoke HTTP scripts.
Who is it for?
Solo proptech builders, rental-market analyzers, and agent demos that need programmatic French listing access during development.
Skip if: Products outside French real estate data, builders without a Stream.estate account, or teams that need a no-API-key public scraper.
What do I get? / Deliverables
After you register mcp-stream-estate with STREAM_ESTATE_API_KEY, the agent can fetch and reason over live API responses while you wire integrations.
- MCP tools backed by Stream.estate API responses
- Credential-driven stdio server ready for local agent sessions
- Version 1.0.3 server metadata aligned with StreamEstate/mcp-server
Recommended MCP Servers
Journey fit
Stream.estate MCP belongs in Build because it connects your product or agent workflow to a live external listings API during implementation, not during abstract idea brainstorming. Integrations is the right shelf for an API-key-backed MCP that wraps Stream.estate HTTP endpoints for programmatic search and enrichment.
How it compares
Licensed listings API MCP, not a generic web-scraping skill or mortgage underwriting methodology.
Common Questions / FAQ
Who is io.github.fullstck/stream-estate for?
It is for developers and indie founders building tools on Stream.estate who want MCP-native access to French property API data from Claude Code, Cursor, or similar agents.
When should I use io.github.fullstck/stream-estate?
Use it in Build while integrating search, alerts, or analytics features that should call Stream.estate instead of hard-coded fixtures.
How do I add io.github.fullstck/stream-estate to my agent?
Install npm package `mcp-stream-estate`, set the STREAM_ESTATE_API_KEY environment variable in MCP config, and run the server with stdio transport per the GitHub mcp-server repo.