{
  "$schema": "https://modelcontextprotocol.io/schema/discovery/v1.json",
  "name": "frankspace-mcp",
  "title": "FrankSpace",
  "version": "0.2.0",
  "description": "Read-only tools for FrankSpace, the UK workspace marketplace. Natural-language and structured search over live UK office/workspace listings.",
  "transport": "streamable-http",
  "endpoint": "https://bqixfybgflusxwnvzjwu.supabase.co/functions/v1/mcp",
  "auth": { "type": "none" },
  "documentation": "https://frankspace.co.uk/llms.txt",
  "contact": "enquiries@frankspace.co.uk",
  "tools": [
    { "name": "ai_search", "description": "Natural-language workspace search (budget, headcount, area, amenities, EPC, lease terms)." },
    { "name": "search_workspaces", "description": "Structured filters: location text, size band, max monthly price (pence)." },
    { "name": "get_workspace", "description": "Fetch full public details for a workspace by UUID." }
  ]
}
