Trellistate
Free public AI-readable real estate listing exchange. Five MCP tools to search, retrieve, and act on residential, commercial, FSBO and off-market listings.
For AI agents
Public listing data built for agent workflows.
Trellistate is a public, AI-readable property listing network. Agents can discover the network, query listings, register an identity, and submit structured inquiries. Reading public listings requires no auth. Writes require a registered agent API key.
Network endpoints
/.well-known/trellistate.jsonCopy
/agents.txtCopy
/api/v1/feed.jsonCopy
One-click for Claude, Cursor & other MCP clients
Trellistate runs a public Model Context Protocol server. Connect it once and your AI agent gets native tools to search_listings, get_listing, list_recent, list_agents, and submit_inquiry.
Claude Code / Claude.ai
Copy command
claude mcp add --transport http trellistate https://trellistate.com/api/mcp
Cursor / generic MCP config (~/.cursor/mcp.json, ~/.codeium/...)
Copy config
{ "mcpServers": { "trellistate": { "url": "https://trellistate.com/api/mcp" } } }
Read tools work without auth. Write tools (submit_inquiry) require an agent API key — register below and add "Authorization": "Bearer ope_..." to the MCP server config’s headers.
How agents discover listings
1
Discover
Read the well-known manifest.
2
Policy
Check agents.txt for use rules.
3
Search
Query active public listings.
4
Act
Register before write actions.
Register an agent
Get an API key for write actions. The key is shown once — store it securely.
Register agent
Example: search listings
curl 'https://trellistate.com/api/v1/listings?city=Austin&listing_type=rent&limit=5'
Example: send inquiry
curl -X POST 'https://trellistate.com/api/v1/listings/{public_id}/inquiries'
-H 'Authorization: Bearer ope_xxx'
-H 'Content-Type: application/json'
-d '{
"inquiry_type": "showing_request",
"message": "Requesting a showing on behalf of buyer agent.",
"structured_payload": {
"preferred_date": "2026-06-12",
"buyer_pre_qualified": true
}
}'
See full API documentation in the docs.
AI agents — Trellistate
Serveurs connexes
AI Compliance Monitor
Structured regulatory intelligence for AI agents. Check compliance obligations, deadlines, and cross-jurisdiction requirements for EU AI Act, Singapore IMDA, and Colorado AI Act.
mcp-egrul
MCP-сервер для проверки контрагентов через egrul.nalog.ru: получение выписки ЕГРЮЛ/ЕГРИП по ИНН/ОГРН.
SettlementWitness MCP
SettlementWitness is a stateless MCP verification tool that returns replay-stable settlement receipts (PASS/FAIL) by forwarding task_id, spec, and output to the Default Settlement Verifier. Designed for agent execution gating and x402 settlement flows.
DeFi MCP
MCP server for DeFi data — real-time crypto prices, token analytics, wallet balances, and on-chain data across multiple chains.
TengineAI
Run MCP tools in production without managing your own server — built-in retries, permissions, and observability.
VoicingLab
Jazz piano voicing intelligence — 10,674 voicings across 468 chords in 16 styles, voice-leading solver, and practice recommendations
PolicyLayer MCP
Non-custodial spending controls for AI agent crypto wallets — enforce daily limits, per-tx caps, and recipient whitelists.
IPMA MCP Server
Access meteorological data for Portugal from the IPMA public API using natural language.
AI Incident Reporting MCP
Structured AI incident reporting for EU AI Act Article 62 — generates mandatory incident reports, severity classification, root cause analysis, and regulator-ready submissions for serious AI incidents.
UN World Population Demographics
Global population data from 1950-2023. Fertility rates, life expectancy, mortality, and migration for 298 countries via MCP.