PeppolStatus vs Anki MCP Server — MCP Server Comparison | AllMCPs
Side-by-Side Model Context Protocol Comparison
PeppolStatus vs Anki MCP Server
In-depth architectural comparison of the PeppolStatus and Anki MCP Server MCP servers. Compare execution transports, security boundaries, tool capabilities, quality scores, and ready-to-paste client installation snippets for Claude, Cursor, Windsurf, and VS Code.
At a Glance & Executive Verdict
PeppolStatus
Monitoring · Remote HTTP/SSE
Quality: 55/100 (Good) | Auth: No auth required
Anki MCP Server
Monitoring · Local stdio
Quality: 59/100 (Good) | Auth: No auth required
Verdict Summary: Choose PeppolStatus if you need specialized Monitoring tools running via a hosted cloud SSE transport. Choose Anki MCP Server if your workspace requires Monitoring integration with local subprocess execution. Both servers can be configured concurrently in your client's mcpServers manifest.
Which MCP Server Should You Choose?
P
Choose PeppolStatus when:
You need dedicated capabilities in the Monitoring domain.
You prefer remote streaming HTTP/SSE transport architecture.
Your security boundary fits: No auth required (Free / Open Source).
List monitored hosts
Every monitored host with its current verdict, latest hourly all-locations latency and 24h uptime, worst-first, plus a network-wide rollup.
get_host
Get a host's current state
Current role, verdict, network attribution (IPs/PTR), TLS certificate and operating provider for a host. `?at=` returns point-in-time state.
list_host_incidents
List a host's incidents
Incidents for one host, newest-first, cursor-paginated.
get_host_uptime
Get a host's uptime aggregates
The aggregate ladder for a host at a chosen resolution, per-location plus the `__all__` rollup, optionally windowed by `[from, to)`, cursor-paginated.
list_incidents
List incidents
The global incident feed, newest-first, cursor-paginated.
Ready-to-Paste Client Configurations
Paste either (or both) of these JSON server blocks into your client config file (e.g. claude_desktop_config.json or ~/.cursor/mcp.json).
PeppolStatus is categorized under Monitoring and uses a remote streaming HTTP/SSE transport. In contrast, Anki MCP Server belongs to Monitoring using local stdio subprocess. Select PeppolStatus when you need capabilities focused on monitoring and Anki MCP Server when you require tools for monitoring.
Get a participant's current state
Directory presence, SML registration + current SMP, business card, the company-register enrichment block, endpoints and serving seats for a Peppol participant. Discovered participants carry no card; unmatched participants carry company: null.
list_participant_events
List a participant's change events
The participant's typed change events, newest-first, cursor-paginated.
get_participant_history
List a participant's temporal history
The participant's temporal rows across the directory/card/registration/SMP fact families, newest-first, cursor-paginated.
get_network_summary
Get the network summary
Current host verdict counts, open incidents and anomalies in the last 24h.
get_summary
Get the public dashboard summary
The free marketing-dashboard rollup: the network-wide host rollup (fleet count + mean uptime/latency), the hourly fleet-average p50 latency trend over the last 24h, and the top-10 providers by market share (0..1 fraction). No host list, full registry or arbitrary per-host uptime is exposed.
get_adoption
Get a country's adoption aggregates
Peppol adoption for one country as one bare object: headline totals (universe, on_peppol, penetration), the single-dimension cuts (sector with a NACE section rollup, region, FR-only département + size class, BE-only province + postcode + mandate scope, legal-form family, and company age), the same categorical cuts cross-tabbed by company-age band (`cuts_by_age`), and the trend (monthly new adopters plus per-run penetration history). Region cells carry ISO 3166-2 (BE) / INSEE région (FR) codes and sector cells the NACE division code, so the choropleth joins geometry with no string matching. Numerator cells below 10 matched companies are suppressed (`on_peppol`/`penetration` null, `suppressed` true); denominators are never suppressed. Cached for a day (data moves monthly).
list_providers
List providers
The OpenPeppol member registry with role flags, country, mapped hostnames and per-provider participant counts (market share), busiest first. Not paginated (the envelope's `next_cursor` is always null).
+19 more tools listed on main page
Anki MCP Server Tools (48)
sync
Sync with AnkiWeb to pull latest data and push changes
get_due_cards
Get cards that are due for review, optionally filtered by deck
get_cards
Get cards with flexible filtering by state (due, new, learning, suspended, buried) and deck
present_card
Show a card for review with its question/front side
rate_card
Rate card performance (Again, Hard, Good, Easy) and schedule the next review
listDecks
List all decks, optionally with per-deck card-count statistics
deckStats
Get comprehensive statistics for a single deck (counts, ease/interval distributions)
createDeck
Create a new empty deck (supports `Parent::Child`, max 2 levels)
changeDeck
Move cards to a different deck (created if it doesn't exist)
addNote
Create a single note with specified fields and tags
addNotes
Batch-create up to 100 notes sharing a deck and model (partial success supported)
findNotes
Search for notes using Anki query syntax (`deck:`, `tag:`, `is:due`, etc.)