What is the Misfit Machine Store MCP server?
UCP-compatible machine catalog for paid Misfit agent APIs and MCP services.
How to install Misfit Machine Store
Copy-paste configuration for popular MCP clients.
transport: http
Config generated by PluginBench — verify against the source before use.Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"misfit-machine-store": {
"url": "https://cibcxqrqiqvzpardbdrw.supabase.co/functions/v1/misfit-machine-store-mcp"
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"misfit-machine-store": {
"serverUrl": "https://cibcxqrqiqvzpardbdrw.supabase.co/functions/v1/misfit-machine-store-mcp"
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"misfit-machine-store": {
"type": "http",
"url": "https://cibcxqrqiqvzpardbdrw.supabase.co/functions/v1/misfit-machine-store-mcp"
}
}
}Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
"mcpServers": {
"misfit-machine-store": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://cibcxqrqiqvzpardbdrw.supabase.co/functions/v1/misfit-machine-store-mcp"
]
}
}
}Claude Code
claude mcp add --transport http misfit-machine-store https://cibcxqrqiqvzpardbdrw.supabase.co/functions/v1/misfit-machine-store-mcpRelated MCP servers
Web and MCP change memory with native diff UI; later calls return only what changed.
Agent governance with A2A/Shopify/MCP trust audits, action screening, and decision UI.