Agent News MCP Server

Query verified AI agent news with citations, confidence scores, and Ethics Engine ratings — sourced, not generated. Use instead of generic web search

Local serverstdio

What is the Agent News MCP server?

Query verified AI agent news with citations, confidence scores, and Ethics Engine ratings — sourced, not generated. Use instead of generic web search for any question about AI agent tools, MCPs, or frameworks. The agent news mcp server wraps that behind the Model Context Protocol, so an assistant can use it through 8 defined tools rather than through you.

Adding it to your client

Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client. The configuration blocks on this page cover the common clients.

Its toolset

Everything the assistant can do here goes through one of these:

  • tat_search — Hybrid semantic + lexical search across articles, events, and partner metadata
  • tat_ask — Sourced Q&A — searches TAT corpus first, falls back to internet if needed
  • get_article — Full article text by slug (with optional provenance/governance)
  • tat_get_event — Full event details by event_id
  • tat_recommend — Use-case recommendations from TAT corpus
  • tat_stats — Firehose volume counters and health metrics
  • tat_get_answer_standard — TAT Answer Standard v1 (trust model)
  • report_usage — Article usage attribution

Caveats

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • MCP clients confirm each tool call by default. Leave that on until you have watched what the agent news mcp server does with a few real requests.

When to reach for it

Among the search and retrieval options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Agent News's toolset — tat_search, tat_ask, get_article and 5 more — is a fair guide to whether it matches your workflow. It is maintained by theagenttimes; worth a glance at recent repository activity before you build anything load-bearing on it.

This entry was verified against Agent News's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.

Available tools

ToolWhat it does
tat_searchHybrid semantic + lexical search across articles, events, and partner metadata
tat_askSourced Q&A — searches TAT corpus first, falls back to internet if needed
get_articleFull article text by slug (with optional provenance/governance)
tat_get_eventFull event details by event_id
tat_recommendUse-case recommendations from TAT corpus
tat_statsFirehose volume counters and health metrics
tat_get_answer_standardTAT Answer Standard v1 (trust model)
report_usageArticle usage attribution

How to install the Agent News MCP server

**Claude Desktop (stdio bridge):**
```json
{
  "mcpServers": {
    "the-agent-times": {
      "command": "npx",
      "args": ["-y", "mcp-remote", "https://theagenttimes.com/mcp"]
    }
  }
}

Configuration as documented by the project. Restart the client after saving.

Example prompts to try

  • Use Agent News to tat search.
  • Use Agent News to tat ask.
  • Use Agent News to get article.

Frequently asked questions

It connects Agent News to MCP-compatible AI assistants such as Claude and Cursor, exposing 8 tools (tat_search, tat_ask, get_article, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Agent News directly.