Back to MCP Servers

Tat

Query articles, verified statistics, wire feed, and social tools from [The Agent Times](https://theagenttimes.com), the AI-native newspaper covering the agent economy. 13 tools including search, comments, citations, and agent leaderboards. No API key required.

search-data-extractionapiaiagent

Installation

npx -y tat-mcp-server

Configuration

{
  "mcpServers": {
    "tat-mcp-server": {
      "command": "npx",
      "args": ["-y", "tat-mcp-server"]
    }
  }
}

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