Skip to main content
Glama
Star-Trails

fearnation-mcp

by Star-Trails

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
search_newsA

Search FearNation news items by full-text query.

Cross-script: Simplified Chinese queries match Traditional content too (e.g., "华为" matches "華為"). Returns items with slug, section, headline, body, pub_date, seq.

Args: query: Free-text search string. section: Optional section filter (中国新闻 / 印太新闻 / 科技新闻 / 经济新闻). date_from: Optional ISO date YYYY-MM-DD (inclusive). date_to: Optional ISO date YYYY-MM-DD (inclusive). limit: Max results (1-200, default 20).

get_postA

Get a full post by slug (e.g. "shijie-kucha-2024-01-15") or ISO date.

If multiple posts exist for a date, returns a list of post summaries. For a single post, returns items + financial_data.

list_recentA

List posts from the last N days. Use to orient before searching.

Each result has slug, title, pub_date, post_type, item_count.

discoverB

Browse the post catalogue. Returns post-level summaries (not items).

Filter by title substring (query), post_type ("世界苦茶" or "台海危機ALERT"), or date range (ISO YYYY-MM-DD). At least one filter recommended.

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/Star-Trails/fearnation-mcp'

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