Loading...
{
"mcpServers": {
"geeknews-mcp-server": {
"command": "npx",
"args": [
"-y",
"@smithery/cli@latest",
"run",
"@the0807/geeknews-mcp-server",
"--key",
"smithery에서 발급 받은 키"
]
}
}
}get_articlesRetrieves articles from GeekNews based on specified type and count.
Read-only operation; retrieves data without modification.
get_weekly_newsRetrieves weekly news from GeekNews, either a specific week or the most recent.
Read-only operation; retrieves data without modification.
This server is generally safe due to its read-only nature and caching mechanism. Risks are primarily related to potential vulnerabilities in the parsing logic or the underlying libraries. It is safe to use as long as the GeekNews website structure remains consistent and the caching mechanism is properly secured.