Back to MCP Servers

Tensorfeed

Real-time AI industry intelligence MCP server. 6 free tools (AI news, service status, model pricing, today summary, agent activity, MCP registry snapshot) and 13 paid premium tools (routing recommendations, news search, history series, cost projection, provider deep-dive, model …

aggregatorsaiagent

Installation

npx -y @tensorfeed/mcp-server

Configuration

{
  "mcpServers": {
    "tensorfeed": {
      "command": "npx",
      "args": ["-y", "tensorfeed"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub