tokenio-mcp
If you are the rightful owner of tokenio-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
A Model Context Protocol (MCP) server that enables Claude AI to interact with Token.io banking APIs.
The Token.io MCP Server for Claude AI is a specialized server that facilitates the interaction between Claude AI and Token.io banking APIs. It allows users to perform various financial operations through natural language requests. Developed by Sam French, this server is released under the MIT License. It provides features such as bank information retrieval, payment link generation, and account information services (AIS) with user consent. The server ensures secure API integration using the Token.io sandbox environment, making it suitable for safe testing. The server is built using Node.js, the Model Context Protocol SDK, and the Token.io API, with Zod for validation. It is designed to be extensible, allowing additional banking operations to be added as needed.
Features
- Bank Information Retrieval: Look up banks by name, country, or payment network support.
- Payment Link Generation: Generate payment links for GBP or EUR currencies.
- Account Information Services (AIS): Access account information, balances, and transactions with user consent.
- Claude AI Integration: Seamless integration with Claude AI through the Model Context Protocol.
- Secure API Integration: Uses the Token.io sandbox environment for safe testing.
Tools
tokenio-get-banks
Get a list of banks with optional filtering.
tokenio-get-bank-details
Get detailed information about a specific bank.
tokenio-create-payment-link
Generate a payment link for a specific amount and currency.
tokenio-create-ais-token-request
Create an AIS token request for accessing accounts.
tokenio-initiate-bank-authorization
Initiate the bank authorization process.
tokenio-get-token-request-result
Get the access token after authorization.
tokenio-get-accounts
Retrieve all linked bank accounts.
tokenio-get-account-balance
Get balance information for a specific account.
tokenio-get-account-transactions
Get transaction history for a specific account.