POP MCP for document workflows and business integrations.
This endpoint exposes the POP Cloud API as a remote MCP server for Claude, OpenAI Responses API, n8n, MCP Inspector, and any client that speaks Streamable HTTP MCP.
This endpoint exposes the POP Cloud API as a remote MCP server for Claude, OpenAI Responses API, n8n, MCP Inspector, and any client that speaks Streamable HTTP MCP.
This section states the essential MCP connection facts in plain text so both developers and LLM-based agents can extract the integration contract quickly.
https://mcp.popapi.io/mcpAuthorization: Bearer <license_key> on every request.application/json and text/event-stream./ is the landing page, /mcp is the MCP endpoint, and /health is the JSON health check.tools/list to verify live endpoint connectivity and tool exposure.
Point your MCP client to https://mcp.popapi.io/mcp and send your POP license key as
a Bearer token. The server is stateless and multi-tenant: every request carries its own credential.
Open popapi.io and go to Account > API.
The remote server does not read POP_API_KEY from its own environment. Authentication is per-request only.
/health for monitoring
The JSON health check is available separately so the root path can stay readable for humans.
The first real protocol check is tools/list. It confirms request routing, auth handling,
MCP negotiation, and tool exposure in one call.
curl -X POST https://mcp.popapi.io/mcp \
-H "Content-Type: application/json" \
-H "Accept: application/json, text/event-stream" \
-H "Authorization: Bearer your_license_key_here" \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/list"}'
Run a safe client-side MCP connectivity check directly from this page. The key is used only for the in-browser request and is never stored. Use this on a trusted machine only.
Awaiting input.
pop_create_sdi_invoice, pop_create_peppol_invoice, pop_create_pdf_invoice, pop_create_ksef_invoice, pop_create_zugferd_invoice, pop_sync_zoho_document
pop_get_invoice_status, pop_get_peppol_document, pop_get_sdi_document
pop_verify_sdi_document, pop_preserve_document
pop_onboarding_request_otp and pop_onboarding_verify_otp
pop_onboarding_get_status and pop_onboarding_get_account_setup
pop_onboarding_save_account_setup with explicit environment selection.
popapi.io for license keys, account setup, and product docs.
github.com/modelcontextprotocol/inspector for low-level endpoint debugging.