Skip to main content
Live

MCP server — AI agents & Obaflow

Connect your AI agent to Obaflow via the Model Context Protocol. Search 15,000+ verified coworking spaces across 21 countries, access real pricing, compare by city or neighborhood — directly from Claude Desktop, Cursor, ChatGPT, or any MCP client.

Server URL

Transport: Streamable HTTP (JSON mode). No authentication — public read-only access.

POST https://www.obaflow.com/api/mcp

Configure Claude Desktop

Add this block to your `claude_desktop_config.json` file and restart Claude.

{
  "mcpServers": {
    "obaflow": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://www.obaflow.com/api/mcp"
      ]
    }
  }
}

Available tools

list_cities

List in-scope cities, optionally filtered by country. Returns city summaries with spaces_count and canonical URL.

get_city

Fetch detailed information about a city: description, top neighborhoods, top spaces. Use the canonical city slug (without country suffix).

list_spaces_in_city

List coworking spaces in a city with optional price/capacity filters. The amenities filter is reserved for a future version (v1 ignores it; agents can filter client-side from the returned set).

get_space

Fetch full detail for a single space (price, address, capacity, amenities, ratings).

search_spaces

Free-text search over space name, city, and neighborhood. Returns the top matches by Google rating. Use country to scope to a market.

REST API (alternative)

If you can't use MCP, the same data is available through 3 REST endpoints documented in OpenAPI 3.1.

https://www.obaflow.com/api/openapi.json