週刊 AWS JP MCP Server
日本語版『週刊 AWS』タグ記事を取得するためのMCPサーバー
機能
- 指定された日数内の「週刊AWS」日本語版ブログ記事のリストを取得します。 -「週刊AWS」日本語版ブログの最新記事の詳細(本文コンテンツ含む)を取得します。 -「週刊生成AI with AWS」日本語版ブログの最新記事の詳細(本文コンテンツ含む)を取得します。
前提条件
- Python 3.11以上
- uv - 高速Pythonパッケージインストーラー
インストール
Claude DesktopやCursorなどのMCPをサポートするアプリケーションで使用するために、以下のような設定を行います(例: ~/.mcp/mcp.json):
{
"mcpServers": {
"custom.weekly-aws-jp-mcp-server": {
"command": "uv",
"args": [
"--directory",
"/path/to/mcp-awsnews-python", // このリポジトリをクローンしたディレクトリへの絶対パスを指定してください
"run",
"server.py"
]
}
}
}
ツールとリソース
このサーバーは以下のツールをMCPインターフェースを通じて提供します:
get_weekly_jp_updates(days: int = 7, limit: int = 10)- 指定された日数内の「週刊AWS」日本語版ブログ記事のリストを取得します。days- 何日前までの記事を取得するか (デフォルト: 7)limit- 最大取得件数 (デフォルト: 10)
get_latest_jp_update_details()- 「週刊AWS」日本語版ブログの最新記事の詳細(本文コンテンツ含む)を1件取得します。(「週刊生成AI with AWS」の記事は除外されます)get_latest_generative_ai_jp_update_details()- 「週刊生成AI with AWS」日本語版ブログの最新記事の詳細(本文コンテンツ含む)を1件取得します。
Recommend MCP Servers 💡
eight_sleep
A Model Context Protocol (MCP) server for accessing Eight Sleep Pod data, managing device control, temperature settings, sleep data, and alarms.
agentql-mcp
Model Context Protocol server that integrates AgentQL's data extraction capabilities.
metabase-mcp-server
Integrates Metabase API with LLMs via MCP, acting as a bridge between analytics data and conversational AI.
mcp-server-ipfs-context
An MCP server that leverages IPFS for decentralized storage and retrieval of conversational context across sessions.
@oevortex/ddg_search
A MCP server for web search and AI-powered responses using DuckDuckGo and Felo AI, supporting URL content and metadata extraction.
@ahmetbarut/jira-mcp-server
A modular, extensible Model Context Protocol (MCP) server for interacting with Jira Cloud, enabling integration with AI agents, bots, or automation systems.