
Security News
Another Round of TEA Protocol Spam Floods npm, But It’s Not a Worm
Recent coverage mislabels the latest TEA protocol spam as a worm. Here’s what’s actually happening.
@fastmcp-me/ai-consultant-mcp
Advanced tools
A Model Context Protocol (MCP) server that enables AI agents to consult with multiple AI models through OpenRouter. Features intelligent model auto-selection, conversation history, caching, and robust error handling.
This MCP server allows your AI assistant (like Claude Desktop) to consult with various AI models (GPT, Gemini, Grok, etc.) through a single interface. It automatically selects the best model for your task or lets you choose a specific one.
npm install -g ai-consultant-mcp
You'll need an OpenRouter API key. Get one at OpenRouter.
Edit your MCP client configuration file:
For Claude Desktop:
~/Library/Application Support/Claude/claude_desktop_config.json%APPDATA%\Claude\claude_desktop_config.json{
"mcpServers": {
"ai-consultant": {
"command": "npx",
"args": ["-y", "ai-consultant-mcp"],
"env": {
"OPENROUTER_API_KEY": "your-openrouter-api-key"
}
}
}
}
For other MCP clients:
Configure according to your client's documentation, using npx -y ai-consultant-mcp as the command.
git clone https://github.com/filipkrayem/ai-consultant-mcp.git
cd ai-consultant-mcp
npm install
npm run build
{
"mcpServers": {
"ai-consultant": {
"command": "node",
"args": ["/absolute/path/to/ai-consultant-mcp/dist/index.js"],
"env": {
"OPENROUTER_API_KEY": "your-openrouter-api-key"
}
}
}
}
OPENROUTER_API_KEY (required): Your OpenRouter API keyVERBOSE_LOGGING (optional): Set to true or 1 to enable detailed logging. Default: falseOnce configured, your AI assistant can use these tools:
consult_ai - Ask questions to AI models (auto-selects or specify a model)list_models - See all available models and their capabilitiesSimply ask your AI assistant to consult with AI models. For example:
Contributions are welcome! Please feel free to submit a Pull Request.
MIT
FAQs
MCP server for consulting with AI models via OpenRouter
The npm package @fastmcp-me/ai-consultant-mcp receives a total of 1 weekly downloads. As such, @fastmcp-me/ai-consultant-mcp popularity was classified as not popular.
We found that @fastmcp-me/ai-consultant-mcp 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
Recent coverage mislabels the latest TEA protocol spam as a worm. Here’s what’s actually happening.

Security News
PyPI adds Trusted Publishing support for GitLab Self-Managed as adoption reaches 25% of uploads

Research
/Security News
A malicious Chrome extension posing as an Ethereum wallet steals seed phrases by encoding them into Sui transactions, enabling full wallet takeover.