Skip to main content
Glama
taka392
by taka392

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
EBAY_ENVNoEnvironment: sandbox (default) or productionsandbox
EBAY_CLIENT_IDYesApp Id (OAuth Client Id) from Developer Portal
EBAY_OAUTH_SCOPENoOAuth scope for ebay-mcp-auth script (optional)
EBAY_ACCESS_TOKENNoUser access token (optional, can be obtained via ebay-mcp-auth script)
EBAY_DEVELOPER_IDNoDeveloper ID (optional, for notifications)
EBAY_REDIRECT_URINoRedirect URI registered in Dev Console (for ebay-mcp-auth script)
EBAY_CLIENT_SECRETYesCert Id (Client Secret) from Developer Portal
EBAY_REFRESH_TOKENNoRefresh token for automatic token refresh (recommended for user mode)
EBAY_MARKETPLACE_IDNoMarketplace ID for Browse APIEBAY_US
EBAY_OAUTH_LOCAL_PORTNoLocal port for OAuth callback8765
EBAY_APPLICATION_SCOPENoScope for application tokenhttps://api.ebay.com/oauth/api_scope
EBAY_ALLOW_APPLICATION_TOKENNoSet to false to require user token instead of using application tokentrue

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
verifyA

Verify credentials.

User token: Commerce Identity profile. Application-only keyset: Browse ping + totals.

refresh_access_tokenA

Refresh tokens in-process only.

User mode: EBAY_REFRESH_TOKEN grant. Application mode: client_credentials refetch.

search_item_summaryA

Search marketplace listings (Browse item_summary/search).

Typical filters: limit 1–50 for quick previews. category_ids is optional (comma-separated eBay leaf category ids).

Sort: omit for Best Match; use newlyListed for newest listings first.

get_item_summaryB

GET a single Browse listing by REST item id (encode-safe; pass the v1 item id).

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/taka392/ebay-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server