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/mcpConfigure 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_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 (alternative)
If you can't use MCP, the same data is available through 3 REST endpoints documented in OpenAPI 3.1.