Costco runs on your own machine — the client starts it, so there is no endpoint to ping. 66 installs a week from pypi. Last commit 19 Apr 2026.
MCP server for Costco warehouse receipts and online orders
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add costco -- uvx costco-mcp-server
{
"mcpServers": {
"costco": {
"args": [
"costco-mcp-server"
],
"command": "uvx"
}
}
}
[mcp_servers.costco]
command = "uvx"
args = ["costco-mcp-server"]
{
"mcpServers": {
"costco": {
"args": [
"costco-mcp-server"
],
"command": "uvx"
}
}
}
{
"mcpServers": {
"costco": {
"args": [
"costco-mcp-server"
],
"command": "uvx"
}
}
}
Answers built from our own checks of this server.