INDIVIDUAL MCP TOOL
get_access_point
Get an access point One Provider's detail: display name, verified flag, member seats (each with its embedded provider or unverified cert-CN), roster size, and the country + document-scheme composition of its roster.
LIVE ENDPOINT
https://peppolstatus.com/mcp
Connect to this endpoint to inspect the live schema for get_access_point 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://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.