mcpserver.lol
registry/connect-2
Connection check verified live · 26h ago

connect-2

Verified ROKI Connect payments contract for coding agents: operations, schemas, validator.

Tools 19
GitHub stars
Installs / wk
Licence
Transport streamable-http
Last checked 26h ago

Tools & capabilities

19 tools

Read from the running server on 26h ago.

roki_audit_integration read-only focus
Return the checklist to audit existing ROKI code, ordered by how badly each item fails in production. Use it when reviewing an integration you did not write, or before going live.
roki_check_result read-only sent*received*
Compare the payment the API returned against the body you sent, and report anything that does not match. Every other check here looks at what you SEND. This one exists for the erro…
roki_choose_integration_mode read-only context*
Decide how to integrate ROKI Connect for a given project (web checkout, embedded card fields, mobile app, invoices or recurring billing) and get the constraints that apply before w…
roki_get_authentication_guide read-only
How authentication works, how the two environments are selected, where credentials come from, and how to store and rotate them safely.
roki_get_doc_section read-only ref*
Return the complete text of one section of the integration guide, by number (e.g. "14"), sub-number ("12.1") or title fragment ("webhook").
roki_get_error read-only error*
Explain an HTTP status or an error message returned by the ROKI API: what it means, the likely cause and what to do. Use this instead of guessing when an integration fails.
roki_get_integration_example read-only stack
Return a complete, runnable integration example for a stack: configuration, API client, checkout flow, webhook handler with signature verification, and polling fallback.
roki_get_operation read-only operation*
Full detail for one operation: method, path, headers, request schema field table, responses, and worked examples.
roki_get_quickstart read-only
The minimum viable integration sequence, end to end, including the manual portal steps a developer cannot skip.
roki_get_schema read-only name
Return a fully dereferenced JSON Schema by name (e.g. "PaymentCreateRequest", "Payment", "WebhookEvent"). Use it to know the exact field names, types and constraints.
roki_get_webhook_guide read-only
Everything about webhooks: portal registration, event types, payload shape, HMAC signature verification over the raw body, idempotent processing, and the polling fallback.
roki_list_operations read-only
List every operation the API actually exposes, plus the operations that are documented as NOT existing. Call this before writing any integration code so you never invent an endpoin…
roki_sandbox_info read-only
Whether the sandbox playground is enabled here, which operations it accepts, its limits, and the sandbox test cards.
roki_sandbox_try payloadoperation*
Runs a documented operation against the ROKI sandbox using THIS SERVER'S own test credential, and returns the actual response. Use it to prove an integration works instead of assum…
roki_scaffold_integration read-only modestack*
Return the full runnable skeleton for a stack: credential storage, API client, checkout flow, webhook handler with signature verification, and the polling fallback. Use it to start…
roki_search_docs read-only limitquery*
Search the official ROKI Connect corpus (integration guide, API operations and schemas) and return ranked excerpts. Use this first when you need any ROKI-specific fact. Never answe…
roki_status read-only
Server version, corpus contents and freshness. Safe first call to confirm the connection works. Exposes no credentials and no merchant data.
roki_validate_request read-only payload*operation*
Validate a payload against the official schema WITHOUT sending it, and check the business rules the API enforces. Critical for this API: it ignores unknown fields and returns 201,…
roki_verify_webhook_signature read-only raw_body*signing_secret*signature_header*
Check a ROKI-Signature header against the raw body and the signing secret. When it fails, this does not just say "invalid" - it tries the specific wrong constructions developers ac…