4,500+ servers built on MCP Fusion
Vinkius
Durianpay logo
Vinkius
AutoGen logo

How to Use the Durianpay MCP in AutoGen

Let AutoGen agents debate payment disputes and reconcile Durianpay transactions using this MCP Server.

See Vinkius in Action

Works with every AI agent you already use

…and any MCP-compatible client

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

Connect Durianpay MCP to AutoGen

Create your Vinkius account to connect Durianpay to AutoGen 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

Resolve Durianpay payment disputes via AutoGen agents

The `get_payment_details` tool provides the critical transaction data your AutoGen agents need to resolve payment disputes over MCP. A support agent can call this tool to check a status, while a security agent reviews `list_failed_transactions` to look for fraud patterns. These agents debate their findings in a shared conversation thread. They only trigger a refund or update after both agree that the transaction history matches your business rules.

Automate reconciliation with specialized agents

The `quick_revenue_health_audit` tool assigns high-level transaction summaries to specialized AutoGen analyst agents. This agent runs the audit and presents the raw metrics to a manager agent, who checks the numbers against your internal targets. This division of labor keeps your operations clean. Instead of one complex prompt trying to do everything, separate AutoGen agents handle data retrieval and evaluation independently.

Search checkout orders with conversational triggers

The `search_payment_orders` tool finds specific transactions using customer names or order IDs inside your AutoGen conversation using the MCP Server. When a user asks about a missing order, the routing agent delegates the search task to the database agent. The database agent executes the search and passes the results back to the conversation. This multi-agent flow ensures that customer queries are resolved without manual human lookup.

Setup guide

Set up Durianpay MCP in AutoGen

Prerequisites

  • Python 3.10+ installed
  • autogen-ext[mcp] package
  • Active Vinkius subscription with a valid endpoint token
  1. 1

    Install AutoGen with MCP

    Run pip install "autogen-ext[mcp]" autogen-agentchat. The MCP extension includes mcp_server_tools for stateless tool access.

  2. 2

    Fetch tools from the MCP

    Call mcp_server_tools(SseServerParams(url=...)) with your Vinkius endpoint. Replace [YOUR_TOKEN_HERE] with your token from cloud.vinkius.com.

  3. 3

    Run your agent

    Pass the tools to AssistantAgent and call agent.run(). The agent invokes Durianpay tools and returns structured results.

agent.py
from autogen_ext.tools.mcp import SseServerParams, mcp_server_tools
from autogen_agentchat.agents import AssistantAgent
from autogen_ext.models.openai import OpenAIChatCompletionClient

server_params = SseServerParams(
    url="https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
)

tools = await mcp_server_tools(server_params)

agent = AssistantAgent(
    name="Durianpay_assistant",
    model_client=OpenAIChatCompletionClient(model="gpt-4o"),
    tools=tools,
)

result = await agent.run("List recent Durianpay data")
print(result.messages[-1].content)

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 Durianpay MCP in AutoGen

You register the tools using the McpToolAdapter and pass them to your AssistantAgent. Any agent in the conversation group can call tools like `list_payment_orders` if they are granted permission in the group chat configuration.
Yes, you can set up one agent to monitor settlement limits using `get_durianpay_account_metadata` while another tracks active checkout orders. The agents collaborate to flag accounts that are close to their processing caps.
The agents use conversational consensus. If `list_latest_transactions` shows a successful payment but `list_failed_transactions` shows a prior decline, the agents discuss the mismatch before presenting a final status to the user.
Yes, the Vinkius platform manages the connection and exposes an HTTP endpoint. You can configure your AutoGen client using the StreamableHttpServerParams class to connect instantly.
All data retrieved via `get_durianpay_account_metadata` is processed in secure, ephemeral V8 isolates. Vinkius enforces strict zero-trust access controls on the MCP Server, ensuring that your financial credentials never persist in any shared logs.

Start using the Durianpay 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 Durianpay. 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.