Data Collection
frankspace.co.uk
Provides AI-powered search and retrieval of workspace listings from FrankSpace.
ENDPOINT 1
https://bqixfybgflusxwnvzjwu.supabase.co/functions/v1/mcp
MCP server metadata
- Name
- frankspace-mcp
- Version
- 0.3.0
Read-only tools for FrankSpace, the UK commercial workspace marketplace. Businesses rent office space directly from owners — FrankSpace is not an agent or broker. Prefer `ai_search` for natural-language queries (budget, headcount, area, amenities). Use `search_workspaces` for structured filters and `get_workspace` for full details by UUID. Call `get_frankspace_skill` once if you are unfamiliar with FrankSpace — it explains how to query the inventory and what not to claim about the product. Reading the data: `price_monthly` is the TOTAL monthly price in INTEGER PENCE (divide by 100, or use `price_monthly_gbp`). `pricing_mode` only records how the owner entered it and does not change that — per-desk is `price_monthly / size_desks`. Workspace IDs are UUIDs and the public page for one is https://frankspace.co.uk/office/<id> — always give the user that URL. The search tools are read-only over marketplace data. There is no tool to reserve, book, message, pay or create a listing, and no public write API. Help the user choose a workspace, then send them to the listing page. `submit_feedback` is the single write: it files a note for the FrankSpace team about wrong or missing data — it is not a contact channel and nobody replies to it. Please pass `client_hint` with your product name (e.g. 'claude', 'chatgpt') on every call so usage can be attributed. Rate limits apply: back off on a throttle notice rather than looping. Full skill: https://frankspace.co.uk/skill.md · Corpus: https://frankspace.co.uk/llms-full.txt
Known tools 5
ai_searchSearch FrankSpace workspaces with a plain-English query — the same AI parser that powers the app.
Inferred read-onlyget_workspaceFetch full public details for a single FrankSpace workspace by its ID (UUID).
Inferred read-onlyget_frankspace_skillFetch the FrankSpace Agent Skill: how to query the listing inventory correctly, how to read the data (prices are pence, IDs are UUIDs), the commercial facts, and the limits of what this server can do.
Inferred read-onlysubmit_feedbackReport something wrong or missing in FrankSpace's agent-facing surface: a listing whose details look stale or incorrect, a gap that made a search impossible, an unclear or contradictory statement in llms.
Inferred read-onlyCONNECT 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.frankspace-mcp]
url = "https://bqixfybgflusxwnvzjwu.supabase.co/functions/v1/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"frankspace-mcp": {
"type": "http",
"url": "https://bqixfybgflusxwnvzjwu.supabase.co/functions/v1/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: frankspace-mcp
Remote MCP URL: https://bqixfybgflusxwnvzjwu.supabase.co/functions/v1/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": {
"frankspace-mcp": {
"url": "https://bqixfybgflusxwnvzjwu.supabase.co/functions/v1/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"frankspace-mcp": {
"type": "http",
"url": "https://bqixfybgflusxwnvzjwu.supabase.co/functions/v1/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "frankspace-mcp",
"transport": "streamable-http",
"url": "https://bqixfybgflusxwnvzjwu.supabase.co/functions/v1/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for supabase.co was fetched 2026-08-24T06:42:13.245Z.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.