← frankspace.co.uk
INDIVIDUAL MCP TOOL
get_workspace
Fetch full public details for a single FrankSpace workspace by its ID (UUID).
LIVE ENDPOINT
https://bqixfybgflusxwnvzjwu.supabase.co/functions/v1/mcp
Connect to this endpoint to inspect the live schema for get_workspace and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests retrieving external content.
Parent server
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.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.
Related tools
ai_search— Search FrankSpace workspaces with a plain-English query — the same AI parser that powers the app.search_workspaces— Search live UK workspace listings on FrankSpace.get_frankspace_skill— Fetch 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.submit_feedback— Report 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.