aws-blackbelt-mcp-server
Fetches transcripts from YouTube videos of AWS Black Belt Online Seminars.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@aws-blackbelt-mcp-serversearch for AWS Lambda seminar transcript"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Coverage Report FileStmtsMissCoverMissingsrc/aws_blackbelt_mcp_server init.py00100% config.py100100% server.py19194%39src/aws_blackbelt_mcp_server/helpers init.py00100% path_resolver.py120100% src/aws_blackbelt_mcp_server/tools init.py00100% seminars.py80988%53, 129–130, 132, 191, 193, 205–206, 208tests init.py00100% test_config.py250100% test_server.py70100% tests/helpers init.py00100% test_path_resolver.py200100% tests/integration init.py00100% test_get_seminar_transcript.py55492%24–27 test_search_seminars.py490100% tests/tools init.py00100% test_seminars.py270100% TOTAL3041495%
AWS Black Belt MCP Server
A Model Context Protocol (MCP) server that provides search functionality for AWS Black Belt Online Seminars.
Tools
search_seminars: Search AWS Black Belt Online Seminars by keywordsget_seminar_transcript: Get transcript from seminar YouTube videos (Supported only in Japanese)
Current Information Sources
AWS Black Belt Online Seminars
PDF materials
YouTube videos
Seminar transcripts
Prerequisites
Python 3.10 or higher
uv package manager
Related MCP server: microCMS MCP Server
Configuration
Amazon Q Developer CLI
For use with Amazon Q Developer CLI, add the following configuration to your MCP settings file:
Workspace-level configuration:
.aws/amazonq/cli-agents/default.jsonUser-level configuration:
~/.aws/amazonq/cli-agents/default.json
Using uvx
{
"mcpServers": {
"aws-blackbelt-mcp-server": {
"command": "uvx",
"args": ["aws-blackbelt-mcp-server"]
}
}
}Using Docker
{
"mcpServers": {
"aws-blackbelt-mcp-server": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/konippi/aws-blackbelt-mcp-server"
]
}
}
}Basic Usage
Examples:
"Find AWS Black Belt seminars about machine learning"
"Get transcript from this seminar video: https://youtu.be/vWfTe5MHOIk"
This server cannot be installed
Maintenance
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/konippi/aws-blackbelt-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server