Aller au contenu principal
Live

MCP server — agents IA & Obaflow

Connectez votre agent IA à Obaflow via le Model Context Protocol. Recherchez parmi 15 000+ espaces de coworking vérifiés dans 21 pays, accédez aux tarifs réels, comparez par ville ou quartier — directement depuis Claude Desktop, Cursor, ChatGPT ou tout autre client MCP.

URL du serveur

Transport : Streamable HTTP (mode JSON). Pas d'authentification — accès en lecture seule public.

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

Configurer Claude Desktop

Ajoutez ce bloc à votre fichier `claude_desktop_config.json` puis redémarrez Claude.

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

Outils disponibles

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)

Si vous ne pouvez pas utiliser MCP, les mêmes données sont accessibles via 3 endpoints REST documentés en OpenAPI 3.1.

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