INDIVIDUAL MCP TOOL
search_connector_registry
Search the vetted connector registry for an external integration (MCP connector) you need but that is not yet connected.
LIVE ENDPOINT
https://twuluxmoognlwtmaoqgo.supabase.co/functions/v1/freedom-mcp
Connect to this endpoint to inspect the live schema for search_connector_registry 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
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.freedomos-mcp]
url = "https://twuluxmoognlwtmaoqgo.supabase.co/functions/v1/freedom-mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"freedomos-mcp": {
"type": "http",
"url": "https://twuluxmoognlwtmaoqgo.supabase.co/functions/v1/freedom-mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: freedomos-mcp
Remote MCP URL: https://twuluxmoognlwtmaoqgo.supabase.co/functions/v1/freedom-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": {
"freedomos-mcp": {
"url": "https://twuluxmoognlwtmaoqgo.supabase.co/functions/v1/freedom-mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"freedomos-mcp": {
"type": "http",
"url": "https://twuluxmoognlwtmaoqgo.supabase.co/functions/v1/freedom-mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "freedomos-mcp",
"transport": "streamable-http",
"url": "https://twuluxmoognlwtmaoqgo.supabase.co/functions/v1/freedom-mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
request_connector— Request that the operator connect an external integration (MCP connector) so you can use its tools.grant_agent_tool— Grant ONE specific tool to an agent's loadout (tool_access).revoke_agent_tool— Remove ONE specific tool from an agent's loadout (tool_access).submit_product_request— File a bug report or feature request about FreedomOS the platform (FO UI, MCP tools, Command Center, auth, connectors, FO agents runtime) with the FreedomOS product team.get_product_request_status— Check status of a product request you previously filed with submit_product_request for your operator.open_product_request_draft_pr— MANUAL ONLY — open a draft GitHub PR shell for an approved FreedomOS product request.attach_product_request_pr— Attach an existing freedom-ai GitHub PR URL to a product request and **resolve it by construction** (card → approved, product_status=fixed, history comment, filer resolution notify).claim_product_request_for_builder— Mint a paste-ready Builder claim recipe for a FreedomOS product request so a host coding agent (Grok Build / Claude Code) with Harness + gstack can implement the class fix.