The Relm Report.

Model Context Protocol

The Relm MCP server

Give your AI agent 18 tools for commercial real estate: search any US property, run multi-agent Deep Search, build 10-year pro-formas, and read your portfolios — every finding traceable to a source.

https://api.relm.ai/mcp

Connect in three steps

  1. Start a Relm subscription and create an API key in Settings → Developer.
  2. Add the server to your MCP client (Cursor, Claude Desktop, etc.), authenticating with your key:
{
  "mcpServers": {
    "relm": {
      "url": "https://api.relm.ai/mcp",
      "headers": { "Authorization": "Bearer relm_sk_..." }
    }
  }
}
  1. Start prompting — your agent can now use the tools below.

18 tools for deal analysis

Read-only tools work with a read key; a full key adds the ones that trigger runs and edits.

Search & preview

Find properties and pull instant preview data.

  • search_properties

    Search your properties, portfolios, and uploaded documents by address, name, or keywords.

  • preview_property

    Fetch preview data (basic info, taxes, area stats) for a US address. Required before adding it to a portfolio.

  • get_preview_progress

    Check real-time progress of an in-flight preview.

Portfolios

Organize properties into portfolios.

  • list_portfolios

    List every portfolio with its id, name, and property count.

  • create_portfolio

    Create a new portfolio.

  • list_portfolio_properties

    List the properties in a portfolio (id, address, status).

  • add_to_portfolio

    Add a previewed address to a portfolio; returns the new property_id.

  • remove_from_portfolio

    Remove a property from a portfolio.

Deep research

Run and monitor multi-agent property research.

  • start_deep_search

    Start a full deep-research run — basics, units, comps, taxes, POIs, area stats, and a summary. Consumes one credit.

  • get_deep_search_status

    Per-section status plus a rollup (processing / complete / error / stopped) for a run.

  • get_run_steps

    A run's live activity trace; pass the cursor back to fetch only new steps.

Pro forma

Build, read, edit, and export the financial model.

  • start_proforma

    Start the 10-year financial pro-forma run. Requires an active subscription.

  • get_proforma

    Read the pro forma: Year-1 summary, 10-year projections, and line items.

  • edit_proforma_field

    Edit one pro-forma line item and save — either full 10-year values or a Year-1 value with a growth rate.

  • export_proforma

    Export the pro forma as xlsx, pdf, or json (temporary download URL).

Documents

Attach and index deal documents.

  • upload_document

    Attach a document to a property from a public URL or inline content, optionally indexing it for search and citation.

Account

Inspect the key and its wallet.

  • get_credits

    The credit wallet: balance, plan, and whether new runs can start.

  • get_me

    Identify the API key: user, org, role, and scope.

Keys are scoped and revocable, calls are rate limited and isolated to your organization, and every research finding is traceable to its source. Your data is never used to train models.

Put a real estate analyst in your agent

Start a subscription, mint a key, and connect the Relm MCP server in minutes.

Get an API key