Aliyun API Market MCP. Connect all your Chinese data services in one conversation.
Works with every AI agent you already use
…and any MCP-compatible client
Just plug in your AI agents and start using Vinkius.
Aliyun API Market / 阿里云云市场 MCP Server gives your AI agent access to thousands of professional Chinese data services. Use it to instantly OCR images, verify IDs, send SMS, check bank cards, or track shipments without writing integration code.
It acts as a single, authorized interface for the entire Aliyun API ecosystem.
What your AI agents can do
Bank card check
Checks and validates bank card information against official records.
Call market api
Calls any specific API available within the broader Aliyun Market ecosystem.
Express tracking
Retrieves real-time status and history for a specified express shipment number.
The agent recognizes text from images, extracting structured data from documents, IDs, or invoices using professional OCR services.
The agent sends SMS messages and handles mobile recharges via authorized market providers.
The agent performs identity checks using ID cards and verifies bank card details against official records.
The agent retrieves real-time delivery histories and looks up geographic data based on IP addresses or shipment numbers.
The agent calls any other Aliyun Market API using a single, unified AppCode for broad service access.
Ask AI about this MCP
Supported MCP Clients
Waiting for input…
Aliyun API Market MCP Server: 9 Tools for Data Orchestration
Use these tools to run checks, extract data, and manage services from the entire Aliyun API ecosystem through your agent.
019d8414bank card check
Checks and validates bank card information against official records.
019d8414call market api
Calls any specific API available within the broader Aliyun Market ecosystem.
019d8414express tracking
Retrieves real-time status and history for a specified express shipment number.
019d8414ip lookup
Looks up the geographic location associated with a given IP address.
019d8414mobile recharge
Performs a mobile phone recharge using authorized market providers.
019d8414ocr general
Recognizes and extracts text from general images, such as invoices or documents.
019d8414query weather
Gets current weather conditions for a specific city.
019d8414send sms
Sends an SMS message through the authorized market provider.
019d8414verify id card
Verifies the authenticity of an ID card number and associated name.
Choose How to Get Started
Build a custom MCP for your own tools, or connect a ready-made integration from our catalog.
Build Your Own
Turn any API into an MCP. Import a spec, define Agent Skills, or deploy with MCPFusion.
- Import from OpenAPI, Swagger, or YAML specs
- Create Agent Skills with progressive disclosure
- Deploy to edge with MCPFusion framework
- Built in DLP, auth, and compliance on every call
- Real time usage dashboard and cost metering
- Publish to catalog or keep private
Make Your AI Do More
Start with Aliyun API Market / 阿里云云市场, then connect any of our 4,700+ other servers whenever your AI needs more. One click, no limits.
- Use this MCP plus 4,700+ others, all in one place
- Add new capabilities to your AI anytime you want
- Every connection is secured and compliant automatically
- Track usage and costs across all your servers
- Works with Claude, ChatGPT, Cursor, and more
- New servers added to the catalog every week
What you can do with this MCP connector
This Aliyun API Market MCP Server gives your AI agent access to thousands of professional Chinese data services. You don't have to write integration code for OCR, SMS, identity checks, or logistics tracking; the agent handles the complexity, treating the entire Aliyun API ecosystem like one unified toolset. OCR general lets your agent read and pull structured text from general images, like invoices or documents. Verify id card checks an ID card number and name's authenticity. Bank card check validates bank card info against official records. Send sms sends an SMS message via the authorized market provider. Mobile recharge performs phone recharges using market providers. Ip lookup looks up the geographic location tied to an IP address. Query weather gets current weather for a specific city. Express tracking retrieves real-time status and history for a given express shipment number. Call market api lets your agent call any specific API available within the broader Aliyun Market ecosystem.
How Aliyun API Market MCP Works
- 1 You subscribe to the server and provide your Aliyun AppCode.
- 2 Your AI client sends a natural language request (e.g., 'What's the status of package YT88210934?').
- 3 The server routes the request, executes the necessary tool (e.g.,
express_tracking), and returns the structured result to your agent.
The bottom line is that you get access to dozens of specialized Chinese data services without writing a single line of integration code.
Who Is Aliyun API Market MCP For?
This is for the compliance officer who needs to run KYC checks across multiple ID types, or the logistics manager who needs to audit carrier performance across different carriers. It's for anyone whose job requires stitching together data from finance, government records, and shipping APIs.
Automates Know Your Customer (KYC) checks by running identity verification (verify_id_card) and bank card checks (bank_card_check) through natural language queries.
Monitors delivery statuses by calling express_tracking to audit carrier performance and retrieve real-time shipment histories.
Prototyping complex workflows that combine OCR data (ocr_general) with API calls (call_market_api) for testing purposes.
What Changes When You Connect
- Run full compliance checks instantly. Use
verify_id_cardandbank_card_checktogether to audit user identity and payment details in a single prompt. - Automate logistics reporting. Instead of logging into multiple carrier websites, use
express_trackingto pull real-time delivery statuses from various sources. - Extract data from anything. The
ocr_generaltool pulls structured text from images, letting you process invoices or ID scans without manual data entry. - Manage communications. Send alerts or codes directly by calling
send_smsor handling mobile recharges using themobile_rechargetool. - Know where data comes from. Use
ip_lookupto determine the geographic source of a request, which is critical before running any identity checks. - Unified access. The
call_market_apitool lets you access specialized services not listed, keeping your agent flexible across the whole Aliyun ecosystem.
Real-World Use Cases
Compliance check for a new user
A Compliance Officer needs to onboard a new user. They ask the agent to verify the identity by running verify_id_card and then check the provided bank details using bank_card_check. The agent executes both tools, confirming the user is legitimate before proceeding.
Auditing a shipment failure
A Logistics Manager gets a complaint about a late package. They ask the agent to track the shipment using express_tracking. The agent gets the history and confirms the last location, solving the immediate problem.
Processing a batch of scanned forms
A back-end developer receives 50 scanned forms. They send all images to the agent, asking it to run ocr_general on each one. The agent extracts all necessary structured text for bulk processing.
Geo-targeting marketing campaign
A marketing team needs to send a localized promotion. They first run ip_lookup on the user's IP address. If the location matches the target region, the agent proceeds to send the offer using send_sms.
The Tradeoffs
Chaining multiple APIs manually
The old way is hitting the bank API, then manually copying the data to a separate ID verification portal, and finally sending a confirmation SMS via a different platform.
→
Use your AI client to orchestrate the whole process. Start with verify_id_card and include the bank check in the same prompt. The agent handles the data flow, then finishes with send_sms.
Ignoring service dependencies
Trying to run express_tracking without knowing the carrier code or package number. The tool fails, and you're left with a vague error message.
→
Always use ip_lookup first if the location is unknown, or ensure you have the specific input parameters for the tool. The agent guides you through required inputs.
Treating tools as isolated functions
Calling query_weather and then forgetting to use the result when checking the local ID records. The data is gathered, but never used in context.
→ Ask your agent to link the tools. For instance, 'Check the weather in the city from this IP lookup, and then verify the ID for that city.' This forces the agent to use the output of one tool as the input for the next.
When It Fits, When It Doesn't
Use this if your workflow requires coordinating multiple, highly specialized data points from diverse external sources (e.g., financial, governmental, logistics). You need your AI agent to act as a single orchestration layer, calling tools like verify_id_card, ocr_general, and express_tracking sequentially or in parallel based on a natural language prompt. Don't use it if you just need one simple function (e.g., only checking the weather with query_weather). If your goal is simply to call a single, known API endpoint, a standard API wrapper might be enough. This server adds the complexity of stateful reasoning and multi-tool orchestration, which is its value.
Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by Aliyun API Market / 阿里云云市场. All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.
VINKIUS INFRASTRUCTURE
Cloud Hosted
Managed infra
V8 Isolated
Sandboxed per request
Zero-Trust Proxy
No stored credentials
DLP Enforced
Policy on every call
GDPR Compliant
EU data residency
Token Compression
~60% cost reduction
Works with Claude, ChatGPT, Cursor, and more
The Model Context Protocol standardizes how applications expose capabilities to LLMs. Instead of operating in isolation, your AI gains direct access to external platforms, live data, and real-world actions through secure, standardized connections.
This server provides 9 capabilities that interface natively with Claude, ChatGPT, Cursor, and any MCP client. No middleware. No custom integration required.
Available Capabilities
Collecting data from different services is a mess of copy/paste and tickets.
Today, if you need to audit a customer's details, you open the ID portal, manually enter the ID number. Then you open the bank portal, copy the card number, and paste it into a separate verification form. Finally, you open the shipping tracker, input the tracking number, and cross-reference the dates. It's slow, and you lose data across platforms.
With the Aliyun API Market MCP Server, you just tell your agent: 'Verify this user and check their last shipment.' The agent runs `verify_id_card`, calls `bank_card_check`, and then runs `express_tracking`—all in one go. You get the structured data immediately.
Aliyun API Market MCP Server: Access diverse data services
The ability to run tools like `ocr_general` on scanned documents, and then feed that text into `verify_id_card` for validation, used to require a full back-end service. You had to build the parser, the database, and the calling logic yourself.
Now, you just ask your agent. The tool executes, returns clean data, and your workflow moves forward. It’s a single prompt for a multi-step, multi-domain process.
Common Questions About Aliyun API Market MCP
How does the `ocr_general` tool work with my documents? +
The ocr_general tool takes an image URL and returns structured text data. This means you can't just get a block of messy text; it structures the output for you to use.
Is `verify_id_card` just for Chinese IDs? +
Yes, the verify_id_card tool is specialized for verifying Chinese identity documents and associated names against official records.
Can I use `bank_card_check` with non-Chinese cards? +
The bank_card_check tool is designed for checking bank card metadata, but its success depends on the specific API it calls within the Aliyun Market.
What is the difference between `call_market_api` and other tools? +
call_market_api is the catch-all tool. Use it when you need to access a service that isn't explicitly listed in the server's toolset.
Can I use `express_tracking` to track packages internationally? +
The express_tracking tool is designed for tracking shipments within the Aliyun Market's supported logistics network.
How do I handle rate limits when using `call_market_api`? +
The service handles rate limits by returning a specific HTTP error code (429). Your AI client must be programmed to recognize this code and implement an exponential backoff retry mechanism. This prevents calling the API too frequently and ensures stable data retrieval.
What data types are supported by `ocr_general`? +
It supports standard printable text from images like receipts, documents, and signs. The output is structured JSON, which makes it easy for your AI agent to read and use the extracted data directly in subsequent steps.
Is `send_sms` limited to Chinese phone numbers? +
No, the send_sms tool uses the authorized market provider's infrastructure. As long as the destination number is supported by the provider, you can send messages globally. Just ensure you provide the correct international dialing code.
How do I find my Aliyun AppCode? +
Log in to the Aliyun Console, go to 'Purchased Services', and select an API subscription. Your unique AppCode will be displayed in the API details or application management section.
Do I need to subscribe to each API individually? +
Yes. Before calling a specific API via this server, you must have an active subscription (often with a free tier) for that service in the Aliyun Market to use your AppCode.
Can I use this for any provider on the market? +
This server uses the standard Authorization: APPCODE header, which is supported by the vast majority of APIs on the Aliyun Cloud Market. Some high-security official services might require AK/SK signatures which are not the primary focus of this connector.
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
More in this category
RecruSpace
Automate recruitment via RecruSpace — manage candidates, track talent pools, and monitor job posts directly.
Simple Fatoora
Generate ZATCA-compliant electronic invoices for Saudi Arabian businesses with automated tax calculations and QR code embedding.
Amazon S3
Cloud object storage orchestration — manage buckets, objects, and metadata via AI.
You might also like
Finmei
Manage expenses, tax rates, and payments through conversational AI agents with Finmei.
Xero
Manage invoices, bank transactions, and financial reports on Xero — the beautiful accounting software for small business.
Motion (AI Calendar & Task Management)
Manage your schedule via Motion — create AI-optimized tasks, track projects, and audit your timeline.