← Back to search

io.github.CSOAI-ORG/subscription-tracker-ai-mcp

CSOAI-ORG Scanned 18d ago

MCP server for subscription tracker ai. Features add subscription, get total spend, list

C
73.1 / 100

Versions

1.0.10latest
first seen Jun 30, 2026
PermissionsTool SafetyAuthAnnotationsCode QualityStabilitySpecVuln HistoryAuthorTransparencyCommunity

Tools 4

add_subscription
annotations: none low

Add a subscription to track. Cost in USD/month. Billing cycle: monthly, yearly, quarterly.

name str api_key str category str cost_monthly float renewal_date str billing_cycle str
get_total_spend
annotations: none low

Calculate total subscription spend. Period: monthly, yearly, daily.

period str api_key str
list_subscriptions
annotations: none low

List all tracked subscriptions. Sort by: cost, name, category, date.

api_key str sort_by str active_only bool
find_duplicates
annotations: none low

Find potentially duplicate or overlapping subscriptions in the same category.

api_key str

Permissions 4

network medium
Server uses network capabilities via: urllib
filesystem low
Server uses filesystem capabilities via: os
database medium
Server uses database capabilities via: sqlite3
env_vars low
Server uses env_vars capabilities via: os.environ

Scan Findings 31

low
Tool 'add_subscription' has no annotations annotation_checker · 100%
low
Tool 'get_total_spend' has no annotations annotation_checker · 100%
low
Tool 'list_subscriptions' has no annotations annotation_checker · 100%
low
Tool 'find_duplicates' has no annotations annotation_checker · 100%
high
Remote transport without authentication auth_checker · 70%
info
Sandbox failed to start for behavioral verification behavioral_verifier · 100%
medium
Vulnerable dependency: mcp@1.0.0 (GHSA-3qhf-m339-9g5v) dependency_analyzer · 95%
medium
Vulnerable dependency: mcp@1.0.0 (GHSA-9h52-p55h-vw2f) dependency_analyzer · 95%
medium
Vulnerable dependency: mcp@1.0.0 (GHSA-j975-95f5-7wqh) dependency_analyzer · 95%
medium
Vulnerable dependency: mcp@1.0.0 (GHSA-jpw9-pfvf-9f58) dependency_analyzer · 95%
medium
Vulnerable dependency: mcp@1.0.0 (GHSA-vj7q-gjh5-988w) dependency_analyzer · 95%
medium
Vulnerable dependency: mcp@1.0.0 (PYSEC-2026-1616) dependency_analyzer · 95%
medium
Vulnerable dependency: mcp@1.0.0 (PYSEC-2026-1617) dependency_analyzer · 95%
medium
Vulnerable dependency: mcp@1.0.0 (PYSEC-2026-1618) dependency_analyzer · 95%
medium
Vulnerable dependency: mcp@1.0.0 (PYSEC-2026-3482) dependency_analyzer · 95%
medium
Vulnerable dependency: mcp@1.0.0 (PYSEC-2026-3483) dependency_analyzer · 95%
info
package.json metadata manifest_parser · 100%
info
pyproject.toml metadata manifest_parser · 100%
info
Tool: add_subscription manifest_parser · 90%
info
Tool: get_total_spend manifest_parser · 90%
info
Tool: list_subscriptions manifest_parser · 90%
info
Tool: find_duplicates manifest_parser · 90%
info
Transport: streamable-http manifest_parser · 80%
info
Required env vars (5) manifest_parser · 80%
info
Sandbox failed to start for output poisoning scan output_poisoning · 100%
medium
Permission: network access detected permission_analyzer · 80%
low
Permission: filesystem access detected permission_analyzer · 70%
medium
Permission: database access detected permission_analyzer · 90%
low
Permission: env_vars access detected permission_analyzer · 90%
info
No dependency files found for SBOM generation sbom_generator · 100%
medium
No build provenance detected (SLSA L0) slsa_assessor · 90%