INDIVIDUAL MCP TOOL
aihot_get_daily
Get AIHOT's edited daily overview, either the latest issue or a real YYYY-MM-DD date.
LIVE ENDPOINT
https://aihot.news/api/mcp
Connect to this endpoint to inspect the live schema for aihot_get_daily 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.aihot]
url = "https://aihot.news/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"aihot": {
"type": "http",
"url": "https://aihot.news/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: aihot
Remote MCP URL: https://aihot.news/api/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": {
"aihot": {
"url": "https://aihot.news/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"aihot": {
"type": "http",
"url": "https://aihot.news/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "aihot",
"transport": "streamable-http",
"url": "https://aihot.news/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
aihot_get_latest— Get the latest AIHOT items for a 24-hour or 7-day briefing.aihot_search— Search AIHOT's latest 7 days by a 2–200 character topic, company, model, product, or person.aihot_get_hot_topics— Get the current AIHOT Top 10 with each event's one-based rank.aihot_get_story— Get the evolving timeline, latest development, AI digest, and related events for one public story.