Version 4.43 or later needs to be installed to add the server automatically
Use cases
About
RISKEN's official MCP Server.
Attribute | Details |
---|---|
Docker Image | mcp/risken |
Author | ca-risken |
Repository | https://github.com/ca-risken/risken-mcp-server |
Dockerfile | https://github.com/ca-risken/risken-mcp-server/blob/main/Dockerfile |
Docker Image built by | Docker Inc. |
Docker Scout Health Score | |
Verify Signature | COSIGN_REPOSITORY=mcp/signatures cosign verify mcp/risken --key https://raw.githubusercontent.com/docker/keyring/refs/heads/main/public/mcp/latest.pub |
Licence | MIT License |
Tools provided by this Server | Short Description |
---|---|
archive_finding | Archive RISKEN finding. |
get_project | Get details of the authenticated RISKEN project. |
search_alert | Search RISKEN alert. |
search_finding | Search RISKEN findings. |
archive_finding
Archive RISKEN finding. Use this when a request include "archive", "アーカイブ", "ペンディング"...
Parameters | Type | Description |
---|---|---|
finding_id | number | Finding ID. |
note | string optional | Note. ex) This is no risk finding. |
This tool may perform destructive updates.
This tool interacts with external entities.
get_project
Get details of the authenticated RISKEN project. Use this when a request include "project", "my project", "プロジェクト"...
search_alert
Search RISKEN alert. Use this when a request include "alert", "アラート" ...
Parameters | Type | Description |
---|---|---|
status | number optional | Status of alert. 1: active(有効なアラート), 2: pending(保留中), 3: deactive(解決済みアラート) |
This tool may perform destructive updates.
This tool interacts with external entities.
search_finding
Search RISKEN findings. Use this when a request include "finding", "issue", "ファインディング", "問題"...
Parameters | Type | Description |
---|---|---|
alert_id | number optional | Alert ID. |
data_source | array optional | RISKEN DataSource. e.g. aws, google, code (like github, gitlab, etc.), osint, diagnosis, azure, ... |
finding_id | number optional | Finding ID. |
from_score | number optional | Minimum score of the findings. |
limit | number optional | Limit of the findings. |
offset | number optional | Offset of the findings. |
resource_name | array optional | RISKEN ResourceName. e.g. "arn:aws:iam::123456789012:user/test-user" ... |
status | number optional | Status of the findings. (0: all, 1: active, 2: pending) |
This tool may perform destructive updates.
This tool interacts with external entities.
{
"mcpServers": {
"risken": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"RISKEN_URL",
"-e",
"RISKEN_ACCESS_TOKEN",
"mcp/risken",
"stdio"
],
"env": {
"RISKEN_URL": "http://localhost:8000",
"RISKEN_ACCESS_TOKEN": "your_access_token"
}
}
}
}
Manual installation
You can install the MCP server using:
Installation for