The nightly stress test detected that the EverArt MCP server requires authentication to function properly.
Test Details
- Test Session: stress-test-20260206-032648
- Test Date: 2026-02-06T03:26:58Z
- Server Container: mcp/everart
Issue
The EverArt MCP server did not expose any tools through the gateway, indicating it requires authentication credentials that were not provided in the configuration.
Required Authentication
Environment Variable: EVERART_API_KEY (or similar)
Token Type: EverArt API credentials
How to Obtain:
- Visit the EverArt platform
- Create an account or sign in
- Navigate to API settings or developer section
- Generate API credentials
- Add credentials to repository secrets as
EVERART_API_KEY
Note: The exact environment variable name and authentication method may vary. Please consult the EverArt MCP server documentation for specific requirements.
Suggested Configuration
Add the following environment variable to your EverArt MCP server configuration:
{
"everart": {
"type": "stdio",
"container": "mcp/everart",
"env": {
"EVERART_API_KEY": "${EVERART_API_KEY}"
}
}
}
Next Steps
Generated by Nightly MCP Stress Test
Test Session: stress-test-20260206-032648
AI generated by Nightly MCP Server Stress Test
The nightly stress test detected that the EverArt MCP server requires authentication to function properly.
Test Details
Issue
The EverArt MCP server did not expose any tools through the gateway, indicating it requires authentication credentials that were not provided in the configuration.
Required Authentication
Environment Variable:
EVERART_API_KEY(or similar)Token Type: EverArt API credentials
How to Obtain:
EVERART_API_KEYNote: The exact environment variable name and authentication method may vary. Please consult the EverArt MCP server documentation for specific requirements.
Suggested Configuration
Add the following environment variable to your EverArt MCP server configuration:
{ "everart": { "type": "stdio", "container": "mcp/everart", "env": { "EVERART_API_KEY": "${EVERART_API_KEY}" } } }Next Steps
Generated by Nightly MCP Stress Test
Test Session: stress-test-20260206-032648