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/mcpConfigurar 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_citiesList in-scope cities, optionally filtered by country. Returns city summaries with spaces_count and canonical URL.
get_cityFetch detailed information about a city: description, top neighborhoods, top spaces. Use the canonical city slug (without country suffix).
list_spaces_in_cityList 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_spaceFetch full detail for a single space (price, address, capacity, amenities, ratings).
search_spacesFree-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.