Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

io.usefulapi/mercoa

REMOTE · MERCOA.USEFULAPI.IO · SCANNED SEP 20

Query and manage Mercoa AP/AR bill-pay: entities, invoices, transactions and payment methods.

+54 this week 85 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. How we score → Why this is hard to score →

Endpoint Security78
  • The endpoint's TLS certificate is valid, in date, and uses a strong key. View diagnostics → Pass
  • Authorisation is enforced on tool calls, advertised via RFC 9728 protected-resource metadata. Discovery is public, which costs nothing: no tool can be invoked without a token. View diagnostics → Pass
  • HTTPS enforcement could not be verified: the plaintext port answered with HTTP 401, which proves neither a plaintext path nor enforcement. View diagnostics → Unverified
  • HSTS check failed: the Strict-Transport-Security header is absent. See how to fix → View diagnostics → Fail
  • DNSSEC check failed: this domain isn't protected by DNSSEC. See how to fix → View diagnostics → Fail
  • The authorisation server offers only Dynamic Client Registration (RFC 7591), which MCP 2026-07-28 deprecated in favour of Client ID Metadata Documents. View diagnostics → Partial
Transport & Reachability100
Schema Quality & AI Usability72
  • AI-judged instruction clarity (excellent).Pass
  • Context-footprint check failed: tool/resource definitions use about 2638 tokens (~155/item across 17 items; 17 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management100
  • No destabilizing schema changes in the last 30 days.Pass
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • We read all 17 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
  • An AI judge read all 17 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities60
  • Spec-recency check failed: implements MCP spec 2025-06-18; the latest is 2026-07-28. See how to fix → Fail
Install

How do I install the io.usefulapi/mercoa MCP server?

io.usefulapi/mercoa is a hosted endpoint at https://mercoa.usefulapi.io/mcp, so there is nothing to install locally. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

remote · mercoa.usefulapi.io

# add to Claude Code
claude mcp add --transport http io-usefulapi-mercoa 'https://mercoa.usefulapi.io/mcp'
// .cursor/mcp.json
{
  "mcpServers": {
    "io-usefulapi-mercoa": {
      "url": "https://mercoa.usefulapi.io/mcp"
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "io-usefulapi-mercoa": {
      "type": "http",
      "url": "https://mercoa.usefulapi.io/mcp"
    }
  }
}
# ~/.codex/config.toml
[mcp_servers.io-usefulapi-mercoa]
url = "https://mercoa.usefulapi.io/mcp"
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "io-usefulapi-mercoa": {
      "type": "remote",
      "url": "https://mercoa.usefulapi.io/mcp",
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add io-usefulapi-mercoa --url 'https://mercoa.usefulapi.io/mcp' --transport streamable-http
# ~/.hermes/config.yaml
mcp_servers:
  io-usefulapi-mercoa:
    url: "https://mercoa.usefulapi.io/mcp"
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "io-usefulapi-mercoa": {
      "Transport": "http",
      "Url": "https://mercoa.usefulapi.io/mcp"
    }
  }
}
# add to Vellum
assistant mcp add io-usefulapi-mercoa -t streamable-http -u 'https://mercoa.usefulapi.io/mcp'
// mcp.json
{
  "mcpServers": {
    "io-usefulapi-mercoa": {
      "type": "http",
      "url": "https://mercoa.usefulapi.io/mcp"
    }
  }
}

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 16 Sept 26 +4
    • Authorization: fail → pass security
    • Stability: 0.97 → pass security
  • 15 Sept 26 −4
    • Authorization: pass → fail security
    • Stability: pass → 0.97 functional
  • 14 Sept 26 +54
    • Authorization: unverified → pass security
    • Injection markers: unverified → pass security
    • Stability: fail → pass security
    • Schema quality: unverified → fail functional
    • Schema quality: unverified → fail functional
    • Schema quality: unverified → excellent functional
    • Tool coverage: unverified → 100 functional
    • This server's schema is too large to store in full, so we cannot compare its tools day to day functional
  • 13 Sept 26 −54
    • Authorization: pass → unverified security
    • Tool safety: pass → unverified security
    • Stability: pass → fail security
    • Schema quality: excellent → unverified functional
    • Schema quality: fail → unverified functional
    • Schema quality: fail → unverified functional
    • Tool coverage: 100 → unverified functional
    • This server's schema is too large to store in full, so we cannot compare its tools day to day functional
  • 12 Sept 26 +14
    • Authorization: unverified → pass security
    • Stability: fail → pass security
  • 11 Sept 26 −14
    • Authorization: pass → unverified security
    • Stability: pass → fail security
  • 10 Sept 26 +14
    • Authorization: unverified → pass security
    • Stability: fail → pass security
  • 9 Sept 26 +40
    • Injection markers: unverified → pass security
    • Authorization: Authorisation not fully verified: this server exposes a tool marked destructive (mercoa_create_entity) and its handshake is open, but we could not confirm whether a tool call is gated, so we do not assert it is callable unauthenticated. security
    • Schema quality: unverified → fail functional
    • Schema quality: unverified → fail functional
    • Schema quality: unverified → excellent functional
    • Tool coverage: unverified → 100 functional
    • This server's schema is too large to store in full, so we cannot compare its tools day to day functional
Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 20 Sept 2026 · Probed https://mercoa.usefulapi.io/mcp

TLS valid

Negotiated TLS 1.3 with TLS_AES_128_GCM_SHA256 .

Subject Issuer Valid from Valid until Key Signature Serial
CN=usefulapi.io CN=WE1,O=Google Trust Services,C=US 14 Sept 2026 13 Dec 2026 ECDSA 256 ECDSA-SHA256 d47b5308db3a852b0e1b41c974b4b451
SANs: usefulapi.io, mercoa.usefulapi.io, *.mercoa.usefulapi.io
CN=WE1,O=Google Trust Services,C=US (CA) CN=GTS Root R4,O=Google Trust Services LLC,C=US 13 Dec 2023 20 Feb 2029 ECDSA 256 ECDSA-SHA384 7ff31977972c224a76155d13b6d685e3
CN=GTS Root R4,O=Google Trust Services LLC,C=US (CA) CN=GlobalSign Root CA,OU=Root CA,O=GlobalSign nv-sa,C=BE 15 Nov 2023 28 Jan 2028 ECDSA 384 SHA256-RSA 7fe530bf331343bedd821610493d8a1b

Background: What to check on a remote MCP endpoint →

DNSSEC insecure

Validation of mercoa.usefulapi.io. Not signed

Zone DS Keys Algorithms Outcome
. trust_anchor 20326, 38696 8, 8 Verified
io. present 57355 8 Verified
usefulapi.io. absent Unsigned (proven) parent-signed NSEC/NSEC3 proves an unsigned delegation
Authentication Enforced and verified

The endpoint asked for a token and published valid RFC 9728 metadata describing how to get one.

Result Enforced and verified
Enforced On tool calls
HTTP status 200

WWW-Authenticate challenge Bearer realm="OAuth", resource_metadata="https://mercoa.usefulapi.io/.well-known/oauth-protected-resource/mcp", error="invalid_token", error_description="Missing or invalid access token"

Bearer realm="OAuth", resource_metadata="https://mercoa.usefulapi.io/.well-known/oauth-protected-resource/mcp", error="invalid_token", error_description="Missing or invalid access token"

Protected resource metadata

Document https://mercoa.usefulapi.io/.well-known/oauth-protected-resource/mcp
Retrieved Yes
Resource https://mercoa.usefulapi.io/mcp
Authorisation server https://mercoa.usefulapi.io

Background: How OAuth 2.1 works in the 2026 MCP spec →

Transports 2 probes
Transport URL Outcome Status Location
streamable-http https://mercoa.usefulapi.io/mcp Verified 200
http (plaintext) http://mercoa.usefulapi.io/mcp Inconclusive 401
MCP tools · 17 exposed · ~2,638 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
mercoa_add_invoice_comment ~75

WRITE — adds a comment to an invoice (visible in its activity log). POST /invoice/{invoiceId}/comment.

NameTypeReqDescription
invoiceIdstringyesInvoice ID to comment on.
textstringyesComment text.
userIdstringID or foreign ID of the user creating the comment.

No output schema declared.

No examples provided.

mercoa_create_entity ~211

WRITE — creates a real entity (customer/vendor/payor/payee) in Mercoa. Supply role flags, accountType, and a nested `profile` object (business or individual details). POST /entity.

NameTypeReqDescription
accountTypestringbusiness or individual.
emailstringPrimary email for the entity.
foreignIdstringYour system's ID for this entity.
isCustomerbooleanWhether this entity has a direct relationship with your organization.
isPayeebooleanWhether this entity can receive payments (AR / vendor).
isPayorbooleanWhether this entity can pay invoices (AP).
profileobjectNested profile object, e.g. { "business": { "legalBusinessName": "Acme Inc.", "email": "ap@acme.com", "businessType": "llc" } } or { "individual": { "name": {...}, "email": "..." } }.

No output schema declared.

No examples provided.

mercoa_create_invoice ~335

WRITE — creates a real invoice/bill in Mercoa. Set status (DRAFT to stage, NEW to submit), amount, currency, payer/vendor, dates and line items. POST /invoice.

NameTypeReqDescription
amountnumberTotal invoice amount.
creatorEntityIdstringEntity ID on whose behalf the invoice is created.
creatorUserIdstringUser ID creating the invoice.
currencystringCurrency code, e.g. USD.
deductionDatestringScheduled payment/deduction date (ISO 8601).
dueDatestringDue date (ISO 8601).
invoiceDatestringInvoice date (ISO 8601).
invoiceNumberstringHuman-readable invoice number, e.g. INV-123.
lineItemsarrayLine items array, e.g. [{ "amount": 100, "currency": "USD", "description": "Product A", "quantity": 1, "unitPrice": 100 }].
metadataobjectArbitrary key/value metadata.
noteToSelfstringInternal note.
payerIdstringPayer entity ID (who owes).
paymentDestinationIdstringPayment method ID to pay to (vendor's).
paymentSourceIdstringPayment method ID to pay from (payer's).
statusstringInvoice status, e.g. DRAFT, NEW, APPROVED, SCHEDULED.
vendorIdstringVendor entity ID (who is paid).

No output schema declared.

No examples provided.

mercoa_find_entities ~213

Find/search entities (buyers, vendors, payors, payees). Use to look up counterparties by name/email/foreignId or list all. GET /entity.

NameTypeReqDescription
foreignIdYour system's ID(s) for the entity.
isCustomerbooleanIf true, only entities with a direct relationship to your organization.
isPayeebooleanFilter entities marked as payees.
isPayorbooleanFilter entities marked as payors.
limitintegerMax entities to return (1-100, default 10).
paymentMethodsbooleanIf true, include payment methods in the response.
returnMetadataMetadata key(s) to include in the response.
searchstringSearch by name, email, emailTo, entity ID, or foreign ID (partial matches).
startingAfterstringEntity ID cursor for pagination.
statusEntity status filter (e.g. verified, pending).

No output schema declared.

No examples provided.

mercoa_find_invoices ~429

Find/search invoices (bills) across payers and vendors. Filter by status, entity, date, approver and more. GET /invoices (plural list endpoint).

NameTypeReqDescription
approverActionFilter by approver action (use with approverId), e.g. APPROVE.
approverIdFilter by assigned approver user ID(s).
creatorUserIdFilter by the user ID(s) that created the invoice.
dateTypestringDate type to filter by (e.g. CREATED_AT, DUE_DATE).
endDatestringEnd date filter (ISO 8601).
entityGroupIdstringFilter by entity group ID.
entityIdFilter by entity (payer or vendor) ID(s) or foreign ID(s).
invoiceIdFilter by invoice ID(s) or foreign ID(s).
invoiceTemplateIdFilter by invoice template ID(s).
limitintegerMax invoices to return (1-100, default 10).
orderBystringField to order by (e.g. CREATED_AT, AMOUNT, DUE_DATE).
orderDirectionstringasc or desc.
payerIdFilter by payer ID(s) or foreign ID(s).
paymentTypeFilter by payment type (e.g. recurring).
returnPayerMetadatabooleanInclude payer metadata in the response.
returnPaymentTimingbooleanInclude payment timing in the response.
returnVendorMetadatabooleanInclude vendor metadata in the response.
searchstringSearch by vendor name, invoice number, check number, or amount.
startDatestringStart date filter (ISO 8601).
startingAfterstringInvoice ID cursor for pagination.
statusInvoice status filter (e.g. DRAFT, NEW, APPROVED, SCHEDULED, PAID).
vendorIdFilter by vendor ID(s) or foreign ID(s).

No output schema declared.

No examples provided.

mercoa_find_transactions ~216

List/search payment transactions. Filter by entity, invoice, status, type and date. GET /transactions.

NameTypeReqDescription
endDatestringCREATED_AT end date filter (ISO 8601).
entityGroupIdstringFilter by entity group ID.
entityIdFilter by entity ID(s) or foreign ID(s).
invoiceIdFilter by invoice ID(s) or foreign ID(s).
limitintegerMax transactions to return (1-100, default 10).
payerIdFilter by payer ID(s).
searchstringSearch by vendor name, invoice number, check number, or amount.
startDatestringCREATED_AT start date filter (ISO 8601).
startingAfterstringTransaction ID cursor for pagination.
statusTransaction status filter.
transactionIdFilter by transaction ID(s).
transactionTypeFilter by transaction type.
vendorIdFilter by vendor ID(s).

No output schema declared.

No examples provided.

mercoa_get_entity ~48

Get a single entity by ID (or foreign ID). GET /entity/{entityId}.

NameTypeReqDescription
entityIdstringyesEntity ID (e.g. ent_...) or foreign ID.

No output schema declared.

No examples provided.

mercoa_get_entity_events ~103

Get the event/audit log for an entity. GET /entity/{entityId}/events.

NameTypeReqDescription
endDatestringEnd date filter (ISO 8601).
entityIdstringyesEntity ID or foreign ID.
limitintegerMax events to return (1-100).
startDatestringStart date filter (ISO 8601).
startingAfterstringEvent ID cursor for pagination.

No output schema declared.

No examples provided.

mercoa_get_entity_invoice_metrics ~331

Get aggregate invoice metrics (totals/counts, grouped by currency) for an entity's payables/receivables — for AP/AR dashboards and aging. GET /entity/{entityId}/invoice-metrics.

NameTypeReqDescription
approverIdFilter by assigned approver user ID(s).
currencyCurrency code(s) to filter on, e.g. USD.
dateTypestringDate type to filter by (e.g. CREATED_AT, DUE_DATE).
endDatestringEnd date filter (ISO 8601).
entityIdstringyesEntity ID or foreign ID.
excludePayablesbooleanOnly return receivables (exclude payables).
excludeReceivablesbooleanOnly return payables (exclude receivables).
groupByAdditional grouping (e.g. by status).
invoiceIdFilter by invoice ID(s) or foreign ID(s).
payerIdFilter by payer ID(s).
returnByDatestringGroup metrics by date, e.g. CREATION_DATE or DUE_DATE.
returnByDateFrequencystringFrequency for date grouping (e.g. DAILY, MONTHLY).
searchstringSearch by vendor name, invoice number, check number, or amount.
startDatestringStart date filter (ISO 8601).
statusInvoice status filter (e.g. NEW, SCHEDULED, PAID).
vendorIdFilter by vendor ID(s).

No output schema declared.

No examples provided.

mercoa_get_invoice ~47

Get a single invoice (bill) by ID. GET /invoice/{invoiceId}.

NameTypeReqDescription
invoiceIdstringyesInvoice ID (e.g. in_...) or foreign ID.

No output schema declared.

No examples provided.

mercoa_get_invoice_events ~110

Get the event/audit log for an invoice (status changes, approvals, payments). GET /invoice/{invoiceId}/events.

NameTypeReqDescription
endDatestringEnd date filter (ISO 8601).
invoiceIdstringyesInvoice ID or foreign ID.
limitintegerMax events to return (1-100).
startDatestringStart date filter (ISO 8601).
startingAfterstringEvent ID cursor for pagination.

No output schema declared.

No examples provided.

mercoa_get_organization ~32

Get the caller's Mercoa organization configuration (settings, payment methods enabled, etc.). GET /organization.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

mercoa_get_payment_method ~66

Get a single payment method for an entity. GET /entity/{entityId}/paymentMethod/{paymentMethodId}.

NameTypeReqDescription
entityIdstringyesEntity ID or foreign ID.
paymentMethodIdstringyesPayment method ID (e.g. pm_...).

No output schema declared.

No examples provided.

mercoa_get_transaction ~35

Get a single payment transaction by ID. GET /transaction/{transactionId}.

NameTypeReqDescription
transactionIdstringyesTransaction ID.

No output schema declared.

No examples provided.

mercoa_list_entity_payment_methods ~73

List an entity's payment methods (bank accounts, cards, check, etc.). GET /entity/{entityId}/paymentMethods.

NameTypeReqDescription
entityIdstringyesEntity ID or foreign ID.
typestringFilter by payment method type (e.g. bankAccount, card, check).

No output schema declared.

No examples provided.

mercoa_list_entity_users ~48

List the users belonging to an entity (approvers, admins, etc.). GET /entity/{entityId}/users.

NameTypeReqDescription
entityIdstringyesEntity ID or foreign ID.

No output schema declared.

No examples provided.

mercoa_update_invoice ~266

WRITE — updates an existing invoice/bill (all fields optional). Commonly used to advance status (e.g. DRAFT→NEW→SCHEDULED) or change amounts, dates, or payment methods. POST /invoice/{invoiceId}.

NameTypeReqDescription
amountnumberTotal invoice amount.
currencystringCurrency code, e.g. USD.
deductionDatestringScheduled payment/deduction date (ISO 8601).
dueDatestringDue date (ISO 8601).
invoiceDatestringInvoice date (ISO 8601).
invoiceIdstringyesInvoice ID to update.
invoiceNumberstringHuman-readable invoice number.
lineItemsarrayReplacement line items array.
metadataobjectArbitrary key/value metadata.
noteToSelfstringInternal note.
payerIdstringPayer entity ID.
paymentDestinationIdstringPayment method ID to pay to.
paymentSourceIdstringPayment method ID to pay from.
statusstringNew invoice status, e.g. NEW, APPROVED, SCHEDULED.
vendorIdstringVendor entity ID.

No output schema declared.

No examples provided.

Common questions

What is the io.usefulapi/mercoa MCP server?

io.usefulapi/mercoa is an MCP server listed in the public MCP registry as io.usefulapi/mercoa. Query and manage Mercoa AP/AR bill-pay: entities, invoices, transactions and payment methods. This page covers its hosted endpoint (https://mercoa.usefulapi.io/mcp).

Is the io.usefulapi/mercoa MCP server safe to use?

io.usefulapi/mercoa scores 85 out of 100 on VerifyMCP. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the io.usefulapi/mercoa MCP server expose?

io.usefulapi/mercoa exposes 17 tools: mercoa_find_entities, mercoa_get_entity, mercoa_get_entity_events, mercoa_get_entity_invoice_metrics, mercoa_list_entity_payment_methods, and 12 more. Their descriptions and schemas cost roughly 2,638 tokens of context every time the server is loaded.

Does the io.usefulapi/mercoa MCP server require authentication?

Yes. io.usefulapi/mercoa asked us for credentials when we connected, so you will need to authorise it in your MCP client before it can do anything.

Is the io.usefulapi/mercoa MCP server still maintained?

io.usefulapi/mercoa is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.