INDIVIDUAL MCP TOOL
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.
LIVE ENDPOINT
https://mcp.peppolstatus.com
Connect to this endpoint to inspect the live schema for get_summary and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.peppolstatus]
url = "https://mcp.peppolstatus.com"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"peppolstatus": {
"type": "http",
"url": "https://mcp.peppolstatus.com"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: peppolstatus
Remote MCP URL: https://mcp.peppolstatus.com
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"peppolstatus": {
"url": "https://mcp.peppolstatus.com"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"peppolstatus": {
"type": "http",
"url": "https://mcp.peppolstatus.com"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "peppolstatus",
"transport": "streamable-http",
"url": "https://mcp.peppolstatus.com"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
list_hosts— 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.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_host_software— List all hosts' software (Market) Every host with open software fingerprint rows, one row per (hostname, role) with the vendor / version / hosting axes folded in (value, tier, first-seen; plus vendor `variant` and version `kind`).get_host_software— Get a host's software fingerprint The detected software of a host across ALL its roles: vendor, version and hosting per role, each with its confidence tier, first-seen timestamp and the structured evidence that fired.list_host_software_history— List a host's software-fingerprint history The closed (superseded) software rows for one host, newest-first, cursor-paginated.list_incidents— List incidents The global incident feed, newest-first, cursor-paginated.