← Back to search

wallabag MCP

rusty4444 Scanned 9d ago

MCP server for wallabag read-it-later entries, tags, and annotations.

D
58 / 100

Versions

0.1.0latest
first seen Jun 5, 2026
PermissionsTool SafetyAuthAnnotationsCode QualityStabilitySpecVuln HistoryAuthorTransparencyCommunity

Tools 17

wallabag_list_tags
annotations: none low

List tags known to the wallabag account.

wallabag_reload_entry
annotations: none low

Ask wallabag to refetch/reparse the original article URL.

entry_id EntryId
wallabag_delete_entry
annotations: none low

Delete a wallabag entry.

entry_id EntryId
wallabag_health_check
annotations: none low

Verify wallabag API connectivity and authentication with a tiny read-only request.

wallabag_list_entries
annotations: none low

List wallabag entries/articles with filters and pagination.

page string sort string tags string order string unread string starred string archived string per_page string domain_name string
wallabag_get_entry
annotations: none low

Get a wallabag entry/article by id.

entry_id EntryId include_content string
wallabag_add_entry
annotations: none low

Save a URL as a wallabag entry.

url string tags string title string archive string starred string
wallabag_update_entry
annotations: none low

Update metadata/state for a wallabag entry.

url string tags string title string starred string archived string entry_id EntryId
wallabag_archive_entry
annotations: none low

Mark a wallabag entry as archived/read.

entry_id EntryId
wallabag_unarchive_entry
annotations: none low

Mark a wallabag entry as unarchived/unread.

entry_id EntryId
wallabag_star_entry
annotations: none low

Mark a wallabag entry as starred/favourite.

entry_id EntryId
wallabag_unstar_entry
annotations: none low

Remove starred/favourite state from a wallabag entry.

entry_id EntryId
wallabag_add_tags_to_entry
annotations: none low

Add one or more tags to a wallabag entry.

tags string entry_id EntryId
wallabag_delete_tag
annotations: none low

Delete a wallabag tag globally.

tag_id string
wallabag_list_annotations
annotations: none low

List annotations for a wallabag entry.

entry_id EntryId
wallabag_create_annotation
annotations: none low

Create an annotation on a wallabag entry.

text string quote string entry_id EntryId ranges_json string
wallabag_delete_annotation
annotations: none low

Delete a wallabag annotation.

annotation_id string

Permissions 4

filesystem low
Server uses filesystem capabilities via: os, pathlib
shell high
Server uses shell capabilities via: subprocess
env_vars low
Server uses env_vars capabilities via: os.environ
network medium
Server uses network capabilities via: httpx

Scan Findings 58

low
Tool 'wallabag_health_check' has no annotations annotation_checker · 100%
low
Tool 'wallabag_list_entries' has no annotations annotation_checker · 100%
low
Tool 'wallabag_get_entry' has no annotations annotation_checker · 100%
low
Tool 'wallabag_add_entry' has no annotations annotation_checker · 100%
low
Tool 'wallabag_update_entry' has no annotations annotation_checker · 100%
low
Tool 'wallabag_archive_entry' has no annotations annotation_checker · 100%
low
Tool 'wallabag_unarchive_entry' has no annotations annotation_checker · 100%
low
Tool 'wallabag_star_entry' has no annotations annotation_checker · 100%
low
Tool 'wallabag_unstar_entry' has no annotations annotation_checker · 100%
low
Tool 'wallabag_reload_entry' has no annotations annotation_checker · 100%
low
Tool 'wallabag_delete_entry' has no annotations annotation_checker · 100%
low
Tool 'wallabag_list_tags' has no annotations annotation_checker · 100%
low
Tool 'wallabag_add_tags_to_entry' has no annotations annotation_checker · 100%
low
Tool 'wallabag_delete_tag' has no annotations annotation_checker · 100%
low
Tool 'wallabag_list_annotations' has no annotations annotation_checker · 100%
low
Tool 'wallabag_create_annotation' has no annotations annotation_checker · 100%
low
Tool 'wallabag_delete_annotation' has no annotations annotation_checker · 100%
high
Hardcoded OAuth client secret in rusty4444-wallabag-mcp-f30fc83/tests/test_client.py auth_checker · 95%
medium
OAuth implementation without PKCE auth_checker · 75%
info
Sandbox failed to start for behavioral verification behavioral_verifier · 100%
medium
Vulnerable dependency: mcp@1.2.0 (GHSA-3qhf-m339-9g5v) dependency_analyzer · 95%
medium
Vulnerable dependency: mcp@1.2.0 (GHSA-9h52-p55h-vw2f) dependency_analyzer · 95%
medium
Vulnerable dependency: mcp@1.2.0 (GHSA-j975-95f5-7wqh) dependency_analyzer · 95%
medium
Vulnerable dependency: mcp@1.2.0 (GHSA-jpw9-pfvf-9f58) dependency_analyzer · 95%
medium
Vulnerable dependency: mcp@1.2.0 (GHSA-vj7q-gjh5-988w) dependency_analyzer · 95%
medium
Vulnerable dependency: mcp@1.2.0 (PYSEC-2026-1616) dependency_analyzer · 95%
medium
Vulnerable dependency: mcp@1.2.0 (PYSEC-2026-1617) dependency_analyzer · 95%
medium
Vulnerable dependency: mcp@1.2.0 (PYSEC-2026-1618) dependency_analyzer · 95%
medium
Vulnerable dependency: mcp@1.2.0 (PYSEC-2026-3482) dependency_analyzer · 95%
medium
Vulnerable dependency: mcp@1.2.0 (PYSEC-2026-3483) dependency_analyzer · 95%
medium
Vulnerable dependency: pydantic@2.0.0 (GHSA-mr82-8j83-vxmv) dependency_analyzer · 95%
medium
Vulnerable dependency: pydantic@2.0.0 (PYSEC-2026-1812) dependency_analyzer · 95%
info
pyproject.toml metadata manifest_parser · 100%
info
Tool: wallabag_health_check manifest_parser · 90%
info
Tool: wallabag_list_entries manifest_parser · 90%
info
Tool: wallabag_get_entry manifest_parser · 90%
info
Tool: wallabag_add_entry manifest_parser · 90%
info
Tool: wallabag_update_entry manifest_parser · 90%
info
Tool: wallabag_archive_entry manifest_parser · 90%
info
Tool: wallabag_unarchive_entry manifest_parser · 90%
info
Tool: wallabag_star_entry manifest_parser · 90%
info
Tool: wallabag_unstar_entry manifest_parser · 90%
info
Tool: wallabag_reload_entry manifest_parser · 90%
info
Tool: wallabag_delete_entry manifest_parser · 90%
info
Tool: wallabag_list_tags manifest_parser · 90%
info
Tool: wallabag_add_tags_to_entry manifest_parser · 90%
info
Tool: wallabag_delete_tag manifest_parser · 90%
info
Tool: wallabag_list_annotations manifest_parser · 90%
info
Tool: wallabag_create_annotation manifest_parser · 90%
info
Tool: wallabag_delete_annotation manifest_parser · 90%
info
Required env vars (12) manifest_parser · 80%
info
Sandbox failed to start for output poisoning scan output_poisoning · 100%
medium
Permission: network access detected permission_analyzer · 90%
low
Permission: filesystem access detected permission_analyzer · 70%
high
Permission: shell access detected permission_analyzer · 95%
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%