← itseasy.co

INDIVIDUAL MCP TOOL

find_customer

Find a customer by email or name (case-insensitive substring match) and show the best match's profile with recent payment activity.

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 find_customer and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests sending messages.
  • A tool name or description suggests a financial action.

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.
  • 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.
  • list_settlements — List settlements with pagination.