ChargerDojo
C
ChargerDojo
/chargerdojo_compare_ocpi_versions

chargerdojo compare ocpi versions

Compare two OCPI versions: what changed in the protocol between them, and which modules ChargerDojo gained.

liveverifiedunknown~5s typical
mcpprobedchargerdojo
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-com-chargerdojo-ocpi /chargerdojo_compare_ocpi_versions for me.

Input

FieldTypeDescription
from*string (2.1.1 | 2.2 | 2.2.1 | 2.3.0)The version being moved away from, for example 2.1.1.
to*string (2.1.1 | 2.2 | 2.2.1 | 2.3.0)The version being moved to, for example 2.2.1.

Call it

curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
  -H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
  -d '{"provider":"mcp-com-chargerdojo-ocpi","endpoint":"/chargerdojo_compare_ocpi_versions","input":{"from":"2.1.1","to":"2.1.1"}}'
cli
npx cracked-ai run -p mcp-com-chargerdojo-ocpi -e /chargerdojo_compare_ocpi_versions -i '{"from":"2.1.1","to":"2.1.1"}'
mcp
run_tool({ provider: "mcp-com-chargerdojo-ocpi", endpoint: "/chargerdojo_compare_ocpi_versions", input: {"from":"2.1.1","to":"2.1.1"} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.