futurevuls-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| FUTUREVULS_DEBUG | No | Enable debug mode (true/false) | false |
| FUTUREVULS_API_TOKEN | Yes | Your FutureVuls API token |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| futurevuls_health_checkC | FutureVuls API のヘルスチェックを実行 |
| futurevuls_list_groupsA | groups.jsonから利用可能なグループ一覧とトークン情報を取得 |
| futurevuls_get_cvesB | 脆弱性一覧を取得。ページネーションとフィルタリングに対応 |
| futurevuls_get_cve_detailB | 特定のCVEの詳細情報を取得 |
| futurevuls_get_tasksC | タスク一覧を取得。フィルタリングに対応 |
| futurevuls_get_task_detailC | 特定のタスクの詳細情報を取得 |
| futurevuls_get_serversA | サーバ一覧を取得。ページネーションとフィルタリングに対応 |
| futurevuls_get_groupset_serversB | グループセットのサーバ一覧を取得 |
| futurevuls_get_group_membersB | 特定グループのメンバー一覧を取得 |
| futurevuls_get_org_groupsC | 組織のグループ一覧を取得 |
| futurevuls_get_org_membersC | 組織のメンバー一覧を取得 |
| futurevuls_get_weekly_periodA | 先週月曜日から今週日曜日までの期間を取得 |
| futurevuls_search_critical_cvesB | 指定期間内のCVSS v3が指定値以上の脆弱性を検索 |
| futurevuls_generate_weekly_reportC | 週次脆弱性レポートを生成 |
| futurevuls_generate_tm_reportC | TM会議用の脆弱性レポートを生成 |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 15 tools
Most tools have distinct purposes, but list_groups and get_org_groups could be confused without careful reading; the descriptions help differentiate.
All tools follow a consistent 'futurevuls_verb_noun' pattern with snake_case, using verbs like get, list, generate, search appropriately.
15 tools cover a comprehensive range of vulnerability management operations without being overwhelming.
Covers reading and reporting well, but lacks any write operations (create/update/delete) for vulnerabilities, groups, or tasks, which leaves notable gaps.