Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| GOOGLE_API_KEY | Yes | Your Google AI API key for Gemini content generation | |
| MCP_SERVER_NAME | No | Name of the MCP server | Marketing Automation |
| MCP_SERVER_PORT | No | Port for the HTTP server | 8000 |
| ANTHROPIC_API_KEY | Yes | Your Anthropic API key for Claude content generation | |
| GOOGLE_CLOUD_PROJECT | Yes | Your Google Cloud project ID | |
| GOOGLE_CLOUD_LOCATION | No | Google Cloud location/region for Vertex AI | us-central1 |
| GOOGLE_APPLICATION_CREDENTIALS | Yes | Path to the Google Cloud service account key JSON file |
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 | |