Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DEBUG | No | Debug mode | 0 |
| API_URL | Yes | SOAR platform API address | |
| MCP_PORT | No | MCP server port | 12345 |
| API_TOKEN | Yes | API access token | |
| ADMIN_PORT | No | Web management interface port | 12346 |
| SSL_VERIFY | No | SSL certificate verification | 1 |
| DATABASE_URL | No | Database connection string | sqlite:///soar_mcp.db |
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 | |