PluginBench
MCP Server

Pollen Store Catalog MCP Server

in.elytron/pollen-store

What is the Pollen Store Catalog MCP server?

Search a Pollen-connected store's enriched catalog: products, facts, variants, availability.

How to install Pollen Store Catalog

Copy-paste configuration for popular MCP clients.

transport: http
Config generated by PluginBench — verify against the source before use.
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "pollen-store": {
      "url": "https://pollen.elytron.in/mcp/store/{shop}"
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "pollen-store": {
      "serverUrl": "https://pollen.elytron.in/mcp/store/{shop}"
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "pollen-store": {
      "type": "http",
      "url": "https://pollen.elytron.in/mcp/store/{shop}"
    }
  }
}
Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
  "mcpServers": {
    "pollen-store": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://pollen.elytron.in/mcp/store/{shop}"
      ]
    }
  }
}
Claude Code
claude mcp add --transport http pollen-store https://pollen.elytron.in/mcp/store/{shop}

Related MCP servers

Manage your Pollen account: sync, enrich, fix, and publish your store's catalog for AI agents.