Skip to main content
Glama
WhaleCupl

ai-daily-insights-mcp

by WhaleCupl

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
AI_DAILY_BASE_URLNoOverride the site origin (e.g. a preview deploy).https://www.aidailyinsights.cn

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_latestA

List the most recent AI Daily Insights issues (date, title, one-line summary, tags, URLs). Start here to discover what is available.

get_latestA

Fetch the most recent issue, parsed into structured news items {index, title, signal, body}. Use this when the user asks for today's / the latest AI news and does not give a date.

get_articleA

Fetch a single daily issue by date, parsed into structured news items: each item has index, title, signal (the one-line judgment) and body. Date format: YYYY-MM-DD.

get_rangeA

Fetch every issue whose date falls within [from, to] (inclusive), each parsed into structured news items. Use for "the past week", "between X and Y", etc. Dates are YYYY-MM-DD. Issues are fetched in parallel.

list_by_tagA

List issues that carry a given tag (e.g. a company or topic like "OpenAI", "融资", "芯片"). Returns issue-level entries; use search() to find specific news items by keyword.

searchA

Full-text + tag search across all news items. Provide a keyword query, a tag, or both. Returns matching items with date, title, signal and a short snippet. Backed by the site search endpoint (one call); falls back to the flat index if unavailable.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/WhaleCupl/ai-daily-insights-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server