
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
tryaii-mcp-server
Advanced tools
🚀 A lightweight Model Context Protocol (MCP) server that provides access to the TryAII AI comparison service
This is a lightweight MCP server that acts as a proxy to the TryAII API service, allowing you to:
This MCP server is designed as a thin client that:
TRYAII_API_KEY from environment variablesBenefits:
npm install -g tryaii-mcp-server
tai_xxxxxxxxxxxxxxxxxxxxxxxxxAdd to your claude_desktop_config.json:
{
"mcpServers": {
"tryaii": {
"command": "tryaii-mcp-server",
"env": {
"TRYAII_API_KEY": "tai_your_api_key_here"
}
}
}
}
Config file locations:
~/Library/Application Support/Claude/claude_desktop_config.json%APPDATA%\Claude\claude_desktop_config.jsonAfter updating the config, restart Claude Desktop to load the new MCP server.
| Tool | Description |
|---|---|
get_available_models | Get all available AI models with capabilities and pricing |
chat_with_model | Have a conversation with a specific AI model |
compare_models | Compare responses from multiple AI models |
brains | Get responses from top models simultaneously (GPT-4o, Claude 3.7/4, Gemini 2.5) |
get_model_info | Get detailed information about a specific model |
gpt-4o, gpt-4o-mini, gpt-4.1, gpt-4.1-nanoo3, o3-mini, o3-pro, o4-mini, o1claude-sonnet-4-20250514, claude-opus-4-20250514claude-3-7-sonnet-20250219 (with extended thinking)claude-3-5-sonnet-20241022, claude-3-5-haiku-20241022claude-3-opus-20240229, claude-3-haiku-20240307gemini-2.5-pro-preview-05-06, gemini-2.5-flash-preview-05-20gemini-2.0-flash, gemini-2.0-flash-litegemini-1.5-pro, gemini-1.5-flashdeepseek-reasoner (with thinking capabilities)deepseek-chatgrok-4-latestgrok-3-latest, grok-3-fast-latest, grok-3-mini-latest, grok-3-mini-fast-latestmistral-large-latestmistral-small-latestUse the compare_models tool to compare how GPT-4 and Claude 3.5 Sonnet explain quantum computing
Use the brains tool to get insights from multiple top AI models about the future of artificial intelligence
Use chat_with_model to have a conversation with deepseek-reasoner about solving a complex math problem
Use get_model_info to see the capabilities and pricing of gpt-4o
TRYAII_API_KEY is securely transmitted to the TryAII service"TRYAII_API_KEY environment variable is required"
"Failed to communicate with TryAII service"
Tools not appearing in Claude
This MCP server automatically benefits from updates to the TryAII service:
To update the MCP server package:
npm update -g tryaii-mcp-server
Apache 2.0 License - see LICENSE file for details.
Made with ❤️ by the TryAII team
FAQs
MCP Server for TryAII - Lightweight proxy to TryAII API service
We found that tryaii-mcp-server demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.