Skip to main content

MCP Server Overview

16 MCP tools for connecting AI agents to financial infrastructure

Reinx provides 16 MCP tools for connecting AI agents to financial infrastructure. Works with Claude, ChatGPT, and any LLM that supports MCP.

Server URL

https://mcp.reinx.ai

Configuration

{
  "mcpServers": {
    "reinx": {
      "url": "https://mcp.reinx.ai",
      "apiKey": "rx_live_your_key_here"
    }
  }
}

Available Tools

ToolDescription
check_balanceReturns available budget, card balance, wallet balances
request_card_paymentRequest card transaction with policy engine check
request_wallet_paymentRequest wallet transaction on Base or Solana
get_transactionsAgent's own transaction history
get_spending_rulesReturns agent's spending policy
get_denial_feedbackRecent denial reasons with human feedback
get_agent_statusStatus, budget utilization, health indicator
submit_approval_requestRequest human approval for a planned purchase
get_budget_utilizationBudget vs actual for a time period
list_approved_merchantsMCC allowlist or approved merchant list
request_sptRequest a Shared Payment Token
get_wallet_addressesEVM and/or Solana wallet addresses
check_merchant_allowedPre-check if a merchant is allowed
get_spending_summarySpending breakdown by category, merchant, day
request_budget_increaseRequest more budget from human
check_approval_statusPoll for approval result on a pending request

Every tool call requires valid API key authentication and writes to the agent_events audit log.