easypaydirect-mcp
Related Servers
Alternatives to easypaydirect-mcp
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityCmaintenanceRead-only MCP server enabling pest and lawn owners to ask FieldRoutes questions in plain English, with owner-shaped tools and a hosted connect vault.MIT
- AlicenseNot gradedqualityAmaintenanceRead-only MCP server for the Helcim payment API, letting AI agents safely query customers, invoices, card transactions, subscriptions, and more without risking financial mutations.MIT
- FlicenseNot gradedqualityDmaintenanceRead-only MCP server for TourScale ERPNext, enabling agents to query franchisees, agreements, invoices, and GL entries via natural language.-
- AlicenseAqualityAmaintenanceSecurity-first, read-only MCP server for Microsoft SQL Server, enabling safe natural-language querying of databases.54 npmMIT
- AlicenseNot gradedqualityCmaintenanceA read-only MCP server for Wave Accounting that lets you query accounts receivable (outstanding invoices with viewing status) and monthly invoiced revenue via natural language.MIT
- AlicenseNot gradedqualityCmaintenanceRead-only MCP server for Quickbase that enables natural-language queries, schema exploration, data export, and saved report execution by auto-scanning app metadata and sample data on startup.MIT
TDQS
Scored across 7 tools
Each tool targets a distinct resource and action: plans, transactions, subscriptions, and customer vault entries. The get vs. list/search operations are clearly separated, making misselection unlikely.
Most tools follow a consistent verb_noun pattern (list_*, get_*), but 'search_transactions' deviates from the list_* convention for collection queries, and 'get_customer_vault_record' includes an extra descriptor compared to similar getters. These are minor deviations.
With 7 tools, the set is well-scoped for a read-only reporting API, covering the core entities without unnecessary redundancy or bloat.
For a read-only reporting domain, the coverage is complete: all major entities (plans, transactions, subscriptions, customer vault) have retrieval capabilities, including single-item and list/search variants. No obvious gaps are present.