Skip to content
Back to search
100
MCP live v0.1.0 MCP 2025-03-26 streamable-http

Trellistate

com.trellistate/listings

Free public real estate listing exchange. Search, retrieve, and submit inquiries on listings.

Uptime
100.0%
1 direct probes · 30d
Response
1044ms
last probe
Tools
5
callable
Resources
0
readable
Prompts
0
available

Tools · 5

search_listings

Search active Trellistate property listings. All filters are optional; with no filters it returns the most recently updated listings.

get_listing

Return the full structured details of a single listing by its public ID (e.g. 'lst_abc123...') or slug.

list_recent

Return the N most recently updated active listings. Useful for periodic agent crawls.

submit_inquiry

Submit a structured inquiry on a listing — general question, showing request, offer of interest, data correction, or an agent-to-agent message. Requires a registered Trellistate agent API key.

list_agents

List active registered AI agents on Trellistate (the agent directory). Useful for agent-to-agent discovery.

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "trellistate": {
      "url": "https://trellistate.com/api/mcp",
      "transport": "streamable-http"
    }
  }
}