Tools: 10
Payment

Ding Connect

Connect your account, then chat with AI to run tools.

Ding Connect is a platform that provides mobile top-up services, allowing users to send phone credit to prepaid mobile phones worldwide. Use it to facilitate quick and easy international phone credit transfers.

Use in your AI tool

You’ll sign in to MCPBundles when your client connects.

MCP URL
https://mcp.mcpbundles.com/bundle/ding-connect

Chat in MCPBundles Studio

This server needs a sign-in. MCPBundles handles that setup once — then chat here with saved access and a log of what ran.

Managed
10 tools
Agent guide included

Opens MCPBundles Studio with this server selected. After sign-in, chat and run tools from the same thread.

Browse all tools

Live probe refreshed Sep 14, 2026 · Endpoint host mcp.mcpbundles.com

AI Skill
SKILL.md

Domain knowledge for Ding Connect — workflow patterns, data models, and gotchas for your AI agent.

Ding Connect

Global mobile top-up and airtime transfer platform. Send phone credit to prepaid mobile phones in 170+ countries through a network of 600+ operators. Primary use cases: international airtime transfers, data bundles, utility payments, and promotional offers.

Data Model

The hierarchy flows: CountriesProviders (operators) → Products (SKUs) → Transfers.

  • Countries — ISO 3166-1 alpha-2 codes (plus XG for globally-available products). Each country has dialing prefixes with min/max length and associated region codes.
  • Regions — subdivisions within a country. A provider may only serve specific regions. Products may be region-restricted.
  • Providers — mobile operators and service providers, each identified by a unique ProviderCode. Operates in one country. Has a ValidationRegex for account number format, a logo URL, customer care number, and supported payment types.
  • Products — purchasable items identified by SkuCode. Each has min/max send values, currency info, benefits (Mobile, Data, Minutes, LongDistance, Electricity, TV, Internet, Utility, Balance), a processing mode (Instant or Batch), and a redemption mechanism (Immediate, ReadReceipt, or ReadAdditionalInformation).
  • Currencies — ISO 4217 codes used for send/receive values in product pricing.
  • Promotions — time-limited offers tied to providers/countries with bonus types (+, %, x, MB, GB, SMS) and validity periods.

Response envelope

Responses share a common shape: a numeric result code, optional error codes (map these through the error-code reference tools), and an items collection whose inner fields depend on the operation.

  • ResultCode1 success, 2 success with warning, 3 transient (safe to retry with backoff), 4 client/input problem (fix params), 5 server-side failure (escalate).
  • Treat 3 as “try again later”; treat 4 as “fix the request before repeating.”

Filtering products and reference data

Filters combine with AND across dimensions. Inside one filter, multiple comma-separated values mean OR (e.g. two country codes yields either country).

Example: country ∈ {Jamaica, Haiti} AND benefit = Data yields Data products available in either country. Use the documented filter fields per operation (country, provider, SKU, benefits, region, account number, language) rather than inventing names.

Workflows

  • Find products for a country: Enumerate countries → pick CountryIso → enumerate providers filtered by country → enumerate products filtered by country/provider
  • Look up an operator: Enumerate providers filtered by country or region → open provider details including regex, logo, customer care number
  • Browse promotions: Enumerate promotions filtered by country/provider → open promotion descriptions for localized terms and bonus details
  • Identify products for a phone number: Filter products or providers by account number to auto-match based on dialing prefix
  • Understand error codes: Retrieve error code descriptions to decode ErrorCodes arrays from failed responses
  • Product detail copy: Enumerate products for SkuCode → open localized descriptions filtered by SkuCode and language
  • Check provider availability: Open provider operational status to confirm an operator is live before planning a top-up
  • Check account balance: Retrieve current balance and currency to understand available funds

Gotchas

  • Rate limits: Reference catalog calls are quota-tighter than product/provider browsing; sending a successful transfer typically clears reference quotas—pace exploratory calls accordingly.
  • Caching: Country/region/currency trees are quasi-static; reuse recent results when building UIs or multi-step flows.
  • Account numbers: Must be international E.164-style; providers publish validation patterns for acceptable local formats.
  • XG country code: Means globally valid products not tied to one country.
  • Localization: Descriptions exist per language—ask for English as a fallback when localized copy is missing.
  • Benefits list: Grows over time — tolerate unknown benefit labels.
  • Commission: Products may surface commission rates where reseller economics apply.
  • Processing modes: Instant SKUs settle immediately; batch-mode SKUs stay Submitted until polled through transfer history tools.

Tools discovered (10)

  • Ding Connect Get Balance

    Get the current account balance for your Ding Connect account. Returns the available balance and currency information. Use to check remaining funds before planning top-up operations. Response envelope: {ResultCode, ErrorCodes, Items: [{Balance, CurrencyIso}]}.

  • Ding Connect Get Provider Status

    Get the current operational status of mobile operators on Ding Connect. Returns ProviderCode and operational status for each provider, indicating whether the provider is currently available for top-up transactions. Filter by provider codes to check specific operators. Use before attempting transfers to confirm provider availability. Response envelope: {ResultCode, ErrorCodes, Items: [{ProviderCode, ...}]}.

  • Ding Connect List Countries

    List all countries where Ding Connect mobile top-up services are available. Returns ISO 3166-1 alpha-2 country codes, country names, international dialing information (prefix, min/max length), and associated region codes. Use as the starting point to discover geographical coverage. Response envelope: {ResultCode, ErrorCodes, Items: [{CountryIso, CountryName, InternationalDialingInformation, RegionCodes}]}.

  • Ding Connect List Currencies

    List all currencies supported by Ding Connect for mobile top-up transactions. Returns ISO 4217 currency codes and their English names. Use to understand which currencies are available for send/receive values in product pricing. Response envelope: {ResultCode, ErrorCodes, Items: [{CurrencyIso, CurrencyName}]}.

  • Ding Connect List Error Code Descriptions

    Get human-readable descriptions for all error codes that may appear in Ding Connect API responses. Maps each error Code string to a descriptive Message. Use to decode ErrorCodes arrays from failed or warning responses (ResultCode 2-5). New error codes may be added over time. Response envelope: {ResultCode, ErrorCodes, Items: [{Code, Message}]}.

  • Ding Connect List Product Descriptions

    Get localized text descriptions for mobile top-up products. Returns DisplayText, DescriptionMarkdown (CommonMark formatted), ReadMoreMarkdown, LocalizationKey, and LanguageCode for each product/language combination. Filter by language codes and/or SkuCodes to narrow results. Use to get detailed product info for display. Response envelope: {ResultCode, ErrorCodes, Items: [{DisplayText, DescriptionMarkdown, ReadMoreMarkdown, LocalizationKey, LanguageCode}]}.

  • Ding Connect List Products

    List available mobile top-up products that can be purchased via Ding Connect. Returns SkuCode, ProviderCode, min/max pricing (with send/receive currencies, fees, tax), benefits array, CommissionRate, ProcessingMode (Instant/Batch), RedemptionMechanism (Immediate/ReadReceipt/ReadAdditionalInformation), ValidityPeriodIso, UatNumber (for testing), and RegionCode. Filter by country, provider, SKU, benefit type, region, or account number. Multiple values within a filter are OR'd; different filters ar

  • Ding Connect List Promotions

    List active promotions available through Ding Connect for mobile top-ups. Returns ProviderCode, start/end dates (UTC), CurrencyIso, ValidityPeriodIso (ISO 8601 duration, e.g. P30D), MinimumSendAmount, and LocalizationKey. Filter by country, provider, or account number. Use the product descriptions capability with the LocalizationKey to get localized terms, bonus details, and conditions. Response envelope: {ResultCode, ErrorCodes, Items: [{ProviderCode, StartUtc, EndUtc, CurrencyIso, ValidityPeri

  • Ding Connect List Providers

    List mobile operators and service providers available for top-ups via Ding Connect. Returns ProviderCode, CountryIso, Name, ShortName, ValidationRegex (for account number format), CustomerCareNumber, RegionCodes array, PaymentTypes, and LogoUrl (append ?height=100 or ?width=200 for sizing). Filter by provider code, country, region, or account number. Response envelope: {ResultCode, ErrorCodes, Items: [{ProviderCode, CountryIso, Name, ShortName, ValidationRegex, LogoUrl, ...}]}.

  • Ding Connect List Regions

    List geographical regions (sub-national areas) within countries for Ding Connect. Returns RegionCode, RegionName, and CountryIso for each region. Use to discover region codes for filtering products and providers by sub-national area. Filter by country ISO code. Response envelope: {ResultCode, ErrorCodes, Items: [{RegionCode, RegionName, CountryIso}]}.

Frequently Asked Questions

What is the Ding Connect MCP server?

Ding Connect is a platform that provides mobile top-up services, allowing users to send phone credit to prepaid mobile phones worldwide. Use it to facilitate quick and easy international phone credit transfers. It provides 10 tools that AI agents can use through the Model Context Protocol (MCP).

How do I connect Ding Connect to my AI agent?

Add the MCPBundles server URL to your MCP client configuration (Claude Desktop, Cursor, VS Code, etc.). The URL format is: https://mcp.mcpbundles.com/bundle/ding-connect. Authentication is handled automatically.

How many tools does Ding Connect provide?

Ding Connect provides 10 tools that can be called by AI agents, along with a SKILL.md that gives your AI agent domain knowledge about when and how to use them.

What authentication does Ding Connect require?

Ding Connect uses API Key. Ding Connect requires credentials. Connect via MCPBundles and authentication is handled automatically.

Setup Instructions

Connect Ding Connect to any MCP client in minutes

Ready to use Ding Connect?

Sign in to connect your credentials and start running tools from the chat.

Ding Connect MCP Server & Skill