natural
One-click install for Cursor, VS Code, Claude, and 20+ other MCP clients, powered by API Commons MCP Install — visit install.apicommons.org for more information.
Endpoint
Hosted endpoint · transport http
Connect
This is a remote MCP server — point an MCP client at the endpoint URL. Clients with native remote support (Claude, Cursor, VS Code, …):
For stdio-only clients (older Claude Desktop, etc.), bridge with mcp-remote:
If the server requires authentication, add the provider's token/header (e.g. an X-API-Key) per its docs. A quick reachability check:
Tools
get_transaction_status— Look up a single payment or transfer by id (pay_* or trf_*)wait_for_transaction— Block until a payment/transfer reaches a terminal status (event-driven, max 60s)get_payment_request— Look up a payment request by id (prq_*)list_transactions— Paginated transaction historyget_account_balance— Wallet balance (available plus pending claims)list_wallets— Wallet IDs, names, status, default flags, and balancesget_identity— Caller party, acting agent, handles, and credential permissionsget_party_limits— Per-transaction, daily, and monthly spend limits (read-only)list_external_accounts— Linked external accounts and provider connection statusget_external_account— One linked external account by id (eac_*)create_external_account_from_processor_token— Link or refresh external accounts from a Plaid processor tokencreate_payment— Send a payment to email / phone / @handle / pty_* / agt_*cancel_payment— Cancel a pending-claim outbound payment by id before it is claimedrequest_payment— Request a payment from email / phone / @handle / pty_* / agt_*fulfill_payment_request— Pay a request after confirming its current amount and currencydecline_payment_request— Decline an incoming request (prq_*) without paying itdeposit_funds— ACH pull from a linked account; falls back to push-to-wallet instructionswithdraw_funds— ACH push to a linked account; auto-selects when exactly one is activetransfer_between_wallets— Move funds between two of your own wallets (wal_* to wal_*); returns trf_*list_agents— Your agentslist_customers— Your customer relationships (active, pending, revoked, or all)create_agent— Mint a new programmatic actor (your own party only)invite_customer— Send a customer invitation by emailget_funding_options— Linked bank accounts + ACH push-to-wallet instructions in one view
About MCP
The Model Context Protocol (MCP) is an open protocol Anthropic introduced for connecting LLM-based agents to external tools and data sources. Providers publish MCP servers that expose their API surface as structured, discoverable tools — an MCP-compatible client (Claude Desktop, Cursor, Cline, Continue, etc.) can connect to the server and call its tools without any per-provider integration code.
Browse every MCP server on the APIs.io network or compare with the broader Agent Skill surfaces of the same providers.