CCM
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Claude Code Marketplaces

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic

ImmoStage Virtual Staging

larrywalkerdev/mcp-immostage
2authHTTPregistry active
Summary

Connects Claude to ImmoStage's AI virtual staging API for real estate workflows. You get five tools: stage_room transforms empty room photos into furnished spaces with configurable styles like modern or Scandinavian, beautify_floor_plan converts 2D plans into 3D renders, classify_room detects room types and suggests staging styles, optimize_listing generates German property descriptions, and suggest_style recommends furniture aesthetics. The staging and floor plan tools consume credits and take 20 to 40 seconds, while classification and text generation are free and fast. Requires a Bearer token from goerz@immostage.ai. Built for German-speaking real estate agents and PropTech platforms that need production-ready staged images without hiring photographers.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
AI notepad for back-to-back meetings
AI notepad for back-to-back meetings
Notes, actions and memory. Without a meeting bot. First month 100% off.
Download for free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Email for Agents: Free tier availableEmail for Agents: Free tier available
Email for Agents: Free tier available
Give your AI agent a complete email layer—sending, inbound inboxes, and sandbox testing.
Get 4K emails/month free →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
AI notepad for back-to-back meetings
AI notepad for back-to-back meetings
Notes, actions and memory. Without a meeting bot. First month 100% off.
Download for free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Email for Agents: Free tier availableEmail for Agents: Free tier available
Email for Agents: Free tier available
Give your AI agent a complete email layer—sending, inbound inboxes, and sandbox testing.
Get 4K emails/month free →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

ImmoStage Virtual Staging MCP Server

MCP TypeScript License: MIT

AI-powered virtual staging MCP server for real estate professionals. Stage empty rooms with photorealistic furniture, then generate a full marketing package (social media posts, an Exposé PDF, and a property video) — all through the Model Context Protocol. Built for Immobilienmakler, PropTech platforms, and real estate photographers in the DACH market.

Quick Start

Connect your MCP client to the ImmoStage server:

Server URL: https://mcp.immostage.ai/api/mcp

Claude Desktop Configuration

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "immostage": {
      "url": "https://mcp.immostage.ai/api/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_API_KEY"
      }
    }
  }
}

Or install via the Claude Code CLI:

claude mcp add --transport http immostage https://mcp.immostage.ai/api/mcp --header "Authorization: Bearer YOUR_KEY"

Getting an API Key

Self-service — no need to contact anyone. Create your Bearer key at app.immostage.ai, under Einstellungen → "Claude / MCP Zugang".

The first 3 staging images per account are free. After that, pick a plan:

PlanPrice
Einzel29 € einmalig
Starter49 € / Monat
Pro199 € / Monat, unbegrenzt

Tools

Call these in order: stage_room → check_staging → (optional) generate_marketing → get_download_link.

ToolDescriptionLatency
stage_roomSubmits an empty-room photo for AI virtual staging. Returns a job_id to poll.Async, ~30-90s
check_stagingPolls a staging job by job_id. Returns the staged image (inline preview) and its download URL once ready.Poll until done
generate_marketingGenerates the full marketing package from staged rooms: 6 social media posts, an Exposé (PDF), and a property video (video requires the Pro plan).Async, minutes
get_download_linkReturns the download page for a property: all generated assets as a ZIP (valid 3 days), plus a permanent dashboard link.Instant

Roadmap: Floor-plan beautification, room classification, listing-copy optimization, and style suggestion are planned for a future release and are not yet registered as callable tools.

Usage Examples

Stage an empty room

Stage this room in modern style: https://example.com/empty-living-room.jpg

The stage_room tool accepts:

  • property_name — Name/address of the property, e.g. "Hubertstraße 10, Berlin"
  • image_url — Public URL to the room photo (or image_base64 to paste an image directly)
  • style — modern, scandinavian, classic, minimal, or luxury
  • room_type — living_room, bedroom, kitchen, bathroom, office, or other

Returns a job_id — poll it with check_staging until the staged image is ready.

Check a staging job

Check the status of job abc123

The check_staging tool accepts:

  • job_id — the job ID returned by stage_room

Returns the staged image inline (once ready) plus its download URL, or a "still processing" message to poll again.

Generate the marketing package

Generate the marketing package for Hubertstraße 10, Berlin

The generate_marketing tool accepts:

  • property_name — same property name used with stage_room

Starts async generation of 6 social media posts, an Exposé (PDF), and a property video (the video requires the Pro plan; other plans get an upgrade link instead). Call get_download_link afterward to retrieve the assets.

Get the download link

Get the download link for Hubertstraße 10, Berlin

The get_download_link tool accepts:

  • property_name — same property name used with stage_room

Returns a share link (valid 3 days) to a page with all assets bundled as a ZIP, plus a permanent link to the ImmoStage dashboard.

Authentication

All requests require a Bearer token in the Authorization header:

Authorization: Bearer YOUR_API_KEY

Create your key at app.immostage.ai → Einstellungen → "Claude / MCP Zugang" (see Getting an API Key above). The first 3 staging images per account are free.

Rate Limits

  • 100 requests/minute per API key
  • Rate limit headers included in responses (X-RateLimit-Remaining)
  • Staging and marketing-package generation consume credits based on your plan

Links

  • ImmoStage Homepage — AI Virtual Staging Platform
  • GitHub — Source Code

License

MIT — Copyright 2026 ImmoStage

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
AI notepad for back-to-back meetings
AI notepad for back-to-back meetings
Notes, actions and memory. Without a meeting bot. First month 100% off.
Download for free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Email for Agents: Free tier availableEmail for Agents: Free tier available
Email for Agents: Free tier available
Give your AI agent a complete email layer—sending, inbound inboxes, and sandbox testing.
Get 4K emails/month free →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Registryactive
TransportHTTP
AuthRequired
UpdatedFeb 18, 2026
View on GitHub