e

eBay

Search eBay listings and orders.

·No reviews yet
Repo
Share:

About

Auto-generated

eBay is a Model Context Protocol server in the Commerce & Payments category. It lets AI assistants that speak MCP call its tools and read its resources over STDIO.

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 eBay.

What is the eBay Model Context Protocol (MCP) server?
The eBay MCP server allows you to search eBay listings and orders. It acts as an integration layer, connecting your client applications to the eBay platform for commerce and payments related operations.
How do I install the eBay MCP with Cline?
To install the eBay MCP with Cline, you would typically use a command like 'cline install ebay'. Ensure Cline is configured to recognize community-provided MCPs, and follow any additional setup instructions provided in the repository's documentation.
Does the eBay MCP require an API key?
Yes, the eBay MCP requires an API key for authentication. You will need to obtain an API key from eBay to use this MCP server, as specified by its authentication type.
What are the primary capabilities of the eBay MCP?
The primary capabilities of the eBay MCP involve searching for eBay listings and managing orders. It integrates with eBay's marketplace and e-commerce functionalities, exposing these features to your MCP client.
Is there a cost associated with using the eBay MCP?
The eBay MCP itself is provided by the community and is open source, implying no direct cost for the MCP server software. However, usage of the underlying eBay services may incur costs depending on your eBay developer account and API usage.
What is a prerequisite for using the eBay MCP?
A key prerequisite for using the eBay MCP is having an active eBay developer account and obtaining the necessary API keys. Without proper API credentials, the MCP server will not be able to interact with the eBay platform.

Install eBay

Claude Desktop

Add this to claude_desktop_config.json.

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

Cursor

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

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

VS Code

Add this to your workspace settings.json.

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

Reviews

Sign in to leave a review.

No reviews yet. Be the first!

Discussion(0)

Sign in to join the discussion.

No comments yet.