週刊 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 💡
Createve.AI Nexus Server
An open-source Model Context Protocol (MCP) and API bridge by RootUK, designed to securely connect AI agents with enterprise systems, real-time data, and custom AI models.
@gotohuman/mcp-server
gotoHuman is an MCP server that facilitates adding human approvals to AI agents and agentic workflows, providing a fully-managed async human-in-the-loop workflow with a customizable approval UI.
@kennyckk/mcp_hkbus
A MCP server providing real-time access to Hong Kong's KMB and Long Win Bus route information and arrival times.
data-mcp
Provides tools for web scraping, data extraction, crawling, and access to browser agents via MCP
@skeetbuild/opensearch
A Model Context Protocol server providing read-only access to OpenSearch clusters for LLMs to inspect indices and execute queries.
@jinzcdev/leetcode-mcp-server
An MCP server enabling automated access to LeetCode's problems, solutions, and public data with optional authentication for user-specific features, supporting leetcode.com & leetcode.cn sites.