Platform · MCP · API
The dashboard is the audit layer. Agents are the action layer.
Every tool the broker uses — list leads, advance stage, search properties, draft a proposal, run a comp analysis — is exposed as an MCP tool. Brokers work in Claude Desktop, Cursor, or any agent runtime. Newmark Intelligence is the CRE-specific tool server that any enterprise AI can call.
—stdio MCP server — one config entry in Claude Desktop
—POST /api/broker-agent/invoke for direct tool execution
—Per-broker scoped JWT — no shared API keys, ever
—Every agent action logged with triggeredBy, brokerId, sessionId
claude_desktop_config.json ~/.claude/{
"mcpServers": {
"newmark": {
"command": "node",
"args": [".../mcp-server/dist/index.js"],
"env": {
"NLA_API_URL": "https://api.newmarkai.com",
"NLA_TOKEN": "<broker-jwt>"
}
}
}
}get_pipeline_summarylist_leadsget_dealadvance_deal_stageget_precall_briefingsearch_propertiesgenerate_space_comparisongenerate_loi_summaryget_comp_analysislog_competing_tourget_deal_intelligence+ 3 more