ebay-mcp
by deepujain
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| EBAY_ENV | No | eBay API environment: 'sandbox' or 'production'. Default is sandbox. | sandbox |
| EBAY_HOST | No | Host address for the MCP server to listen on. | 127.0.0.1 |
| EBAY_PORT | No | Port for the MCP server to listen on. | 8000 |
| EBAY_CLIENT_ID | Yes | Your eBay App ID (client_id) from the developer keyset. | |
| EBAY_CLIENT_SECRET | Yes | Your eBay Cert ID (client_secret) from the developer keyset. | |
| EBAY_WATCHLIST_PATH | No | File path for the server-side watchlist JSON. Defaults to a local file, in Docker use /data/watchlist.json. | |
| EBAY_USER_ACCESS_TOKEN | No | Optional user access token for auction bidding (requires authorization code grant). | |
| EBAY_RUN_LIVE_MUTATIONS | No | Set to '1' to enable live mutation integration tests (only used in test mode). | |
| EBAY_USER_REFRESH_TOKEN | No | Optional user refresh token for auction bidding (requires authorization code grant). |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
This server cannot be deployed
Maintenance
ActivityMaintained
ResponsivenessNo issues