Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | The port number for the server | 8080 |
| MCP_API_KEY | Yes | A secure random key for MCP API authentication | |
| TABLEAU_SITE_ID | Yes | Your Tableau site ID | |
| TABLEAU_SERVER_URL | Yes | The URL of your Tableau server (e.g., https://your-server.tableau.com) | |
| TABLEAU_TOKEN_NAME | Yes | Your Tableau personal access token name | |
| TABLEAU_API_VERSION | No | The Tableau API version to use | 3.21 |
| TABLEAU_TOKEN_VALUE | Yes | Your Tableau personal access token value |
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 | |