Bolthouse Agriculture SQL MCP
by saravanadas
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DB_NAME | Yes | Database name (Bolthouse_Ag_AI) | |
| DB_PASS | Yes | SQL Server password | |
| DB_PORT | No | SQL Server port (default 1433) | 1433 |
| DB_USER | Yes | SQL Server login (sqlprd_ag_ai) | |
| API_TOKEN | Yes | A long random secret used as bearer token for authentication | |
| DB_DRIVER | No | ODBC driver name | ODBC Driver 18 for SQL Server |
| DB_SERVER | Yes | SQL Server hostname or reachable IP address | |
| DB_ENCRYPT | No | Whether to encrypt connection (yes/no) | yes |
| EXPORT_DIR | No | Optional export directory path (if set, overrides default /data/exports) | |
| AUDIT_TABLE | No | Optional audit table name (e.g., dbo.MCP_Query_Audit_AG_Railway) | |
| SERVICE_NAME | No | Service name for display | Bolthouse Agriculture AI Read Only MCP |
| PUBLIC_BASE_URL | Yes | Public base URL of the Railway service (e.g., https://YOUR-SERVICE.up.railway.app) | |
| DB_TRUST_SERVER_CERTIFICATE | No | Whether to trust server certificate (yes/no) | yes |
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/saravanadas/SQL_Ag_MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server