Coinremitter is a cryptocurrency payment gateway covering wallet management, address generation, withdrawals, transaction lookups, payment invoices, and live fiat/crypto conversion rates. The API exposes 11 POST endpoints authenticated with paired x-api-key and x-api-password headers tied to a specific wallet, supporting Bitcoin and additional cryptocurrencies. Merchants can quote in fiat, accept payment in crypto, and reconcile by deposit address without standing up their own wallet infrastructure.
11 endpointsJentic publishes the only available OpenAPI specification for Coinremitter API, keeping it validated and agent-ready. Coinremitter is a cryptocurrency payment gateway that lets merchants accept Bitcoin and other coins, manage wallet addresses, send withdrawals, query transactions, and issue payment invoices. The API exposes 9 POST endpoints for wallet operations and invoice creation, all authenticated with paired x-api-key and x-api-password headers scoped to a specific wallet.
9 endpoints# Add to your MCP client config (Claude Desktop, Cursor, Windsurf)
{
"jentic": {
"url": "https://api.jentic.com/mcp",
"auth": "oauth"
}
}
# Then ask your agent:
"find live events near a location"
# → Jentic returns the GET /events tool with parameter schema, agent executes.