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 endpoint
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.khe-money]
url = "https://www.khe.money/news/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"khe-money": {
"type": "http",
"url": "https://www.khe.money/news/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: khe-money
Remote MCP URL: https://www.khe.money/news/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": {
"khe-money": {
"url": "https://www.khe.money/news/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"khe-money": {
"type": "http",
"url": "https://www.khe.money/news/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "khe-money",
"transport": "streamable-http",
"url": "https://www.khe.money/news/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
news.get_headlines— Get compact latest headlines with optional section and source filters.news.search— Search news by query with deterministic scoring and filtering.news.list_sections— List canonical section order and metadata, optionally with counts.news.get_section_feed— Get deterministic feed for a single section.news.get_last_updated— Get last-updated marker and freshness metadata.news.get_stats— Get normalized news stats from metadata.news.get_trending_keywords— Get trending keywords extracted from latest payload.