Athena Protocol MCP Server
by n0zer0d4y
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| GOOGLE_API_KEY | No | API key for Google. | |
| OPENAI_API_KEY | No | API key for OpenAI. | |
| ANTHROPIC_API_KEY | No | API key for Anthropic. | |
| LLM_TIMEOUT_DEFAULT | No | Default timeout in seconds. | |
| DEFAULT_LLM_PROVIDER | No | Default LLM provider (e.g., openai, anthropic, google). | |
| OPENAI_MODEL_DEFAULT | No | Default model for OpenAI (e.g., gpt-5, gpt-4o). | |
| LLM_MAX_TOKENS_DEFAULT | No | Default max tokens. | |
| LLM_TEMPERATURE_DEFAULT | No | Default temperature. | |
| OPENAI_VERBOSITY_DEFAULT | No | Verbosity level for OpenAI (e.g., low, medium, high). | |
| PROVIDER_SELECTION_PRIORITY | Yes | Required. Comma-separated list of LLM providers in priority order. | |
| OPENAI_REASONING_EFFORT_DEFAULT | No | Reasoning effort for OpenAI (e.g., low, medium, high). | |
| OPENAI_MAX_COMPLETION_TOKENS_DEFAULT | No | Max completion tokens for OpenAI. |
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/n0zer0d4y/athena-protocol'
If you have feedback or need assistance with the MCP directory API, please join our Discord server