Skip to main content
Glama
bobbyseamoss

apillow-mcp

by bobbyseamoss

Apillow MCP Server

Zillow-Immobiliendaten für KI-Agenten. Durchsuchen Sie Immobilien, erhalten Sie Zestimates, Preishistorie, Schulbewertungen und mehr – direkt von Claude, Cursor oder jedem MCP-kompatiblen KI-Tool.

Schnellstart

pip install apillow-mcp

Claude Desktop

Fügen Sie zu ~/.claude/claude_desktop_config.json hinzu:

{
    "mcpServers": {
        "apillow": {
            "command": "apillow-mcp",
            "env": {
                "APILLOW_API_KEY": "your_key_here"
            }
        }
    }
}

Noch keinen API-Schlüssel? Der Agent kann einen für Sie erstellen – bitten Sie ihn einfach, sich anzumelden.

Claude Code

claude mcp add apillow -- apillow-mcp

Related MCP server: Zillow56 MCP Server

Werkzeuge

Immobiliendaten

Werkzeug

Beschreibung

search_properties

Suche nach Stadt oder Gebiet (z. B. „Austin TX“)

search_by_zip

Suche nach Postleitzahlen (z. B. [90210])

get_property

Nachschlagen anhand der Zillow-Property-ID

get_property_by_url

Daten von einer Zillow-Listing-URL abrufen

Konto

Werkzeug

Beschreibung

signup

Kostenloses Konto erstellen (50 Anfragen/Monat), sofortigen API-Schlüssel erhalten

check_usage

Aktuelle Nutzung, Kontingent und Plandetails einsehen

upgrade_plan

Erhalten Sie einen Stripe-Zahlungslink, um Ihren Plan zu aktualisieren

Beispielunterhaltung

Du: Finde mir Häuser mit 3 Schlafzimmern unter 500.000 $ in Austin, TX

Agent: ruft search_properties("Austin TX", type="sale", max_items=10) auf Ich habe 8 Angebote gefunden. Hier sind die besten Optionen unter 500.000 $...

Du: Welche Schulen sind in der Nähe der ersten Immobilie?

Agent: ruft get_property(zpid=12345678) auf Es gibt 3 Schulen in der Nähe: Austin Elementary (Bewertung 8/10), ...

Preise

  • Kostenlos: 50 Anfragen/Monat (Anmeldung über den Agenten)

  • Pro: 9,99 $/Monat – 3.333 Anfragen

  • Ultra: 29,99 $/Monat – 10.000 Anfragen

  • Mega: 99,99 $/Monat – 50.000 Anfragen

A
license - permissive license
Not graded
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    C
    quality
    C
    maintenance
    Enables access to the Zillow56 API to search for real estate listings and rental market trends using locations, coordinates, or specific property filters. It also provides comprehensive housing market snapshots and historical data based on the Zillow Home Value Index (ZHVI).
    37
    MIT
  • A
    license
    Not graded
    quality
    F
    maintenance
    Provides real-time access to Zillow real estate data, enabling property search, details, Zestimates, market trends, and mortgage calculations via natural language.
    10
    47
    MIT
  • A
    license
    Not graded
    quality
    D
    maintenance
    Integrates Zillow real estate data with AI assistants, enabling property search, neighborhood insights, and affordability calculations through natural language.
    10
    1
    MIT

View all related MCP servers

Related MCP Connectors

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/bobbyseamoss/apillow-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server