Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
MercadoLibre MCP Server
Claim
by
lumile
npm
GitHub
E-commerce & Retail
TypeScript
MIT License
4
2
Reddit
Discord
Overview
Inspect
New
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
mercadolibre-mcp
src
Dockerfile
.editorconfig
.env.sample
.eslintrc
.gitignore
LICENSE.md
package.json
package-lock.json
README.md
smithery.yaml
tsconfig.json
{
"
extends
"
:
"
standard-with-typescript
"
,
"
parserOptions
"
: {
"
project
"
:
"
./tsconfig.json
"
},
"
rules
"
: {
"
@typescript-eslint/indent
"
: [
"
error
"
,
2
],
"
@typescript-eslint/explicit-function-return-type
"
:
"
off
"
,
"
@typescript-eslint/strict-boolean-expressions
"
:
"
off
"
,
"
@typescript-eslint/no-floating-promises
"
:
"
off
"
,
"
@typescript-eslint/no-misused-promises
"
:
"
off
"
}
}