4,500+ servers built on MCP Fusion
Vinkius
Jiguang Aurora / 极光 logo
Vinkius
LangChain logo

How to Use the Jiguang Aurora / 极光 MCP in LangChain

Build multi-step messaging chains that route push notifications through Jiguang Aurora / 极光 using LangChain and real-time user data.

See Vinkius in Action

Works with every AI agent you already use

…and any MCP-compatible client

Jiguang Aurora / 极光 MCP on Cursor AI Code Editor MCP Client Jiguang Aurora / 极光 MCP on Claude Desktop App MCP Integration Jiguang Aurora / 极光 MCP on OpenAI Agents SDK MCP Compatible Jiguang Aurora / 极光 MCP on Visual Studio Code MCP Extension Client Jiguang Aurora / 极光 MCP on GitHub Copilot AI Agent MCP Integration Jiguang Aurora / 极光 MCP on Google Gemini AI MCP Integration Jiguang Aurora / 极光 MCP on Lovable AI Development MCP Client Jiguang Aurora / 极光 MCP on Mistral AI Agents MCP Compatible Jiguang Aurora / 极光 MCP on Amazon AWS Bedrock MCP Support
MCP Servers - Free for Subscribers
LangChain

Connect Jiguang Aurora / 极光 MCP to LangChain

Create your Vinkius account to connect Jiguang Aurora / 极光 to LangChain and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.

GDPR Free for Subscribers

Chain push triggers with LangChain and MCP Server

Route notifications based on live user data. Your agent calls `get_device_info` to check if a user is active in China, then immediately triggers `send_push` if they match your target segment. You do not write glue code. The output of the first tool feeds directly into the next link of your chain. Monitor every step of this execution using LangSmith. You see exactly when the MCP Server queries the Jiguang API, how many tokens were used, and the latency of the request. This keeps your messaging pipelines predictable and easy to debug.

Automate scheduling based on quota limits

Stop guessing if you have enough quota left for a massive campaign. Your agent runs `get_account_quota` before scheduling any broad-reach messages. If the quota is clear, it executes `create_schedule` to queue the campaign for the optimal local time. If the quota is running thin, the agent pauses the chain and alerts your team. You manage all of this dynamically through a single LangChain run, preventing failed deliveries before they happen.

Track and clean inactive device segments

Clean up your target lists without manual exports. The agent pulls delivery data with `get_push_report` and checks user engagement via `get_user_report`. It spots dead devices and immediately calls `update_device` to strip tags from inactive users. This loop keeps your push targets clean. Your deliverability rates go up because you stop wasting API calls on devices that uninstalled your app months ago.

Setup guide

Set up Jiguang Aurora / 极光 MCP in LangChain

Prerequisites

  • Python 3.10+ installed
  • langchain-mcp-adapters + langgraph packages
  • Active Vinkius subscription with a valid endpoint token
  1. 1

    Install dependencies

    Run pip install langchain-mcp-adapters langgraph langchain-openai. The MCP adapters package converts MCP tools into native LangChain BaseTool objects.

  2. 2

    Connect via HTTP transport

    Use MultiServerMCPClient with "transport": "http" pointing to your Vinkius endpoint. Replace [YOUR_TOKEN_HERE] with your token from cloud.vinkius.com.

  3. 3

    Create a ReAct agent

    Pass the discovered tools to create_react_agent() from LangGraph. The agent automatically routes Jiguang Aurora / 极光 tool calls through the MCP protocol.

  4. 4

    Run with any LLM

    Swap ChatOpenAI for ChatAnthropic, ChatGoogleGenerativeAI, or any LangChain-compatible model. The MCP tools work identically across all providers.

agent.py
from langchain_mcp_adapters.client import MultiServerMCPClient
from langgraph.prebuilt import create_react_agent
from langchain_openai import ChatOpenAI

async with MultiServerMCPClient({
    "jiguang-aurora-mcp": {
        "transport": "http",
        "url": "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp",
    }
}) as client:
    tools = client.get_tools()

    agent = create_react_agent(
        ChatOpenAI(model="gpt-4o"),
        tools,
    )
    result = await agent.ainvoke({
        "messages": "List recent Jiguang Aurora / 极光 transactions"
    })
    print(result["messages"][-1].content)

Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by Jiguang Aurora / 极光. 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.

Why Choose Vinkius

Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.

Real-time monitoring

Live

visibility into every interaction

Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.

Built-in savings

60%

lower AI costs

Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.

Single dashboard

One

place for every integration

Every tool your AI connects to, managed from a single screen. One account, complete control.

Common questions about Jiguang Aurora / 极光 MCP in LangChain

Install the adapter package and initialize the client. You run pip install langchain-mcp-adapters langgraph and configure the server URL. Pass the tools to your agent, and it will handle the rest.
Yes, it can. Your agent uses create_schedule to queue notifications and list_schedules to inspect what is currently in the pipe. It chains these with quota checks to keep things safe.
The agent calls get_message_status using the message ID returned from a push. LangSmith logs this entire exchange, giving you a clear view of the tool execution latency.
Yes. By default, the client is stateless. If you need to maintain context across multiple steps, use the session method on the client to keep your agent aligned.
It handles device registration IDs, user tags, and push message content. All traffic runs through a zero-trust V8 sandbox, meaning your Jiguang API keys never leak into the LLM context.

Start using the Jiguang Aurora / 极光 MCP today

We host it, we monitor it, we maintain it. You just paste one token.

Built & Managed by Vinkius 30s setup 10 tools

We've already built the connector for Jiguang Aurora / 极光. Just plug in your AI agents and start using Vinkius.

No hosting. No infrastructure. No complex setup.
All 10 tools are live and waiting. You're up and running in seconds.

Claude Claude
ChatGPT ChatGPT
Cursor Cursor
Gemini Gemini
Windsurf Windsurf
VS Code VS Code
JetBrains JetBrains
Vercel Vercel
+ other MCP clients

Vinkius gives your AI agents access to the full catalog of app connectors, all fully managed, secure, and enterprise-ready. One subscription, every tool you need.

Zero hosting required Full MCP catalog included Enterprise-grade security Auto-updated by Vinkius

Built, hosted, and secured by Vinkius. You just connect and go.