Amazon SP-API MCP
by ailumia
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HOST | No | HTTP listener host for Streamable HTTP transport. | 127.0.0.1 |
| PORT | No | HTTP listener port for Streamable HTTP transport. | 3000 |
| LOG_LEVEL | No | Pino log level. | info |
| SP_API_REGION | Yes | Amazon SP-API region: na, eu, or fe. | na |
| SP_API_ENDPOINT | No | Explicit SP-API endpoint override, primarily for tests and proxies. | |
| MCP_BEARER_TOKEN | No | Optional HTTP bearer token, minimum 16 characters. | |
| SP_API_CLIENT_ID | No | Amazon SP-API LWA client ID. | |
| MCP_ALLOWED_HOSTS | No | Comma-separated HTTP Host allowlist; required for non-loopback binds. | |
| SP_API_MAX_RETRIES | No | Retry limit for 429 and transient 5xx responses. | 5 |
| SP_API_ACCESS_TOKEN | No | Short-lived access token; alternative to refresh token credentials. Not refreshed automatically. | |
| SP_API_ARTIFACT_DIR | No | Local artifact storage directory. | ./artifacts |
| SP_API_CLIENT_SECRET | No | Amazon SP-API LWA client secret. | |
| SP_API_REFRESH_TOKEN | No | Amazon SP-API seller refresh token. | |
| SP_API_MAX_CONCURRENCY | No | Maximum concurrent outbound SP-API requests. | 4 |
| SP_API_MAX_RESPONSE_BYTES | No | Maximum inline response size before artifact storage. | 1048576 |
| SP_API_REQUEST_TIMEOUT_MS | No | Per-request timeout. | 60000 |
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
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/ailumia/amazon-sp-api-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server