INDIVIDUAL MCP TOOL
list_public_providers
List public provider profiles The FREE, crawlable public subset for each curated provider, busiest first: identity + role flags, the seat-directory columns (legal entity, commercial name, website, infra provider, hosting), mapped hostnames, participant count, roster country mix, the 30d/90d uptime headline, a cert-health summary and an `as_of` freshness stamp.
LIVE ENDPOINT
https://peppolstatus.com/mcp
Connect to this endpoint to inspect the live schema for list_public_providers and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests retrieving external content.
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://peppolstatus.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"peppolstatus": {
"type": "http",
"url": "https://peppolstatus.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: peppolstatus
Remote MCP URL: https://peppolstatus.com/mcp
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://peppolstatus.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"peppolstatus": {
"type": "http",
"url": "https://peppolstatus.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "peppolstatus",
"transport": "streamable-http",
"url": "https://peppolstatus.com/mcp"
}
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_incidents— List incidents The global incident feed, newest-first, cursor-paginated.get_participant— 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.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.