Olist ERP MCP Server
by opastorello
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MCP_HOST | No | Host do servidor | 0.0.0.0 |
| MCP_PORT | No | Porta do servidor | 47321 |
| OAUTH_SCOPE | No | Scopes OAuth | openid |
| SWAGGER_URL | Yes | URL do swagger spec (fetched no startup, cached localmente) | |
| API_BASE_URL | No | Base URL da API (auto-detectado do servers[0].url do swagger) | (auto do spec) |
| MCP_TRANSPORT | No | Transporte: streamable-http, sse ou stdio | streamable-http |
| MCP_TOKEN_FILE | No | Caminho para persistir tokens de acesso | data/.mcp_tokens.json |
| OAUTH_AUTH_URL | Yes | URL de autorizacao OAuth | |
| MCP_SERVER_NAME | No | Nome do server MCP | swagger-mcp |
| OAUTH_CLIENT_ID | Yes | Client ID (obrigatorio) | |
| OAUTH_TOKEN_URL | Yes | URL de troca de tokens | |
| OAUTH_TOKEN_FILE | No | Caminho para persistir tokens OAuth | data/.oauth_tokens.json |
| OAUTH_REDIRECT_URI | No | Redirect URI | http://localhost:47321/auth/callback |
| OAUTH_CLIENT_SECRET | Yes | Client Secret (obrigatorio) | |
| MCP_SERVER_INSTRUCTIONS | No | Instrucoes do server para o LLM | (auto) |
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 | |
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/opastorello/olist-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server