Mercury
Unclaimed verified 14 jul 2026Radically different banking for startups and scaling companies
TL;DR
Mercury is a software-first financial platform designed specifically for startups, offering fee-free banking, high-yield treasury, and venture debt. It distinguishes itself from traditional banks through its powerful API, automated financial workflows, and a sleek, developer-centric interface.
What Users Actually Pay
No user-reported pricing yet.
Our Take
Mercury has solidified its position as the 'standard' operating system for venture-backed startups in the U.S. By abstracting the complexities of traditional banking into a clean, digital-first experience, it caters perfectly to companies that prioritize speed and automation. Its $5M FDIC insurance, achieved through a sweep network, addresses the primary safety concerns raised after the 2023 banking crisis. However, Mercury's reliance on partner banks (like Choice Financial Group and Column N.A.) and its rigorous automated compliance systems represent a double-edged sword. While this allows for rapid scaling, it has led to a surge in 'surprise' account closures and funds being frozen without warning, particularly for non-U.S. resident founders and businesses in high-risk sectors. This makes it a high-performance but occasionally volatile choice for international users. Ultimately, Mercury is best suited for tech-forward companies that want their bank to function like another piece of their software stack. It is less ideal for businesses requiring high-touch personal relationship banking or those that handle significant amounts of physical cash. Its recent beta launch of the Model Context Protocol (MCP) signifies it is actively positioning itself as the premier banking choice for autonomous AI agents.
Pros
- + Zero monthly fees and free domestic/international USD wires make it highly cost-effective for global startups.
- + Industry-leading UI/UX provides a seamless experience for managing cards, expenses, and treasury from a single dashboard.
- + The 'Mercury Vault' offers enhanced security with up to $5M in FDIC insurance through sweep networks.
- + Robust, developer-friendly API and early adoption of AI-agent protocols (MCP) for programmatic financial management.
- + Fast, digital-only onboarding process that is significantly quicker than traditional commercial banks.
Cons
- - Frequent reports of sudden, automated account closures with limited initial communication on the specific compliance reasoning.
- - Poor suitability for businesses requiring physical cash deposits or in-person banking services.
- - Customer support can feel impersonal and slow during high-stress situations like account freezes or complex wire investigations.
- - The new personal banking tier comes with a high annual fee ($240), which some users find excessive compared to competitors.
Sentiment Analysis
Overall sentiment is strongly positive among general users and developers who value the platform's efficiency and modern interface. However, a significant pocket of negative sentiment exists on community forums like Reddit due to recent compliance-driven account closures and the perceived difficulty in reaching human support during these events.
Sentiment Over Time
By Source
650 mentions
Sample quotes (1)
- "The platform is clearly designed with startups in mind, and the user experience is much easier than traditional banking portals."
1200 mentions
Sample quotes (1)
- "Mercury emailed me back after approx 10 days, stating my accounts were mistakenly flagged for account closure. The restriction has been removed."
150 mentions
Sample quotes (1)
- "Mercury is simply the most complete product for entrepreneurs and can easily be opened online. UI is phenomenal for the finance sector."
Agent Readiness
80/100Mercury is exceptionally well-prepared for autonomous AI agents. It is one of the few financial platforms currently offering a beta for the Model Context Protocol (MCP), specifically designed to let AI agents interact with account data and execute tools securely. Its well-documented REST API, dedicated sandbox environment, and native integrations with automation platforms like Zapier and Make make it the industry leader for programmatic 'banking-as-code' workflows.
Last checked Jul 15, 2026
MCP Integrations
6 servers35 tools6 total usesOnline business banking services. Businesses can apply for accounts, earn yield, and access capital. It provides tools for card issuance, team spending control, payments, and invoicing.
30 tools
getAccountGet account by IDgetAccountCardsRetrieve all debit and credit cards associated with a specific account.getAccountStatementsRetrieve a paginated list of monthly statements for a specific account. Supports cursor-based pagination with limit, order, start_after, and end_before query parameters, as well as date range filtering with start and end parameters.getTransactionGet transaction by IDgetAccountsRetrieve a paginated list of accounts. Supports cursor-based pagination with limit, order, start_after, and end_before query parameters.getAttachmentRetrieve attachment details including download URLlistCustomersRetrieve a paginated list of customers. Supports cursor-based pagination with limit, order, start_after, and end_before query parameters.getCustomerRetrieve details of a specific customer by their IDlistInvoicesRetrieve a paginated list of invoices. Supports cursor-based pagination with limit, order, start_after, and end_before query parameters.getInvoiceRetrieve details of an invoice by its IDlistInvoiceAttachmentsRetrieve a list of all attachments for a specific invoicelistCategoriesRetrieve a paginated list of all available custom expense categories for the organization. Supports cursor-based pagination with limit, order, start_after, and end_before query parameters. - These categories are custom and different from the values for "mercuryCategory".listCreditRetrieve a list of all credit accounts for the organization.getOrganizationRetrieve information about your organization including EIN, legal business name, and DBAs.getRecipientRetrieve details of a specific recipient by IDgetRecipientsRetrieve a paginated list of all recipients. Use cursor parameters (start_after, end_before) for pagination.listRecipientsAttachmentsRetrieve a paginated list of all recipient tax form attachments across all recipients in the organization. Use cursor parameters (start_after, end_before) for pagination.listSendMoneyApprovalRequestsRetrieve a paginated list of send money approval requests for the authenticated organization. Supports filtering by account and status.getSafeRequestsRetrieve all SAFE (Simple Agreement for Future Equity) requests for your organization.getSafeRequestRetrieve a specific SAFE request by its ID.getTransactionByIdRetrieve a single transaction by its ID. Returns full transaction details including attachments, check images, and related metadata.listTransactionsRetrieve a paginated list of all transactions across all accounts. Supports advanced filtering by date ranges, status, categories, and cursor-based pagination. CRITICAL TRUNCATION RULE - READ THIS FIRST: ================================================================================ IF YOU SEE "Result too long" IN THE RESPONSE: 1. IMMEDIATELY STOP - Do not analyze or use the truncated data 2. The data is INCOMPLETE and any analysis will be WRONG 3. Start over with a smaller limit (reduce by 50%) 4. Paginate through ALL pages until you have complete data 5. NEVER provide answers based on truncated results ================================================================================ MANDATORY PAGINATION FOR COMPLETE RESULTS: When a user asks ANY question requiring complete data (totals, balances, aggregates, "most/least", "all transactions", comparisons, or any calculation across transactions): CRITICAL: Incomplete pagination will produce WRONG ANSWERS for questions about totals, spending categories, balances, minimums, maximums, or "most/least". You must fetch everything before calculating or answering. 1. Start with a limit of 300 transactions. 2. You MUST automatically paginate through ALL pages WITHOUT asking the user 3. Continue calling listTransactions using the page.nextPage value from each response 4. Keep fetching until page.nextPage is not present 5. If pagination would take more than 3 tool calls, ask the user to narrow down to a smaller time period 6. It is a CRITICAL ERROR to answer before having fetched ALL pages FILTERING: - IMPORTANT: WHEN FILTERING BY DATE, ALWAYS CHECK THE CURRENT DATE FIRST and ensure you're using the current year for current year queries - Unless specified otherwise or queried for "all transactions", ONLY include transactions with "status: sent" - To get transactions for a specific account, use the accountId parameter to filter by accountId PAGINATION MECHANICS: - Use the limit parameter to control page size - If page.nextPage is returned, use it as the start_after parameter in your next call - Keep fetching until page.nextPage is null/undefined - The page.nextPage value is a transaction ID to start after (exclusive) COMPUTATIONAL REQUIREMENTS: - For any query requiring: - Sums, totals, averages, medians, modes, ranges, most/least, or other aggregations across accounts/transactions - Calculations involving currency amounts - Comparisons of financial metrics - You MUST: - Create an artifact that processes the data programmatically - Parse the JSON response and use JavaScript/Python to calculate - Display intermediate steps for verification - Never rely on mental arithmetic for financial calculations - Example: "What's my total balance?" - CORRECT: Create artifact that parses accounts, maps to balances, uses reduce() to sum - INCORRECT: Manually adding up balance values For queries about 'last two months' or 'this year', calculate dates based on the actual current date Use the getCurrentDate tool to get the current date. Use the getTransaction tool to get more details about a specific transaction.getTreasuryRetrieve a paginated list of all treasury accounts associated with the authenticated organization. Use cursor parameters (start_after, end_before) for pagination.getTreasuryStatementsRetrieve a paginated list of statements for a specific treasury account. Supports cursor-based pagination and filtering by document type.getTreasuryTransactionsRetrieve paginated treasury transactions for a specific treasury account.getUsersGet all usersgetUserGet user by IDgetWebhooksRetrieve a paginated list of all webhook endpoints for your organization. Supports filtering by status.getWebhookRetrieve details of a specific webhook endpoint by IDgetCurrentDateGet the current date in the format. Example: Fri Oct 31 2025
Agent-payable web data over x402: 18 keyless services an agent pays per call.
Mercury outboard data and quote-building tools from Harris Boat Works, a Mercury Marine Platinum Dealer on Rice Lake, Ontario (since 1947). Real CAD pricing, real motors, real trade-in valuations. Five tools: search_motors, get_motor, estimate_trade_in, build_quote, get_brand_rules. Public, no-auth, JSON-RPC 2.0 over Streamable HTTP.
5 tools
search_motorsSearch current Mercury outboard inventory at Harris Boat Works (Ontario). Filter by horsepower, family (FourStroke, Pro XS, SeaPro, Racing), or stock status. Returns CAD pricing. Excludes Verado.get_motorFetch a single Mercury motor by id or slug, including pricing, shaft length, and deep-link URL.estimate_trade_inEstimate the trade-in value (CAD) of a customer's current outboard. Brand penalties apply (Mercury preferred, Yamaha/Honda neutral, Evinrude/Johnson/Force/Chrysler discounted).build_quoteBuild an itemized CAD quote (motor + installation + propeller + trade-in + HST + financing tier) and return a deep-link URL the customer can open. Optional contact captures a lead in the dealership CRM.get_brand_rulesReturn Harris Boat Works' authoritative source-of-truth rules for any agent representing them: pricing currency, geography, no-Verado policy, financing minimums, deposit tiers, warranty.
Live Mercury outboard data and CAD quote builder from a Mercury Platinum Dealer in Ontario.
Modular MCP server for dynamic prompt generation and software development analysis tools
mercury-number MCP — wraps StupidAPIs (requires X-API-Key)
Last checked Jul 14, 2026
[ features ]
Geostrategic Position
Information on which part of the world this product / vendor belongs to, i.e. the country of their headquarters primarily, but also their hosting options etc.
Find which geostrategic world region the headquarter is located in. Relevant for compliance questions (e.g., CLOUD Act) or risk of cut-off in case of conflicts. For example, some EU companies are worried about the US and would definitely not host their customer with Chinese or Russian companies.
The hosting provider that is used to host this product, if any.
The available hosting locations, if you can choose
Compliance & Security
Security certifications, compliance features, and access control capabilities.
SOC 2 Type I or Type II certification.
ISO 27001 information security certification.
Built-in tools for GDPR compliance (data export, deletion, consent).
Complete audit log of all data changes.
Granular permissions based on user roles.
Single Sign-On integration support.
Developer Experience
Tools and abstractions easing agent development and iteration.
No-code/low-code UI for designing agent workflows.
OpenAI API-compatible endpoints or SDKs.
Available as open-source with community contributions.
Programming languages with official SDK support.
Ready-to-use, customizable UI elements for auth flows.
Self-service admin dashboard for customers to manage users/orgs.
Supported frontend frameworks with dedicated guides/components.
Pricing & Plans
Pricing structure, tiers, and value propositions.
Offers a usable free plan or tier.
One-time payment for perpetual access.
Use existing servers/infra without lock-in.
No limits on number of sites/apps/projects.
Availability of a free plan or trial with usable outputs.
Entry-level price for basic generation package.
Whether usage is limited by credits rather than unlimited in plans.
Discounted or bulk options for teams/enterprises.
Offers a permanent free plan with usable limits
Maximum invoices allowed per month on free plan
Lowest annual subscription price in EUR
Invoicing & Billing
Core invoicing features including automation, templates, and payment handling
Supports automatic generation and sending of recurring invoices
Automated payment reminders and dunning processes
One-click conversion from quotes/offers to invoices
Includes GiroCode or EPC QR codes for easy bank transfers
Accounting Integrations
Connections to banking, tax systems, and export formats
Supports direct export to DATEV accounting software
Automatic matching of bank transactions with bookkeeping
Direct connection for VAT pre-registration and tax filings
Receipt & Document Management
Features for capturing, digitizing, and organizing receipts and documents
AI-powered OCR for scanning and extracting receipt data
Mobile app with camera-based receipt upload and processing
Automatically suggests accounts and categories for receipts
Compare With
Reviews
No reviews yet. Be the first to review Mercury!