Mmcp.market

ROKI Connect MCP server

by roki.la·la.roki/connect·v1.0.0

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

C60/100grade C
What users say
No reviews yet
Be the first
Safety scan
C60/100

full report

Adoption
New

Little public usage data yet

Reviews

Write one

Nobody has reviewed ROKI Connect yet.

If you have run it, two minutes of your experience saves the next person an afternoon.

ROKI Connect tools (19, 1 write)

write = sends, deletes, buys or posts
  • roki_audit_integrationFree

    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_resultFree

    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 errors that survive that: the field name was right and the VALUE was wrong. The API answers 201, `warnings` comes back empty because there was nothing to warn about, and the merchant charged something else. Catches the amount off by a factor of 100, fee pass-through asked for and returned as zero, tax that was not applied, `expires_at` already in the past because it was sent as UTC instead of Honduras time, a total that does not add up, and a `transaction_id` parsed as a number. Run it after every createPayment while you are building, and in your own tests afterwards.

  • roki_choose_integration_modeFree

    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 writing code. The modes and the endpoints behind them are read from the corpus, so this answer cannot describe a mode the API no longer has - or miss one it gained.

  • roki_get_authentication_guideFree

    How authentication works, how the two environments are selected, where credentials come from, and how to store and rotate them safely.

  • roki_get_doc_sectionFree

    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_errorFree

    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_exampleFree

    Return a complete, runnable integration example for a stack: configuration, API client, checkout flow, webhook handler with signature verification, and polling fallback.

  • roki_get_operationFree

    Full detail for one operation: method, path, headers, request schema field table, responses, and worked examples.

  • roki_get_quickstartFree

    The minimum viable integration sequence, end to end, including the manual portal steps a developer cannot skip.

  • roki_get_schemaFree

    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_guideFree

    Everything about webhooks: portal registration, event types, payload shape, HMAC signature verification over the raw body, idempotent processing, and the polling fallback.

  • roki_list_operationsFree

    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 endpoint.

  • roki_sandbox_infoFree

    Whether the sandbox playground is enabled here, which operations it accepts, its limits, and the sandbox test cards.

  • roki_sandbox_trywrite actionFree

    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 assuming it does - especially after roki_validate_request says a payload is valid. You never supply a key: this server holds a sandbox-only credential and refuses to run against production. Amounts are capped and links expire quickly, because the sandbox is shared.

  • roki_scaffold_integrationFree

    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 an integration instead of assembling one from memory.

  • roki_search_docsFree

    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 answer a ROKI question from memory or from another payment gateway's conventions.

  • roki_statusFree

    Server version, corpus contents and freshness. Safe first call to confirm the connection works. Exposes no credentials and no merchant data.

  • roki_validate_requestFree

    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, so a typo produces a misconfigured payment rather than an error. The response names what it dropped in `warnings`, but by then the payment exists - validating here means it is never created. Always validate before writing or shipping integration code.

  • roki_verify_webhook_signatureFree

    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 actually write and tells you which mistake you made. Use it whenever webhook verification rejects real events. On the signing secret: this is ROKI's own server and ROKI issued that secret, so sending it here discloses nothing new. It is used to recompute the HMAC and is never stored, logged or counted.

Public scan report

scanner v0.1.9 · 2026-09-23 · same rubric, same numbers if you re-run it

1 high1 low
  • Code scanremote-only server, no package to scann/a
  • Live reliabilityremote reachable in 1085ms20/20
  • Tool poisoning19 tool descriptions checked15/15
  • Auth qualityopen endpoint exposes 1 write-action tools with no auth3/15
  • Maintenanceno repository listed3/15
  • Maintainer identityverified namespace with website, no repo4/10

Findings (2)

  • highWrite-action tools reachable without authenticationauth.open-write
  • lowNo source repository listedmaint.no-repo
Overall 60/100. Components that don't apply are left out of the denominator. Any critical finding is an F.RubricAppeal a findingJSON

Install directly

claude mcp add --transport http connect https://mcp.roki.la/mcp
Add to Cursor

ROKI Connect: common questions

Is ROKI Connect MCP server safe?
With care: it is graded C, so read the findings first (60/100). Read the ROKI Connect safety report
How do I install ROKI Connect?
It runs remotely at mcp.roki.la. Add it to Claude Code, Claude Desktop or Cursor with the snippets above, or call it through the mcp.market gateway without installing anything.
Does ROKI Connect need an API key?
Not as far as the registry entry and our scan can tell: no credentials are declared or required.
Is ROKI Connect maintained?
The latest release is v1.0.0.
Is ROKI Connect up?
100% of our last 19 checks got an answer. We check remote servers about four times a day.

More from roki.la