Skip to main content
Glama
ondrejsanetrnik

fio-bank-mcp-http

fio-bank-mcp-http

HTTP wrapper around zjor/fio-bank-mcp for Railway and Cursor (Streamable HTTP).

The upstream server only speaks local stdio. This repo adds a public /mcp endpoint with Bearer auth so Cursor can call FIO Bank over HTTPS.

Env

  • FIO_API_TOKEN — FIO internet banking API token (Settings → API)

  • MCP_AUTH_TOKEN — Bearer token required by clients

  • PORT — listen port (Railway sets this)

Related MCP server: MCP Transport HTTP

Endpoints

  • GET /health — healthcheck

  • POST /mcp — MCP Streamable HTTP (auth required)

Cursor

{
  "mcpServers": {
    "fio-bank": {
      "url": "https://YOUR-APP.up.railway.app/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_MCP_AUTH_TOKEN"
      }
    }
  }
}

FIO token

  1. Log in to FIO internet banking

  2. Settings → API → create a token (SMS / push)

  3. Wait 5 minutes before first use

  4. Data older than 90 days needs a temporary unlock in the same screen

Rate limit: 1 request per 30 seconds per token.

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

No tool schema history has been recorded yet.

Maintenance

ActivityMaintained
ResponsivenessNo issues

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Connectors

Related MCP Servers

  • F
    license
    Not graded
    quality
    D
    maintenance
    A lightweight HTTP transport module that provides a simple interface for sending and receiving MCP (Message Control Protocol) messages over HTTP.
    -
  • A
    license
    Not graded
    quality
    C
    maintenance
    MCP server enabling AI agents to interact with the Kobra API through authenticated HTTP requests, including partner, bearer, and session auth.
    MIT

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/ondrejsanetrnik/fio-bank-mcp-http'

If you have feedback or need assistance with the MCP directory API, please join our Discord server