1

123elec

Official MCP interface for the 123elec electrical supplies e-commerce platform

123elec·No reviews yet
Docs
Share:

About

Official MCP interface for the 123elec electrical supplies e-commerce platform

Example tools

Illustrative tool names — the actual tool set is defined by the server at runtime.

list_resources
Enumerate resources exposed by this MCP
get_resource
Fetch a resource by ID
invoke
Invoke the primary action of this MCP

Screenshots

No screenshots yet.

Frequently Asked Questions

Common questions about 123elec.

What is the purpose of the 123elec MCP?
The 123elec MCP serves as the official interface for interacting with the 123elec electrical supplies e-commerce platform. It allows programmatic access to services related to their online store.
How can I integrate the 123elec MCP with a client like Cline?
Since the 123elec MCP uses stdio transport, you would configure Cline to communicate directly with the MCP's standard input and output streams. Consult the Cline documentation for specific instructions on integrating stdio-based MCPs.
Does the 123elec MCP require authentication or API keys?
No, the 123elec MCP uses 'none' as its authentication type. This means it does not require an API key, OAuth, or any other credentials for basic operation.
What kind of capabilities does the 123elec MCP offer?
The 123elec MCP provides an interface to the 123elec e-commerce platform. Its capabilities would likely include functions for product search, order placement, and managing account details, as implied by an e-commerce platform interface.
Are there any licensing costs associated with using the 123elec MCP?
The licensing and cost details for using the 123elec MCP itself are not specified. It depends on the terms of service provided by 123elec for accessing their e-commerce platform through this interface.

Install 123elec

Claude Desktop

Add this to claude_desktop_config.json.

{
  "mcpServers": {
    "123elec": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-123elec"
      ]
    }
  }
}

Cursor

Add this to ~/.cursor/mcp.json.

{
  "mcpServers": {
    "123elec": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-123elec"
      ]
    }
  }
}

VS Code

Add this to your workspace settings.json.

{
  "mcp.servers": {
    "123elec": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-123elec"
      ]
    }
  }
}

Reviews

Sign in to leave a review.

No reviews yet. Be the first!

Discussion(0)

Sign in to join the discussion.

No comments yet.