← coworkingview.com

INDIVIDUAL MCP TOOL

get_coworking_space

Returns everything known about a single coworking space: address, capacity, amenities, rating, how its price compares to the local market, the operator description, and its full pricing options.

coworkingview.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.coworkingview.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_coworking_space and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

coworkingview.com

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.coworkingview]
url = "https://mcp.coworkingview.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "coworkingview": {
      "type": "http",
      "url": "https://mcp.coworkingview.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: coworkingview
Remote MCP URL: https://mcp.coworkingview.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "coworkingview": {
      "url": "https://mcp.coworkingview.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "coworkingview": {
      "type": "http",
      "url": "https://mcp.coworkingview.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "coworkingview",
  "transport": "streamable-http",
  "url": "https://mcp.coworkingview.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • list_coworking_locations — Lists every country, city and zone where CoworkingView has coworking spaces, with the exact slugs required by the other tools and how many spaces each place has.
  • resolve_coworking_query — Turns free text the user typed — a city, a district, an operator or brand name, or a specific building — into the exact slug and dimension the search tool needs.
  • get_coworking_filter_options — Returns the exact values accepted by the filters of search_coworking_spaces — amenity slugs, workspace types, operators and the observed price and capacity ranges — each with the number of spaces it would match in the current context.
  • search_coworking_spaces — Searches CoworkingView for coworking spaces and returns matching spaces with their "from" price, capacity, amenities, rating and a canonical URL to show the user.
  • compare_coworking_spaces — Fetches full details for 2 to 5 coworking spaces at once and returns them side by side, ready to compare on price, capacity, amenities and rating — the tool to use instead of calling get_coworking_space once per space in a row, which wastes tokens on repeated boilerplate for the exact same result.
  • get_coworking_market_rates — Returns aggregated coworking prices (median, min, max) per workspace type for one city, one country, or the whole catalogue — the tool to use for "how much does a desk/private office cost in Berlin?" rather than eyeballing individual search results.
  • get_best_coworking — Returns a "best value coworking in {city}" ranking: an ordered list of spaces balancing price-vs-market, amenity count and review rating, computed from a Bayesian-shrunk composite the gateway deliberately never exposes as a raw comparable number — only the ORDER is meaningful (1st, 2nd, 3rd…), never a percentage gap between positions.
  • get_coworking_operator — Returns an operator (brand)'s profile: tagline, description, frequently asked questions, which cities it operates in, how many spaces it has, and how its pricing compares to the local market.