# Instamojo MCP for AI Agents AI Agent Connect

> Instamojo MCP lets your AI agent handle the heavy lifting of Indian payment processing. It connects to your Instamojo account so you can track payments, manage refunds, monitor payouts, and resolve disputes without switching tabs. It's built for anyone running an e-commerce business or a fintech service in India who needs to keep their finances organized.

## Overview
- **Category:** money-moves
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_gGTeOcvyrqMziGyT0dLnA7fbXZD6W19lwm6DSC5U/ai-agent-connect
- **Tags:** payment-gateway, refund-management, payouts, dispute-resolution, transaction-tracking, indian-fintech

## Description

This Connector lets your AI agent manage your entire Instamojo payment ecosystem directly. Instead of jumping between different tabs to see who paid you or where your payouts are, you can just ask your agent for a status update. It handles the gritty details of Indian fintech, like tracking specific payment requests or listing all your active disputes. You can automate the boring stuff, like checking if a refund went through or seeing which payment gateways are currently active. Because Vinkius makes it so easy to plug this into your existing workflow, you can move from manual monitoring to automated financial oversight in minutes. It turns your AI into a dedicated operations assistant that knows exactly what's happening with your money.

## Tools

### list_gateways
See which payment gateways are currently active in your account. This ensures your checkout is always live.

### list_links
Pull a list of every payment link you've generated. This helps you track all your active sales URLs.

### list_payment_requests
Get a full list of all payment requests you've created. Use this to see what's pending in your queue.

### list_payments
See every payment you've received in your account. This gives you a complete history of your sales.

### list_payouts
See all the payouts sent to your bank account. Use this to track when your money actually moves.

### list_refunds
Get a list of every refund that's been processed. This is perfect for quick auditing of your returns.

### get_payment
Get the specific details of a single transaction. Use this to check the status of a specific customer order.

### get_payment_request
View the details of a specific payment request. This helps you see what a customer is trying to pay.

### get_refund
Pull the data for a specific refund you've processed. It's the fastest way to confirm a return was successful.

### list_disputes
See a full list of all past and current disputes. Use this to keep an eye on any customer complaints.

## Prompt Examples

**Prompt:** 
```
Did my refund for order #12345 go through?
```

**Response:** 
```
I've checked the status of that refund for you.

**Refund Details:**
- **Order ID:** #12345
- **Status:** ✅ Success
- **Amount:** ₹1,250.00
- **Processed On:** Oct 24, 2023

The funds have been successfully returned to the customer.
```

**Prompt:** 
```
Show me my payouts for this week.
```

**Response:** 
```
Here are your payouts sent to your bank account this week:

| Date | Amount | Status |
| :--- | :--- | :--- |
| Oct 21 | ₹45,000.00 | Completed |
| Oct 23 | ₹12,300.00 | Completed |
| Oct 25 | ₹8,000.00 | Pending |

Total processed: ₹65,300.00.
```

**Prompt:** 
```
Are there any active disputes right now?
```

**Response:** 
```
I found **2 active disputes** that need your attention:

*   **ID: DIS-9921** - Customer claims item was damaged. (Opened 2 hours ago)
*   **ID: DIS-9840** - Request for full refund on order #5521. (Opened 1 day ago)

Would you like me to pull more details on either of these?
```

## Capabilities

### Track payment statuses
Check if a customer paid and see the specific details of that transaction.

### Manage refunds
Process and view the details of every refund you've handled.

### Monitor bank payouts
See exactly when money hits your bank account from your Instamojo balance.

### Resolve disputes
List and review all active and past disputes to keep your account clean.

### Manage payment links
See a full list of every payment link you've generated for your customers.

### Audit payment requests
Review all pending payment requests to ensure nothing falls through the cracks.

## Use Cases

### Verifying a specific refund
A merchant wants to know if a refund for a returned dress was successful. They ask the agent to check the status using get_refund.

### Auditing weekly sales
An owner needs to see all payments received in the last 7 days. They ask the agent to list all payments using list_payments.

### Checking for active disputes
A manager wants to see if there are any customer issues today. They ask the agent to list all disputes using list_disputes.

### Monitoring bank transfers
A business owner wants to see if their weekly payout hit their bank. They ask the agent to list payouts using list_payouts.

## Benefits

- Stop manual checking of the Instamojo dashboard by using list_payments to get a snapshot of your history.
- Handle customer returns faster by using list_refunds and get_refund to track status in real time.
- Keep your dispute list clean by using list_disputes to identify exactly what needs your attention.
- Manage your links better by using list_links to see every active URL you've created for your customers.
- Get clear visibility into your bank deposits by using list_payouts to track where your money is.
- Ensure your checkout is always live by using list_gateways to check your active payment methods.

## How It Works

The bottom line is you get a chat-based command center for your Indian payment history.

1. Grab your API keys from your Instamojo merchant dashboard.
2. Connect the Connector to your AI client via the Vinkius catalog.
3. Ask your agent to pull your latest payout list or check a refund.

## Frequently Asked Questions

**Can I use the Instamojo MCP to track my Indian payments?**
Yes, it connects to your Instamojo account to pull all payment data. This allows your agent to show you a history of sales and current payment statuses in real time.

**How does the Instamojo MCP help with refunds?**
It lets your agent see all processed refunds and pull details on specific ones. You can quickly verify if a return went through without leaving your chat.

**Can I see my bank payouts with the Instamojo MCP?**
Yes, you can list all payouts sent to your bank account. This makes it easy to track your actual cash flow and see when money hits your bank.

**Does the Instamojo MCP manage my payment links?**
It can list all the payment links you've generated in your account. This is helpful for keeping track of all your active sales URLs in one place.

**Can I use the Instamojo MCP to see my payment gateways?**
Yes, it can pull a list of all your configured gateways. This helps you ensure that your payment methods are correctly set up and active.

**How does the Instamojo MCP handle disputes?**
It lists all active and past disputes so you can track them easily. You can ask your agent to show you what needs attention so you don't miss any customer issues.

**How do I get Instamojo API credentials?**
Log in to your Instamojo dashboard, navigate to API & Plugins, and find your Client ID and Client Secret in the OAuth2 section.

**Does it support Sandbox mode?**
This implementation uses the production API base by default. To use sandbox, the engine URL needs to be updated.

**Can I process refunds?**
This version focus on listing and retrieving refund details. Actions to trigger new refunds may be added in future updates.