Are you the author? Sign in to claim
A MCP server that enables you to search and retrieve AWS Black Belt Online Seminar content, including PDFs, and YouTube
| File | Stmts | Miss | Cover | Missing |
|---|---|---|---|---|
| src/aws_blackbelt_mcp_server | ||||
| init.py | 0 | 0 | 100% | |
| config.py | 10 | 0 | 100% | |
| server.py | 19 | 1 | 94% | 39 |
| src/aws_blackbelt_mcp_server/helpers | ||||
| init.py | 0 | 0 | 100% | |
| path_resolver.py | 12 | 0 | 100% | |
| src/aws_blackbelt_mcp_server/tools | ||||
| init.py | 0 | 0 | 100% | |
| seminars.py | 80 | 9 | 88% | 53, 129–130, 132, 191, 193, 205–206, 208 |
| tests | ||||
| init.py | 0 | 0 | 100% | |
| test_config.py | 25 | 0 | 100% | |
| test_server.py | 7 | 0 | 100% | |
| tests/helpers | ||||
| init.py | 0 | 0 | 100% | |
| test_path_resolver.py | 20 | 0 | 100% | |
| tests/integration | ||||
| init.py | 0 | 0 | 100% | |
| test_get_seminar_transcript.py | 55 | 4 | 92% | 24–27 |
| test_search_seminars.py | 49 | 0 | 100% | |
| tests/tools | ||||
| init.py | 0 | 0 | 100% | |
| test_seminars.py | 27 | 0 | 100% | |
| TOTAL | 304 | 14 | 95% | |
A Model Context Protocol (MCP) server that provides search functionality for AWS Black Belt Online Seminars.
search_seminars: Search AWS Black Belt Online Seminars by keywordsget_seminar_transcript: Get transcript from seminar YouTube videos (Supported only in Japanese)For use with Amazon Q Developer CLI, add the following configuration to your MCP settings file:
.aws/amazonq/cli-agents/default.json~/.aws/amazonq/cli-agents/default.json{
"mcpServers": {
"aws-blackbelt-mcp-server": {
"command": "uvx",
"args": ["aws-blackbelt-mcp-server"]
}
}
}
{
"mcpServers": {
"aws-blackbelt-mcp-server": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/konippi/aws-blackbelt-mcp-server"
]
}
}
}
Examples:
Run Claude Code as an MCP server so any agent can delegate coding tasks to it
Browser automation using accessibility snapshots instead of screenshots
Google's universal MCP server supporting PostgreSQL, MySQL, MongoDB, Redis, and 10+ databases
Official GitHub integration for repos, issues, PRs, and CI/CD workflows