Ir al contenido principal
Live

MCP server — agentes IA & Obaflow

Conecta tu agente IA a Obaflow vía Model Context Protocol. Busca entre 15 000+ espacios de coworking verificados en 21 países, accede a precios reales, compara por ciudad o barrio — directamente desde Claude Desktop, Cursor, ChatGPT o cualquier cliente MCP.

URL del servidor

Transporte: Streamable HTTP (modo JSON). Sin autenticación — acceso público de solo lectura.

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

Configurar Claude Desktop

Añade este bloque a tu archivo `claude_desktop_config.json` y reinicia Claude.

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

Herramientas 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 (alternativa)

Si no puedes usar MCP, los mismos datos están disponibles vía 3 endpoints REST documentados en OpenAPI 3.1.

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