← Back to Plugins
MCP Server MCP

io.github.fullstck/stream-estate

github By github 👁 1 views ▲ 0 votes

MCP server for the Stream.estate French real estate API

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "mcp-stream-estate",
      "version": "1.0.3",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your Stream.estate API key",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "STREAM_ESTATE_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...