PluginBench
MCP Server
Active
MIT

SCVD General Store MCP Server

store.scvd/general-store

What is the SCVD General Store MCP server?

The trust layer of the x402 economy: free conformance checks, attestation, corpus, agent store.

How to install SCVD General 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": {
    "general-store": {
      "url": "https://scvd.store/mcp"
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "general-store": {
      "serverUrl": "https://scvd.store/mcp"
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "general-store": {
      "type": "http",
      "url": "https://scvd.store/mcp"
    }
  }
}
Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
  "mcpServers": {
    "general-store": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://scvd.store/mcp"
      ]
    }
  }
}
Claude Code
claude mcp add --transport http general-store https://scvd.store/mcp

Related MCP servers

Every tool a builder signs up for, on one tab: trials, burn, price drift. Local JSONL, zero deps.

2
TypeScript
MIT
View repository →