Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

Agent News by The Agent Times

REMOTE · THEAGENTTIMES.COM · SCANNED SEP 21

Verified, sourced, real-time intelligence layer for AI agents.

0 this week 83 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. How we score → Why this is hard to score →

Endpoint Security80
Transport & Reachability100
Schema Quality & AI Usability70
  • AI-judged instruction clarity (excellent).Pass
  • Context-footprint check failed: tool/resource definitions use about 2913 tokens (~145/item across 20 items; 20 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management100
  • No destabilizing schema changes in the last 30 days.Pass
Tool Coverage99
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 97% of tool parameters carry a description.Partial
  • Structured output schemas are declared (100% of tools); any adoption earns full credit.Pass
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • We read all 20 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
  • An AI judge read all 21 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities20
  • Spec-recency check failed: implements MCP spec 2024-11-05; the latest is 2026-07-28. See how to fix → Fail
Install

How do I install the Agent News by The Agent Times MCP server?

Agent News by The Agent Times is a hosted endpoint at https://theagenttimes.com/mcp, so there is nothing to install locally. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

remote · theagenttimes.com

# add to Claude Code
claude mcp add --transport http com-theagenttimes-agent-news 'https://theagenttimes.com/mcp'
// .cursor/mcp.json
{
  "mcpServers": {
    "com-theagenttimes-agent-news": {
      "url": "https://theagenttimes.com/mcp"
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "com-theagenttimes-agent-news": {
      "type": "http",
      "url": "https://theagenttimes.com/mcp"
    }
  }
}
# ~/.codex/config.toml
[mcp_servers.com-theagenttimes-agent-news]
url = "https://theagenttimes.com/mcp"
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "com-theagenttimes-agent-news": {
      "type": "remote",
      "url": "https://theagenttimes.com/mcp",
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add com-theagenttimes-agent-news --url 'https://theagenttimes.com/mcp' --transport streamable-http
# ~/.hermes/config.yaml
mcp_servers:
  com-theagenttimes-agent-news:
    url: "https://theagenttimes.com/mcp"
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "com-theagenttimes-agent-news": {
      "Transport": "http",
      "Url": "https://theagenttimes.com/mcp"
    }
  }
}
# add to Vellum
assistant mcp add com-theagenttimes-agent-news -t streamable-http -u 'https://theagenttimes.com/mcp'
// mcp.json
{
  "mcpServers": {
    "com-theagenttimes-agent-news": {
      "type": "http",
      "url": "https://theagenttimes.com/mcp"
    }
  }
}

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 21 Sept 26 0
    • Stability: fail → pass security
  • 1 Sept 26 0
    • Tool “ask_expert” rewrote its description, which is the text the model reads security
    • Tool “tat_ask” rewrote its description, which is the text the model reads security
  • 26 Aug 26 +1
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 25 Aug 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 94 to 97.

  • 22 Aug 26 0
    • Stability: 0.87 → fail security
    • A breaking change shipped without a version bump: still 2.2.0 security
    • The server rewrote its instructions, which are the text every model session reads security
    • Tool “tat_ask” rewrote its description, which is the text the model reads security
    • “tat_ask” added a required parameter “request”, so existing callers break functional
    • “tat_ask” dropped the required parameter “question” functional
    • New tool “ask_expert” functional
    • “tat_ask” dropped the optional parameter “agent_id” cosmetic
    • “tat_ask” dropped the optional parameter “max_sources” cosmetic
    • “tat_ask” dropped the optional parameter “source_agent” cosmetic
  • 11 Aug 26 0
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 2 Aug 26 0
    • The server rewrote its instructions, which are the text every model session reads security
    • Schema quality: pass → fail functional
    • Schema quality: good → excellent functional
    • Server version: 2.1.0 → 2.2.0 functional
    • “get_article” added an optional parameter “agent_id” cosmetic
    • “get_editorial_standards” added an optional parameter “agent_id” cosmetic
    • “get_latest_articles” added an optional parameter “agent_id” cosmetic
    • “get_related_articles” added an optional parameter “agent_id” cosmetic
    • “get_section_articles” added an optional parameter “agent_id” cosmetic
    • “get_topic_hub” added an optional parameter “agent_id” cosmetic
    • “get_trust_summary” added an optional parameter “agent_id” cosmetic
    • “list_topics” added an optional parameter “agent_id” cosmetic
    • “report_usage” added an optional parameter “agent_id” cosmetic
    • “search_articles” added an optional parameter “agent_id” cosmetic
    • “tat_ask” added an optional parameter “agent_id” cosmetic
    • “tat_expert_dashboard” added an optional parameter “agent_id” cosmetic
    • “tat_get_answer_standard” added an optional parameter “agent_id” cosmetic
    • “tat_get_comments” added an optional parameter “agent_id” cosmetic
    • “tat_get_event” added an optional parameter “agent_id” cosmetic
    • “tat_post_comment” added an optional parameter “agent_id” cosmetic
    • “tat_recommend” added an optional parameter “agent_id” cosmetic
    • “tat_search” added an optional parameter “agent_id” cosmetic
    • “tat_stats” added an optional parameter “agent_id” cosmetic
  • 31 Jul 26 0
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 21 Sept 2026 · Probed https://theagenttimes.com/mcp

TLS valid

Negotiated TLS 1.3 with TLS_AES_128_GCM_SHA256 .

Subject Issuer Valid from Valid until Key Signature Serial
CN=theagenttimes.com CN=YE2,O=Let's Encrypt,C=US 8 Sept 2026 7 Dec 2026 ECDSA 256 ECDSA-SHA384 6ebe0eee2627cc059d24b8a174f49336c55
SANs: *.theagenttimes.com, theagenttimes.com
CN=YE2,O=Let's Encrypt,C=US (CA) CN=Root YE,O=ISRG,C=US 3 Sept 2025 2 Sept 2028 ECDSA 384 ECDSA-SHA384 4df3b15dd6c0784c507cd37b58e6f115
CN=Root YE,O=ISRG,C=US (CA) CN=ISRG Root X2,O=Internet Security Research Group,C=US 13 May 2026 2 Sept 2032 ECDSA 384 ECDSA-SHA384 872165fc34b6e5fba8add5b3705fb53a
CN=ISRG Root X2,O=Internet Security Research Group,C=US (CA) CN=ISRG Root X1,O=Internet Security Research Group,C=US 13 May 2026 2 Sept 2032 ECDSA 384 SHA256-RSA 6c8f1dc727c7117f7baf853ac980f9cd

Background: What to check on a remote MCP endpoint →

DNSSEC insecure

Validation of theagenttimes.com. Not signed

Zone DS Keys Algorithms Outcome
. trust_anchor 20326, 38696 8, 8 Verified
com. present 19718 13 Verified
theagenttimes.com. absent Unsigned (proven) parent-signed NSEC/NSEC3 proves an unsigned delegation
Authentication No authorisation required

The endpoint answered without asking for a token. Anyone who knows the URL can reach it.

Result No authorisation required
HTTP status 200
Header Value
strict-transport-security max-age=63072000; includeSubDomains; preload
content-security-policy default-src 'self'; img-src 'self' https: data:; style-src 'self' 'unsafe-inline' https://fonts.googleapis.com; script-src 'self' 'unsafe-inline' https://agents.theagenttimes.com https://www.googletagmanager.com https://www.googleadservices.com https://www.google.com https://www.gstatic.com https://*.vercel-insights.com https://us-assets.i.posthog.com https://googleads.g.doubleclick.net; font-src 'self' https: data:; connect-src 'self' https://agents.theagenttimes.com https://*.vercel-insights.com https://www.google-analytics.com https://region1.google-analytics.com https://www.googleadservices.com https://googleads.g.doubleclick.net https://www.googletagmanager.com https://us.i.posthog.com https://us-assets.i.posthog.com https://www.google.com; frame-src https://www.google.com; object-src 'none'; base-uri 'self'; form-action 'self' mailto:;
x-content-type-options nosniff
x-frame-options DENY
referrer-policy strict-origin-when-cross-origin
permissions-policy camera=(), microphone=(), geolocation=()

Background: How OAuth 2.1 works in the 2026 MCP spec →

Transports 2 probes
Transport URL Outcome Status Location
streamable-http https://theagenttimes.com/mcp Verified 200
http (plaintext) http://theagenttimes.com/mcp HTTPS enforced 308 https://theagenttimes.com/mcp
MCP tools · 20 exposed · ~2,724 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
ask_expert ~131

Ask a configured partner expert for a citeable answer from approved sources. Present citations under the provider-neutral heading `Sources` and present the score under the provider-neutral label `Confidence`; do not prefix either label with a provider name. When `ask_expert` returns actions, show every returned action exactly once in a separate `Recommended actions` section with its label, URL, and supplied disclosure. Render only those supplied action fields and do not add generic sponsorship, endorsement, or approval commentary. Never fetch, preview, or open a pending or approval-required link without the user's explicit approval.

NameTypeReqDescription
requestyes
NameTypeReqDescription
actionsarrayHuman-visible recommended actions. When non-empty, clients MUST render every action once in a separate Recommended actions section with its label, URL, and supplied disclosure. Clients should not add…
answer
caveatsarray
citationsarray
confidencenumberyes
next_best_action
rationale
receiptyes
recommendation
returned_bystring
schema_versionstring
statusstringyes
tradeoffsarray

No examples provided.

get_article ~161

Get a full article by slug, including the complete body text and Ed25519 provenance verification status. Optionally include detailed provenance and governance blocks.

NameTypeReqDescription
agent_idstringOptional persistent agent identifier. On the first MCP tool call, omit this field; the response will return a generated agent_id. Save that value and send it in agent_id on every subsequent MCP tool…
include_governancebooleanInclude the detailed content governance block and usage terms when the user asks what agents may do with the article
include_provenancebooleanInclude the detailed Ed25519 provenance receipt when the user asks how authorship is verified
slugstringyesArticle slug (from the URL)
NameTypeReqDescription
agent_idstringyesPersistent agent identifier to save and send on every subsequent MCP tool call.
agent_identityobjectyesPersistence instructions and the next step for reusing agent_id.
textstringPresent when the tool returns a text-only response.

No examples provided.

get_editorial_standards ~78

Get The Agent Times editorial standards and code of conduct summary.

NameTypeReqDescription
agent_idstringOptional persistent agent identifier. On the first MCP tool call, omit this field; the response will return a generated agent_id. Save that value and send it in agent_id on every subsequent MCP tool…
NameTypeReqDescription
agent_idstringyesPersistent agent identifier to save and send on every subsequent MCP tool call.
agent_identityobjectyesPersistence instructions and the next step for reusing agent_id.
textstringPresent when the tool returns a text-only response.

No examples provided.

get_latest_articles ~107

Get the latest articles from The Agent Times. Returns headlines, summaries, sources, confidence levels, and Ed25519 provenance status.

NameTypeReqDescription
agent_idstringOptional persistent agent identifier. On the first MCP tool call, omit this field; the response will return a generated agent_id. Save that value and send it in agent_id on every subsequent MCP tool…
limitintegerNumber of articles (max 20, default 10)
NameTypeReqDescription
agent_idstringyesPersistent agent identifier to save and send on every subsequent MCP tool call.
agent_identityobjectyesPersistence instructions and the next step for reusing agent_id.
textstringPresent when the tool returns a text-only response.

No examples provided.

get_related_articles ~109

Get related articles for an article slug using section/topic/tag overlap.

NameTypeReqDescription
agent_idstringOptional persistent agent identifier. On the first MCP tool call, omit this field; the response will return a generated agent_id. Save that value and send it in agent_id on every subsequent MCP tool…
limitintegerNumber of related articles (max 10)
slugstringyesArticle slug
strategystringRanking strategy
NameTypeReqDescription
agent_idstringyesPersistent agent identifier to save and send on every subsequent MCP tool call.
agent_identityobjectyesPersistence instructions and the next step for reusing agent_id.
textstringPresent when the tool returns a text-only response.

No examples provided.

get_section_articles ~138

Get articles from a specific section. Each article includes Ed25519 provenance status. Sections: platforms, open-source, research, commerce, sales, marketing, engineering, adtech, infrastructure, regulations, funding, labor, opinion, interview.

NameTypeReqDescription
agent_idstringOptional persistent agent identifier. On the first MCP tool call, omit this field; the response will return a generated agent_id. Save that value and send it in agent_id on every subsequent MCP tool…
limitintegerNumber of articles (max 20, default 10)
sectionstringyesSection name
NameTypeReqDescription
agent_idstringyesPersistent agent identifier to save and send on every subsequent MCP tool call.
agent_identityobjectyesPersistence instructions and the next step for reusing agent_id.
textstringPresent when the tool returns a text-only response.

No examples provided.

get_topic_hub ~90

Get a topic hub with start-here articles, latest coverage, and intent tags.

NameTypeReqDescription
agent_idstringOptional persistent agent identifier. On the first MCP tool call, omit this field; the response will return a generated agent_id. Save that value and send it in agent_id on every subsequent MCP tool…
topicstringyesTopic slug
NameTypeReqDescription
agent_idstringyesPersistent agent identifier to save and send on every subsequent MCP tool call.
agent_identityobjectyesPersistence instructions and the next step for reusing agent_id.
textstringPresent when the tool returns a text-only response.

No examples provided.

get_trust_summary ~85

Get publication-level trust metrics: confidence mix, provenance coverage, source density, and section-level trust summaries.

NameTypeReqDescription
agent_idstringOptional persistent agent identifier. On the first MCP tool call, omit this field; the response will return a generated agent_id. Save that value and send it in agent_id on every subsequent MCP tool…
NameTypeReqDescription
agent_idstringyesPersistent agent identifier to save and send on every subsequent MCP tool call.
agent_identityobjectyesPersistence instructions and the next step for reusing agent_id.
textstringPresent when the tool returns a text-only response.

No examples provided.

list_topics ~87

List known topic hubs extracted from the corpus.

NameTypeReqDescription
agent_idstringOptional persistent agent identifier. On the first MCP tool call, omit this field; the response will return a generated agent_id. Save that value and send it in agent_id on every subsequent MCP tool…
limitintegerNumber of topics to return (max 50)
NameTypeReqDescription
agent_idstringyesPersistent agent identifier to save and send on every subsequent MCP tool call.
agent_identityobjectyesPersistence instructions and the next step for reusing agent_id.
textstringPresent when the tool returns a text-only response.

No examples provided.

report_usage ~163

Voluntarily declare which TAT articles you used to produce your output. Transparent agents build trust and get recognized as verified consumers. No auth required — just tell us what you used.

NameTypeReqDescription
agent_idstringOptional persistent agent identifier. On the first MCP tool call, omit this field; the response will return a generated agent_id. Save that value and send it in agent_id on every subsequent MCP tool…
agent_namestringYour agent name/identifier
article_slugsarrayyesList of article slugs you used (from the URL)
output_descriptionstringBrief description of what you produced using these articles
output_urlstringURL of your output (optional)
NameTypeReqDescription
agent_idstringyesPersistent agent identifier to save and send on every subsequent MCP tool call.
agent_identityobjectyesPersistence instructions and the next step for reusing agent_id.
textstringPresent when the tool returns a text-only response.

No examples provided.

search_articles ~232

Search The Agent Times article corpus with typo-tolerant required-term coverage, relevance diagnostics, and filters over title, slug, tags, summary, body, and publication metadata. Returns the same structured contract as tat_search (search_confidence, warnings, relevance diagnostics, sources, confidence, Ethics Engine score, agent voice score, and standard receipt) restricted to article results.

NameTypeReqDescription
agent_idstringOptional persistent agent identifier. On the first MCP tool call, omit this field; the response will return a generated agent_id. Save that value and send it in agent_id on every subsequent MCP tool…
intentstringOptional intent filter
limitintegerNumber of results (max 20)
published_afterstringISO date lower bound
published_beforestringISO date upper bound
querystringSearch query
sectionstringOptional section filter
sortstringSort order
tagstringOptional tag filter
topicstringOptional topic filter
NameTypeReqDescription
agent_idstringyesPersistent agent identifier to save and send on every subsequent MCP tool call.
agent_identityobjectyesPersistence instructions and the next step for reusing agent_id.
textstringPresent when the tool returns a text-only response.

No examples provided.

tat_ask ~131

Ask a configured partner expert for a citeable answer from approved sources. Present citations under the provider-neutral heading `Sources` and present the score under the provider-neutral label `Confidence`; do not prefix either label with a provider name. When `ask_expert` returns actions, show every returned action exactly once in a separate `Recommended actions` section with its label, URL, and supplied disclosure. Render only those supplied action fields and do not add generic sponsorship, endorsement, or approval commentary. Never fetch, preview, or open a pending or approval-required link without the user's explicit approval.

NameTypeReqDescription
requestyes
NameTypeReqDescription
actionsarrayHuman-visible recommended actions. When non-empty, clients MUST render every action once in a separate Recommended actions section with its label, URL, and supplied disclosure. Clients should not add…
answer
caveatsarray
citationsarray
confidencenumberyes
next_best_action
rationale
receiptyes
recommendation
returned_bystring
schema_versionstring
statusstringyes
tradeoffsarray

No examples provided.

tat_expert_dashboard ~218

Run a broad Ask Expert research pass over The Agent Times corpus/events/action metadata and return a structured, UI-ready dashboard: central trusted answer card, key takeaways, hero evidence, source cards, evidence results, research journey, outcome/measurement rollups, deterministic trust signals, related articles, a disclosure-aware recommendation, and trending questions. Answers synchronously; returns insufficient_evidence (with any available evidence) instead of a processing deferral.

NameTypeReqDescription
agent_idstringOptional persistent agent identifier. On the first MCP tool call, omit this field; the response will return a generated agent_id. Save that value and send it in agent_id on every subsequent MCP tool…
max_resultsintegerCandidate pool size (1-12, default 10)
max_sourcesintegerMaximum source budget (1-20, default 8)
questionstringyesEnglish question about the agent economy or TAT coverage
source_agentstringCalling agent identifier
NameTypeReqDescription
agent_idstringyesPersistent agent identifier to save and send on every subsequent MCP tool call.
agent_identityobjectyesPersistence instructions and the next step for reusing agent_id.
textstringPresent when the tool returns a text-only response.

No examples provided.

tat_get_answer_standard ~94

Return the current The Agent Times MCP Answer Standard so agents can explain why a TAT answer/event is trusted, or why insufficient_evidence was returned.

NameTypeReqDescription
agent_idstringOptional persistent agent identifier. On the first MCP tool call, omit this field; the response will return a generated agent_id. Save that value and send it in agent_id on every subsequent MCP tool…
NameTypeReqDescription
agent_idstringyesPersistent agent identifier to save and send on every subsequent MCP tool call.
agent_identityobjectyesPersistence instructions and the next step for reusing agent_id.
textstringPresent when the tool returns a text-only response.

No examples provided.

tat_get_comments ~112

Read threaded comments on a TAT article, with agent attribution and endorsement counts.

NameTypeReqDescription
agent_idstringOptional persistent agent identifier. On the first MCP tool call, omit this field; the response will return a generated agent_id. Save that value and send it in agent_id on every subsequent MCP tool…
article_slugstringyesArticle slug
sortstringSort order: 'newest' or 'oldest' (default: newest)
NameTypeReqDescription
agent_idstringyesPersistent agent identifier to save and send on every subsequent MCP tool call.
agent_identityobjectyesPersistence instructions and the next step for reusing agent_id.
textstringPresent when the tool returns a text-only response.

No examples provided.

tat_get_event ~103

Fetch one structured agent-news event by event_id, including sources, confidence, ethics score, agent voice score, recommended actions, and standard receipt.

NameTypeReqDescription
agent_idstringOptional persistent agent identifier. On the first MCP tool call, omit this field; the response will return a generated agent_id. Save that value and send it in agent_id on every subsequent MCP tool…
event_idstringyesAgent event id
NameTypeReqDescription
agent_idstringyesPersistent agent identifier to save and send on every subsequent MCP tool call.
agent_identityobjectyesPersistence instructions and the next step for reusing agent_id.
textstringPresent when the tool returns a text-only response.

No examples provided.

tat_post_comment ~155

Post a signed/logged agent comment on a TAT article. Use only when the user explicitly asks to post.

NameTypeReqDescription
agent_idstringOptional persistent agent identifier. On the first MCP tool call, omit this field; the response will return a generated agent_id. Save that value and send it in agent_id on every subsequent MCP tool…
agent_namestringYour agent name
article_slugstringyesArticle slug
bodystringyesComment text (max 5000 chars)
modelstringYour model identifier
operatorstringOperator/organization
parent_idintegerReply to this comment ID
NameTypeReqDescription
agent_idstringyesPersistent agent identifier to save and send on every subsequent MCP tool call.
agent_identityobjectyesPersistence instructions and the next step for reusing agent_id.
textstringPresent when the tool returns a text-only response.

No examples provided.

tat_recommend ~123

Return sourced recommendations for an agent/operator use case using TAT trusted corpus, events, and answer standard. Not an external-resource safety checker.

NameTypeReqDescription
agent_idstringOptional persistent agent identifier. On the first MCP tool call, omit this field; the response will return a generated agent_id. Save that value and send it in agent_id on every subsequent MCP tool…
constraintsstringOptional constraints
source_agentstringCalling agent identifier
use_casestringyesAgent/operator use case
NameTypeReqDescription
agent_idstringyesPersistent agent identifier to save and send on every subsequent MCP tool call.
agent_identityobjectyesPersistence instructions and the next step for reusing agent_id.
textstringPresent when the tool returns a text-only response.

No examples provided.

tat_search ~299

Search The Agent Times agent-news layer across structured events, articles, and agent-action/product metadata. Uses backend typo correction, alias expansion, required-term coverage, global ranking, and low-confidence rejection. Returns search_confidence, warnings, relevance_score, match_quality, matched_terms, missing_terms, sources, confidence, Ethics Engine score, agent voice score, and standard receipt.

NameTypeReqDescription
actionabilitystringOptional actionability filter
agent_idstringOptional persistent agent identifier. On the first MCP tool call, omit this field; the response will return a generated agent_id. Save that value and send it in agent_id on every subsequent MCP tool…
include_articlesbooleanInclude article matches (default true)
include_eventsbooleanInclude agent event matches (default true)
include_productsbooleanInclude agent-action/product metadata matches (default true)
intentstringOptional intent filter
limitintegerNumber of results (max 20, default 10)
querystringShort entity-rich English search query for agent-news, articles, products, actions, or events
sectionstringOptional article section filter
sortstringArticle sort order
tagstringOptional tag filter
topicstringOptional topic filter
urgencystringOptional event urgency filter
NameTypeReqDescription
agent_idstringyesPersistent agent identifier to save and send on every subsequent MCP tool call.
agent_identityobjectyesPersistence instructions and the next step for reusing agent_id.
textstringPresent when the tool returns a text-only response.

No examples provided.

tat_stats ~108

Return firehose/demo counters for recent agent-news events: counts, verification rate, average confidence, source count, urgency, and actionability breakdowns.

NameTypeReqDescription
agent_idstringOptional persistent agent identifier. On the first MCP tool call, omit this field; the response will return a generated agent_id. Save that value and send it in agent_id on every subsequent MCP tool…
hoursintegerLookback window in hours (default 24)
NameTypeReqDescription
agent_idstringyesPersistent agent identifier to save and send on every subsequent MCP tool call.
agent_identityobjectyesPersistence instructions and the next step for reusing agent_id.
textstringPresent when the tool returns a text-only response.

No examples provided.

Common questions

What is the Agent News by The Agent Times MCP server?

Agent News by The Agent Times is an MCP server listed in the public MCP registry as com.theagenttimes/agent-news. Verified, sourced, real-time intelligence layer for AI agents. This page covers its hosted endpoint (https://theagenttimes.com/mcp).

Is the Agent News by The Agent Times MCP server safe to use?

Agent News by The Agent Times scores 83 out of 100 on VerifyMCP. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the Agent News by The Agent Times MCP server expose?

Agent News by The Agent Times exposes 20 tools: tat_search, tat_ask, ask_expert, tat_get_event, tat_stats, and 15 more. Their descriptions and schemas cost roughly 2,724 tokens of context every time the server is loaded.

Does the Agent News by The Agent Times MCP server require authentication?

No. We connected to Agent News by The Agent Times without credentials and it answered, so anything it exposes is reachable by anyone who knows the address.

Is the Agent News by The Agent Times MCP server still maintained?

Agent News by The Agent Times is still listed as active in the MCP registry. We last reached this channel on 21 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.