mercoa for Claude Desktop
io.usefulapi/mercoa
Query and manage Mercoa AP/AR bill-pay: entities, invoices, transactions and payment methods.
client:Claude Desktop
transport:streamable-http
tools:17
Install mercoa in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"mercoa": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mercoa.usefulapi.io/mcp"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs
What Claude Desktop can do once it is connected
- mercoa_find_entities
- mercoa_get_entity
- mercoa_get_entity_events
- mercoa_get_entity_invoice_metrics
- mercoa_list_entity_payment_methods
- mercoa_get_payment_method
- mercoa_list_entity_users
- mercoa_find_invoices
- mercoa_get_invoice
- mercoa_get_invoice_events
- mercoa_find_transactions
- mercoa_get_transaction
- mercoa_get_organization
- mercoa_create_entity
- mercoa_create_invoice
- mercoa_update_invoice
- mercoa_add_invoice_comment