← itseasy.co

INDIVIDUAL MCP TOOL

list_balance_transfers

List balance transfers.

itseasy.conone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.itseasy.co/mcp

No auth detected

Connect to this endpoint to inspect the live schema for list_balance_transfers and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

itseasy.co

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.easy-labs-mcp-server]
url = "https://mcp.itseasy.co/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "easy-labs-mcp-server": {
      "type": "http",
      "url": "https://mcp.itseasy.co/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: easy-labs-mcp-server
Remote MCP URL: https://mcp.itseasy.co/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "easy-labs-mcp-server": {
      "url": "https://mcp.itseasy.co/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "easy-labs-mcp-server": {
      "type": "http",
      "url": "https://mcp.itseasy.co/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "easy-labs-mcp-server",
  "transport": "streamable-http",
  "url": "https://mcp.itseasy.co/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • revenue_summary — Revenue summary for a period (7d, 30d, 90d, 6m, 12m, or mtd): gross volume, transfer counts by status, average ticket, and change versus the previous equal-length period.
  • find_customer — Find a customer by email or name (case-insensitive substring match) and show the best match's profile with recent payment activity.
  • merchant_application_checklist — Everything a business needs to gather before applying for an Easy merchant account — the 7 application steps with required information for each.
  • explain_application_step — Explains one step of the Easy merchant application in plain English: what's asked, why it's required (KYB/underwriting context), and what to have ready.
  • list_transfers — List recent transfers with optional filters.
  • get_transfer — Get a single transfer by ID.
  • list_disputes — List disputes with optional state filter.
  • get_dispute — Get a single dispute by ID.