6 months ago
An MCP (Model Context Protocol) server for FIO Bank API in the Czech Republic.
Allows AI assistants like Claude to access FIO Bank account transactions.
Server Config
{
"mcpServers": {
"fio-bank": {
"command": "node",
"args": [
"/path/to/fio-bank-mcp/dist/index.js"
],
"env": {
"FIO_API_TOKEN": "your-64-character-token-here"
}
}
}
}