Skip to content

Commit f062b74

Browse files
authored
Merge pull request #96 from stacklok/feat/add-kion-mcp
feat: add Kion MCP server spec
2 parents 85d6d2a + d04f3e2 commit f062b74

File tree

1 file changed

+71
-0
lines changed

1 file changed

+71
-0
lines changed

registry/kion/spec.yaml

Lines changed: 71 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,71 @@
1+
name: kion
2+
description: Integrate with a Kion.io instance for cloud management, FinOps, and governance
3+
tier: Official
4+
status: Active
5+
transport: stdio
6+
repository_url: https://github.com/kionsoftware/kion-mcp
7+
image: kionsoftware/kion-mcp:0.2.0
8+
env_vars:
9+
- name: KION_BEARER_TOKEN
10+
description: App API key for authentication to your Kion instance
11+
required: true
12+
secret: true
13+
- name: KION_SERVER_URL
14+
description: 'URL of your Kion instance'
15+
required: true
16+
permissions:
17+
network:
18+
outbound:
19+
insecure_allow_all: true
20+
tags:
21+
- kion
22+
- cloud-management
23+
- finops
24+
- cloudops
25+
- compliance
26+
- governance
27+
- cloud-costs
28+
tools:
29+
- add_project_spend_plan_entries
30+
- allocate_funds
31+
- create_budget
32+
- create_funding_source
33+
- create_ou
34+
- create_project_with_budget
35+
- create_project_with_spend_plan
36+
- get_accounts
37+
- get_cloud_access_role_details
38+
- get_cloud_access_roles_on_entity
39+
- get_cloud_provider_services
40+
- get_cloud_providers
41+
- get_compliance_check
42+
- get_compliance_checks_paginated
43+
- get_compliance_findings
44+
- get_compliance_ous
45+
- get_compliance_program
46+
- get_compliance_standard
47+
- get_compliance_standard_project
48+
- get_compliance_standards_paginated
49+
- get_entity_by_id
50+
- get_label_key_id
51+
- get_labels
52+
- get_ou_budget
53+
- get_ou_funding_sources
54+
- get_ous
55+
- get_permission_scheme
56+
- get_project_budget
57+
- get_project_spend_plan_with_totals
58+
- get_projects
59+
- get_spend_report
60+
- get_suppressed_compliance_findings
61+
- get_tag_keys
62+
- get_tag_values
63+
- get_user_cloud_access_roles
64+
- get_user_groups
65+
- get_user_info
66+
- get_users
67+
- update_budget
68+
metadata:
69+
stars: 7
70+
pulls: 114
71+
last_updated: 2025-09-03T18:57:03Z

0 commit comments

Comments
 (0)