← Registry

eCommerce

itseasy.co

Provides payment and merchant management tools, including revenue summaries, customer lookup, transfer listings, and merchant application guidance.

2 endpoints17 known toolsFirst detected August 27, 2026Last detected September 6, 2026

ENDPOINT 1

https://mcp.itseasy.co/mcp

No auth detected

MCP server metadata

Name
easy-labs-mcp-server
Version
0.5.0
Capabilities
loggingtools.listChangedresources.listChanged
Server instructions

Read-only access to an Easy (itseasy.co) merchant account: payments data, revenue workflows, and merchant-application guidance. Start with revenue_summary or find_customer — they answer whole questions in one call; use the list_*/get_* tools for specifics and read merchant://summary for account context. Amounts are integer cents (USD unless stated). Demo sessions (credential 'demo' or none) serve deterministic sample data with demo_* ids. Never ask users for SSNs, EINs, or bank credentials — the application tools explain where those are entered securely. Nothing here moves money.

Known tools 14

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.

Potential side effects
find_customer

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

Potential side effects
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.

Inferred read-only
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.

Inferred read-only
list_transfers

List recent transfers with optional filters.

Inferred read-only
get_transfer

Get a single transfer by ID.

Potential side effects
list_disputes

List disputes with optional state filter.

Inferred read-only
get_dispute

Get a single dispute by ID.

Inferred read-only
list_settlements

List settlements with pagination.

Inferred read-only
get_settlement

Get a single settlement by ID.

Inferred read-only
list_customers

List customers with pagination.

Inferred read-only
get_customer

Get a customer by ID.

Inferred read-only
list_balance_transfers

List balance transfers.

Inferred read-only
get_balance_transfer

Get a balance transfer by ID.

Potential side effects

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.

ENDPOINT 2

https://www.itseasy.co/api/mcp

No auth detected

MCP server metadata

Name
easy-marketing-mcp
Version
1.0.0
Capabilities
tools.listChanged
Server instructions

Public information about Easy (itseasy.co), the self-custodial payment platform by Easy Labs: use list_pages to see what exists, get_page for any page as markdown, and get_pricing_rates for published rates as JSON. No authentication, read-only, marketing/site content only — for a merchant's own payments data use the authenticated server at https://mcp.itseasy.co/mcp.

Known tools 3

list_pages

The curated index of every page on itseasy.

Inferred read-only
get_page

Fetches any itseasy.

Inferred read-only
get_pricing_rates

Easy's flat-rate pricing per payment channel (cards, ACH, wallets, stablecoins) as structured JSON — the same numbers published on /pricing.

Potential side effects

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-marketing-mcp]
url = "https://www.itseasy.co/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "easy-marketing-mcp": {
      "type": "http",
      "url": "https://www.itseasy.co/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: easy-marketing-mcp
Remote MCP URL: https://www.itseasy.co/api/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-marketing-mcp": {
      "url": "https://www.itseasy.co/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.