← peppolstatus.com
INDIVIDUAL MCP TOOL
list_docs
List every PeppolStatus documentation page available to fetch or search.
LIVE ENDPOINT
https://api.peppolstatus.com/mcp/docs
Connect to this endpoint to inspect the live schema for list_docs 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-docs]
url = "https://api.peppolstatus.com/mcp/docs"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"peppolstatus-docs": {
"type": "http",
"url": "https://api.peppolstatus.com/mcp/docs"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: peppolstatus-docs
Remote MCP URL: https://api.peppolstatus.com/mcp/docs
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-docs": {
"url": "https://api.peppolstatus.com/mcp/docs"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"peppolstatus-docs": {
"type": "http",
"url": "https://api.peppolstatus.com/mcp/docs"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "peppolstatus-docs",
"transport": "streamable-http",
"url": "https://api.peppolstatus.com/mcp/docs"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_doc— Fetch the full Markdown/text of a single PeppolStatus documentation page by its manifest path (e.g.search_docs— Full-text search across all PeppolStatus documentation.