eCommerce
itseasy.co
Provides payment and merchant management tools, including revenue summaries, customer lookup, transfer listings, and merchant application guidance.
ENDPOINT 1
https://mcp.itseasy.co/mcp
MCP server metadata
- Name
- easy-labs-mcp-server
- Version
- 0.5.0
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_summaryRevenue 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 effectsfind_customerFind a customer by email or name (case-insensitive substring match) and show the best match's profile with recent payment activity.
Potential side effectsmerchant_application_checklistEverything a business needs to gather before applying for an Easy merchant account — the 7 application steps with required information for each.
Inferred read-onlyexplain_application_stepExplains 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-onlyCONNECT 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
MCP server metadata
- Name
- easy-marketing-mcp
- Version
- 1.0.0
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
get_pricing_ratesEasy's flat-rate pricing per payment channel (cards, ACH, wallets, stablecoins) as structured JSON — the same numbers published on /pricing.
Potential side effectsCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.