Connected Kerb OCPI (CPO) Interface

Connected Kerb operates a live Open Charge Point Interface (OCPI) CPO endpoint on its own charge point management host. The version negotiation endpoint and the 2.1.1 / 2.2 / 2.2.1 version detail endpoints all answer with OCPI status envelopes and OCPI-from-party-id / OCPI-to-party-id headers, and are token-gated exactly as the OCPI specification requires (bilateral credentials exchange via the credentials module). This is the interface used for e-mobility roaming with eMSPs and roaming hubs, and it is the machine-readable format the UK Public Charge Point Regulations 2023 name for public charge point open data (OCPI Location / EVSE / Connector objects). Connected Kerb publishes no first-party OpenAPI or developer documentation for it; onboarding is by commercial roaming agreement.

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/ocpi"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.

API entry from apis.yml

apis.yml Raw ↑
aid: connected-kerb:ocpi
name: Connected Kerb OCPI (CPO) Interface
description: Connected Kerb operates a live Open Charge Point Interface (OCPI) CPO endpoint on its own
  charge point management host. The version negotiation endpoint and the 2.1.1 / 2.2 / 2.2.1 version detail
  endpoints all answer with OCPI status envelopes and OCPI-from-party-id / OCPI-to-party-id headers, and
  are token-gated exactly as the OCPI specification requires (bilateral credentials exchange via the credentials
  module). This is the interface used for e-mobility roaming with eMSPs and roaming hubs, and it is the
  machine-readable format the UK Public Charge Point Regulations 2023 name for public charge point open
  data (OCPI Location / EVSE / Connector objects). Connected Kerb publishes no first-party OpenAPI or
  developer documentation for it; onboarding is by commercial roaming agreement.
humanURL: https://www.connectedkerb.com/our-technology/software/
baseURL: https://cp.connectedkerb.com/ocpi/
tags:
- OCPI
- Roaming
- EV Charging
- Charge Point Operator
x-access: gated
x-evidence:
  fetched: '2026-08-04'
  probes:
  - url: https://cp.connectedkerb.com/ocpi/versions
    http_status: 401
    content_type: application/json
    body: '{"status_code":2001,"status_message":"Unauthorized"}'
    headers:
    - OCPI-from-party-id
    - OCPI-from-country-code
    - OCPI-to-party-id
    - OCPI-to-country-code
  - url: https://cp.connectedkerb.com/ocpi/2.2.1
    http_status: 401
  - url: https://cp.connectedkerb.com/ocpi/2.2
    http_status: 401
  - url: https://cp.connectedkerb.com/ocpi/2.1.1
    http_status: 401
  - url: https://cp.connectedkerb.com/ocpi/2.2.1/credentials
    http_status: 401
properties:
- type: OCPI
  url: https://evroaming.org/ocpi-downloads/
  name: OCPI specification (EVRoaming Foundation) - the standard this endpoint implements