Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | Dynamic port for Smithery.ai deployment (automatically detected) | |
| LOG_LEVEL | No | Logging level (e.g., DEBUG, INFO, WARNING, ERROR) | INFO |
| FASTMCP_HOST | No | Host address for HTTP mode (when FASTMCP_TRANSPORT=http) | 127.0.0.1 |
| FASTMCP_PORT | No | Port for HTTP mode (when FASTMCP_TRANSPORT=http) | 8000 |
| API_ENVIRONMENT | No | API environment setting (production or development) | production |
| FASTMCP_TRANSPORT | No | FastMCP transport mode (stdio, sse, or http) | stdio |
| NARAMARKET_SERVICE_KEY | Yes | Your Nara Market API service key (required) |
Schema
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |