Payment

Ding Connect MCP Server

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.

10 tools
Agent guide included
Start Chatting

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

Browse all tools

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 in this Server (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 be...

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

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

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

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

Ding Connect List Product Descriptions

Get localized text descriptions for mobile top-up products. Returns DisplayText, DescriptionMarkdown (CommonMark formatted), ReadMoreMarkdown, Localiz...

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

Ding Connect List Promotions

List active promotions available through Ding Connect for mobile top-ups. Returns ProviderCode, start/end dates (UTC), CurrencyIso, ValidityPeriodIso ...

Ding Connect List Providers

List mobile operators and service providers available for top-ups via Ding Connect. Returns ProviderCode, CountryIso, Name, ShortName, ValidationRegex...

Ding Connect List Regions

List geographical regions (sub-national areas) within countries for Ding Connect. Returns RegionCode, RegionName, and CountryIso for each region. Use ...

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

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

What is MCP?

Model Context Protocol lets AI tools call external capabilities securely through a single URL. This bundle groups tools behind an MCP endpoint that many clients can use.

Use this bundle in 3 steps

  1. Copy the MCP URL above
  2. Open your AI tool and add a new MCP/connector
  3. Paste the URL and follow any auth prompts

Claude Desktop Users

Skip the manual setup! Use the .mcpb file format for one-click installation. Check the Claude Desktop tab for setup instructions.

Pick your tool tab for exact steps

Select ChatGPT, Cursor, Claude Code, or another tab for copy-paste config.

Ready to use Ding Connect?

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

Ding Connect MCP Server & Skill — 10 Tools