{
  "name": "workfromaustin",
  "version": "1.0.0",
  "description": "Remote MCP server for Work From Austin — a curated directory of remote-work-friendly venues in Austin, Texas. Authless, read-only tools an AI agent can call to search and cite venue data.",
  "homepage": "https://www.workfromaustin.com",
  "documentation": "https://www.workfromaustin.com/AGENTS.md",
  "llms_txt": "https://www.workfromaustin.com/llms.txt",
  "openapi": "https://www.workfromaustin.com/openapi.json",
  "license": "Content reusable with attribution; see /AGENTS.md",
  "endpoint": {
    "url": "https://www.workfromaustin.com/mcp",
    "transport": "streamable-http",
    "methods": ["POST"],
    "authentication": "none",
    "notes": "Stateless Streamable HTTP (no session id). Requests must send `Accept: application/json, text/event-stream`; a single-value Accept header returns 406. Read-only."
  },
  "tools": [
    {
      "name": "search_venues",
      "title": "Search Austin work-friendly venues",
      "description": "Search remote-work-friendly venues by free-text query, venue type, neighborhood, and required amenities (AND semantics). Returns compact venue records; use get_venue with a returned slug for full details."
    },
    {
      "name": "get_venue",
      "title": "Get one venue",
      "description": "Full record for one venue by slug: address, website, Google Maps link, hours, amenities, photo, and the canonical page URL. Closed venues return closed: true with a reason."
    },
    {
      "name": "list_neighborhoods",
      "title": "List neighborhoods",
      "description": "All Austin neighborhoods covered by the directory with live venue counts."
    },
    {
      "name": "list_venue_types",
      "title": "List venue types",
      "description": "All venue types in the directory with live venue counts."
    },
    {
      "name": "get_trending",
      "title": "Trending venues this week",
      "description": "The most-viewed venues over the latest ~7-day window (human visits only, bot traffic excluded). Returns ranked entries with view counts."
    }
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/HectorZarate/workfromaustin"
  }
}
