mercoa for Grok
io.usefulapi/mercoa
Query and manage Mercoa AP/AR bill-pay: entities, invoices, transactions and payment methods.
client:Grok
transport:streamable-http
tools:17
Install mercoa in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"mercoa": {
"type": "http",
"url": "https://mercoa.usefulapi.io/mcp"
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs
What Grok 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