fearnation-mcp
This server lets you search, retrieve, and browse the fearnation.club Chinese-language news archive, covering daily digests (世界苦茶) and Taiwan Strait crisis alerts (台海危機ALERT), with cross-script Simplified/Traditional Chinese support. News data is automatically refreshed when stale (older than 60 minutes).
search_news: Full-text search across all indexed news items by keyword, with optional filters for section (e.g. 中国新闻, 印太新闻, 科技新闻, 经济新闻), date range, and result limit (up to 200). Supportsandmode (all keywords must match) andphrasemode (exact phrase). Simplified Chinese queries automatically match Traditional Chinese content.get_post: Fetch a complete post by slug (e.g.shijie-kucha-2024-01-15) or ISO date. Returns full content including items and financial data; if multiple posts exist for a date, returns a list of summaries.list_recent: List posts published within the last N days (default: 7), showing slug, title, publication date, post type, and item count — useful for orienting yourself before searching.discover: Browse the post catalogue at a summary level, filtering by title substring, post type (世界苦茶 or 台海危機ALERT), and/or date range.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@fearnation-mcpsearch news about Taiwan chips"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
fearnation-mcp
An MCP server that searches fearnation.club news archive (世界苦茶 daily digest + 台海危機 ALERT) at item-level granularity.
Features
Full historical corpus: one-time full crawl of all sitemap-discovered posts.
Incremental updates: RSS feed auto-refresh on tool calls when stale (>60 min).
Cross-script search: OpenCC
t2snormalization lets Simplified Chinese queries match Traditional Chinese content (and vice versa).4 tools:
search_news,get_post,list_recent,discover.
Related MCP server: serp-it
Installation
git clone <this-repo> fearnation-mcp
cd fearnation-mcp
uv venv
uv pip install -e ".[dev]"Usage (MCP client config)
Claude Desktop (claude_desktop_config.json):
{
"mcpServers": {
"fearnation": {
"command": "/absolute/path/to/fearnation-mcp/.venv/bin/fearnation-mcp",
"args": []
}
}
}Cursor and other MCP clients: same command path with empty args.
Tools
search_news(query, section?, date_from?, date_to?, limit?, mode="and")
Full-text search over the indexed news items. Returns matches with slug,
section, headline, body, pub_date, seq.
mode="and"(default): every whitespace-delimited keyword must match, e.g.稀土 供应链matches an item containing both terms anywhere.mode="phrase": the complete query must match in the given order, e.g.稀土 供应链only matches that exact phrase.
get_post(slug_or_date)
Fetch a full post by slug (shijie-kucha-2024-01-15) or ISO date
(2024-01-15). For dates with multiple posts, returns a list of summaries.
list_recent(days=7)
List recent posts within N days. Each result has slug, title,
pub_date, post_type, item_count. Use to orient before searching.
discover(query?, post_type?, date_from?, date_to?)
Browse the post catalogue. Filter by title substring, post_type
(世界苦茶 or 台海危機ALERT), or date range.
Development
# Run tests (excluding network tests)
uv run pytest
# Run linters
uv run ruff check src tests
uv run black --check src tests
uv run pyright src
# Run network smoke tests (requires network access)
uv run pytest -m network tests/test_smoke.py
# Run the server locally for testing
uv run fearnation-mcpDesign
See docs/superpowers/specs/2026-07-08-fearnation-mcp-design.md.
Contributors
Star-Trails — author, maintainer
OpenCode — AI coding assistant used throughout development (spec design, TDD implementation, code review)
License
MIT — see LICENSE.
Available Tools
4 toolsdiscoverB
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.
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | ||
| date_to | No | ||
| date_from | No | ||
| post_type | No |
Output Schema
| Name | Required | Description |
|---|---|---|
| result | Yes |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description must disclose behavioral traits. It states that the tool returns summaries and not items, which is useful. However, it does not declare whether the operation is read-only, any authentication requirements, rate limits, or other side effects. Given the lack of annotations, this is insufficient for full transparency.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is three sentences, front-loaded with the core purpose and return type, followed by filter details. Every sentence adds value with no redundancy or fluff. Ideal conciseness.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the tool has 4 optional parameters, no required fields, and an output schema exists, the description covers essential aspects. However, it lacks information about pagination, result ordering, default behavior when no filters are applied, and any limits. With output schema present, the burden is reduced, but additional context would improve completeness for a browse tool.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The input schema has 0% description coverage, so the description must compensate. It explains that 'query' is a title substring, 'post_type' has two specific values ('世界苦茶' or '台海危機ALERT'), and dates are in ISO YYYY-MM-DD format. This adds meaningful semantics to all four parameters. Minor improvement could be a more explicit mapping to schema property names.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool's function ('Browse the post catalogue') and its return type ('post-level summaries, not items'). It also enumerates the filtering options, providing specificity. However, it does not explicitly differentiate from sibling tools like get_post or list_recent, though the filtering scope implies a distinct use case.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description recommends using at least one filter ('At least one filter recommended') which is a usage hint. However, it does not provide explicit guidance on when to use this tool versus siblings, nor does it mention prerequisites or when not to use it. The guidance is minimal and implicit.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
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.
| Name | Required | Description | Default |
|---|---|---|---|
| slug_or_date | Yes |
Output Schema
| Name | Required | Description |
|---|---|---|
| result | Yes |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Discloses conditional return behavior (single vs multiple posts) and fields (items, financial_data, summaries). No annotations, so description carries full burden; missing auth needs, rate limits, or error cases.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Two sentences, front-loaded with purpose. No redundant information.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
With output schema present, description covers return format variations. Missing error handling or prerequisites, but sufficient for a simple retrieval tool.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Explains 'slug_or_date' parameter with examples ('shijie-kucha-2024-01-15' or ISO date). Schema has no description, so this adds significant meaning beyond type string.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
Clear verb+resource: 'Get a full post' by identifier. Distinguishes from sibling tools (discover, list_recent, search_news) which are for discovery, not retrieval by identifier.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
Specifies when to use: when you have a slug or ISO date. Implicitly suggests using siblings otherwise, but does not explicitly list alternatives.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
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.
| Name | Required | Description | Default |
|---|---|---|---|
| days | No |
Output Schema
| Name | Required | Description |
|---|---|---|
| result | Yes |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries full burden. It states it lists posts and the returned fields, implying a read-only operation. It does not disclose potential limits (e.g., max days) or sorting behavior, but is reasonably transparent.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is concise with two sentences: first states the action, second gives usage hint and output fields. No wasted words.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given one parameter, no annotations, and the existence of an output schema, the description covers the core functionality, usage hint, and output format. It could mention the lack of other filtering options or the recency limit.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The input schema has 0% description coverage; the description refers to 'last N days' which maps to the 'days' parameter but does not explicitly mention the parameter or its default value. It adds some clarity but not enough for full compensation.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states 'List posts from the last N days' specifying the verb and resource. It provides a usage hint 'Use to orient before searching' which distinguishes it from search tools, but does not explicitly differentiate from the sibling 'discover'.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The phrase 'Use to orient before searching' gives context for when to use this tool for initial overview. However, it lacks explicit guidance on when not to use it or alternatives like 'search_news' or 'get_post'.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
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).
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| query | Yes | ||
| date_to | No | ||
| section | No | ||
| date_from | No |
Output Schema
| Name | Required | Description |
|---|---|---|
| result | Yes |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full burden. It discloses the cross-script behavior (Simplified Chinese matching Traditional Chinese), the return fields, and the inclusive date range behavior. However, it does not mention pagination behavior or ordering, which would be valuable for a search tool. Overall, it provides key behavioral traits beyond the bare minimum.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is well-structured with a main sentence, a note on cross-script behavior, and a bulleted parameter list. It is concise without unnecessary words. Minor improvement could be integrating the cross-script note more smoothly, but overall it is clear and efficient.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the presence of an output schema, the description appropriately lists the return fields (slug, section, headline, body, pub_date, seq). It covers the essential search parameters (query, section, date range, limit). However, it lacks details on pagination (e.g., how to get next page) and ordering (e.g., relevance vs date), which would improve completeness for a search tool.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 0%, so the description must compensate. It adds significant meaning: defines 'query' as free-text, lists valid values for 'section' (e.g., 中国新闻, 印太新闻), specifies date format as ISO YYYY-MM-DD inclusive, and provides a numeric range for 'limit' (1-200, default 20). This greatly enhances the schema's minimal information.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool's purpose: 'Search FearNation news items by full-text query.' It specifies the verb 'search' and the resource 'news items'. It also distinguishes from siblings by focusing on full-text querying, whereas siblings like 'list_recent' or 'get_post' serve different retrieval patterns.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides minimal guidance on when to use this tool versus alternatives. It does not explicitly state scenarios where this tool is preferred, nor does it mention when not to use it. The sibling tools are listed but no differentiation is offered, leaving the agent to infer usage from the purpose alone.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
4 tool updates
v0.1.0- First observed
discover - First observed
get_post - First observed
list_recent - First observed
search_news
TDQS
Each tool has a clearly distinct purpose: browse posts (discover), retrieve full post (get_post), list recent posts (list_recent), and search news items (search_news). The descriptions and parameters uniquely define each operation with no overlap.
Names mostly follow a verb_... pattern (get_post, list_recent, search_news) but 'discover' is a single word without an underscore, causing a minor inconsistency. Overall, verbs are clear and the pattern is predictable.
With 4 tools, the set is slightly lean but covers essential operations for a news/post server: browsing, retrieval, recency, and search. It is appropriately scoped without being overly sparse or cluttered.
The tool surface covers core read operations (list, get, search) and filtering by date, title, and post type. Minor gaps exist (e.g., no tool to list post types or sections independently), but the essential workflows for consuming content are complete.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Publish, search, and promote time-sensitive news and messages through a public remote MCP server.
Trust-scored search engine for MCP servers. 1,900+ sources indexed. IETF draft published. Referenced by OWASP MCP Security Cheat Sheet. L0-L4 trust levels based on cryptographic verification.
An MCP server that provides congressional transcripts
Related MCP Servers
- AlicenseNot gradedqualityCmaintenanceMCP server for local-first lexical code search, providing tools for searching code, finding symbols, and reading chunks from indexed repositories.MIT
- AlicenseNot gradedqualityCmaintenanceAn MCP server that aggregates web search results from multiple engines and optionally renders pages to Markdown, providing a unified search interface.123ISC
- AlicenseAqualityAmaintenanceAn MCP server for managing and querying RSS/news feeds, enabling real-time fetching, searching, and retrieval of feed items.5251MIT
- AlicenseNot gradedqualityBmaintenanceSearch, trending, topics, and local news all in one MCP server. Article previews, deduplication, source filtering, and 40+ languages built in.182MIT
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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