fearnation-mcp
An MCP server that searches the fearnation.club news archive at item-level granularity, supporting full-text search, post retrieval, recent listing, and catalogue discovery with cross-script search and incremental updates.
README
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.
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?)
Full-text search over the indexed news items. Returns matches with slug,
section, headline, body, pub_date, seq.
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-mcp
Design
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.
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.