Skip to main content

Supported Services

Mokra provides mock servers for 800+ real-world APIs. One API key gives you access to all of them.

Payments

ServiceDescription
StripePayment processing, subscriptions, invoicing
SquarePoint of sale, payments
PayPalOnline payments
BraintreePayment gateway
AdyenGlobal payments

E-commerce

ServiceDescription
ShopifyE-commerce platform
WooCommerceWordPress e-commerce
BigCommerceE-commerce platform
MagentoEnterprise e-commerce

Email

ServiceDescription
SendGridEmail delivery
MailgunEmail API
PostmarkTransactional email
Amazon SESEmail service

Returns & Logistics

ServiceDescription
Loop ReturnsReturns management
ReturnlyReturns platform
ShipStationShipping
EasyPostShipping API

Communication

ServiceDescription
TwilioSMS, voice, video
SlackTeam messaging
DiscordCommunity chat

Customer Support

ServiceDescription
ZendeskSupport ticketing
IntercomCustomer messaging
FreshdeskHelp desk

CRM

ServiceDescription
SalesforceCRM platform
HubSpotMarketing & CRM
PipedriveSales CRM

Cloud Infrastructure

ServiceDescription
AWSAmazon Web Services
Google CloudGCP APIs
AzureMicrosoft cloud

Developer Tools

ServiceDescription
GitHubCode hosting
GitLabDevOps platform
JiraProject management

Using a service

1. Add to your MockWorld

world = mockworld(
  name: "My test",
  services: ["stripe", "shopify", "sendgrid"]
)

2. Make API calls

world.run do
  # Calls are automatically intercepted
  Stripe::Charge.create(amount: 5000, currency: "usd")
  ShopifyAPI::Order.find(id: "123")
end

3. That’s it

No service-specific credentials needed. Mokra handles routing and responses.

Service coverage

Each mock server provides:
  • All major endpoints — CRUD operations, list/search, webhooks
  • Realistic responses — Same structure as production
  • Stateful behavior — Create, retrieve, update, delete
  • Error simulation — Test error handling

Requesting new services

Don’t see a service you need? Request it here. Priority is given to:
  • Commonly used APIs
  • Services with public documentation
  • Enterprise customer requests

Service-specific documentation