INDIVIDUAL MCP TOOL
trendaz_front_page
What Trend News Agency is leading with at this moment, grouped the way the newsroom groups it: the main story block, the editor's picks, and the regional sections.
LIVE ENDPOINT
https://api.trend.az/mcp
Connect to this endpoint to inspect the live schema for trendaz_front_page and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.trendaz]
url = "https://api.trend.az/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"trendaz": {
"type": "http",
"url": "https://api.trend.az/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: trendaz
Remote MCP URL: https://api.trend.az/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"trendaz": {
"url": "https://api.trend.az/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"trendaz": {
"type": "http",
"url": "https://api.trend.az/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "trendaz",
"transport": "streamable-http",
"url": "https://api.trend.az/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
trendaz_whoami— Report which Trend News Agency access tier this connection has, which tools it may call, and what its request budget is.trendaz_coverage_get— Describe what the Trend News Agency archive covers: which language editions exist and their canonical hosts, which regions and beats the agency reports on, and the terms under which its text may be used.trendaz_news_list— List Trend News Agency headlines newest first, optionally narrowed by section, tag, author or a date range.trendaz_article_get— Fetch one Trend News Agency article in full: headline, byline, dateline, publication date, section, tags and the body as markdown.trendaz_trending— List the most-read Trend News Agency articles of the last day, week or month, ordered by readership rather than by date.trendaz_page_get— Fetch one of Trend News Agency's own standing documents in full: its corrections policy, editorial standards, masthead, ownership and contact details, terms of service, privacy and cookie policies, copyright terms, and the published auditor reports.trendaz_author_get— Look up a Trend News Agency journalist by name, id or profile alias, and get what the agency publishes about them: role, the beats they cover, biography, stated expertise, declared conflicts of interest and whether they are staff.trendaz_research— Search Trend News Agency's archive and read the relevant part of each result in one call.