{
  "$schema": "https://modelcontextprotocol.io/schemas/draft/server-card.json",
  "serverInfo": {
    "name": "newplace-cre-mcp",
    "title": "NewPlace CRE",
    "version": "0.5.0",
    "websiteUrl": "https://www.newplacetexas.com"
  },
  "description": "Commercial real estate tools for NewPlace Texas: browse published content and market snapshots, estimate tenant costs, flag lease risks, request the Client Playbook, and qualify and book consultations.",
  "instructions": "Authenticated MCP server for NewPlace CRE. Callers sign in as a NewPlace user via OAuth 2.1. Tools are scoped to the signed-in caller and never return another user's private data.",
  "transport": {
    "type": "streamable-http",
    "endpoint": "https://anyyefrsejjtzhosxhyg.supabase.co/functions/v1/mcp"
  },
  "capabilities": {
    "tools": { "listChanged": true }
  },
  "authentication": {
    "type": "oauth2",
    "protectedResourceMetadata": "https://www.newplacetexas.com/.well-known/oauth-protected-resource",
    "authorizationServers": ["https://anyyefrsejjtzhosxhyg.supabase.co/auth/v1"]
  },
  "documentationUrl": "https://www.newplacetexas.com/agent-integrations"
}
