fio-bank-mcp-http
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@fio-bank-mcp-httpWhat is my current account balance?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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 clientsPORT— listen port (Railway sets this)
Related MCP server: MCP Transport HTTP
Endpoints
GET /health— healthcheckPOST /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
Log in to FIO internet banking
Settings → API → create a token (SMS / push)
Wait 5 minutes before first use
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.
This server cannot be installed
Maintenance
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
MCP server for Modern Treasury — payment orders, transactions, counterparties and ledgers.
Query, browse, and automate OmegaAI workspaces from any MCP client. Streamable HTTP with OAuth 2.0.
Brazilian Open Finance MCP — 30+ banks (Itaú, Nubank, etc.) to Claude/Cursor. Read-only.
MCP server for secureFlows: token-free URL builders and integration-linting tools for AI agents.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceA minimal, containerized MCP server that exposes a Streamable HTTP transport with API key authentication, allowing secure access to MCP endpoints.-
- FlicenseNot gradedqualityDmaintenanceA lightweight HTTP transport module that provides a simple interface for sending and receiving MCP (Message Control Protocol) messages over HTTP.-
- FlicenseAqualityDmaintenanceMCP server for retrieving FAQ and glossary from the hotline.finance insurance service, supporting both stdio and HTTP modes for integration with clients like Cursor, Claude Desktop, and ChatGPT.5-

kobra-api-mcpofficial
AlicenseNot gradedqualityCmaintenanceMCP server enabling AI agents to interact with the Kobra API through authenticated HTTP requests, including partner, bearer, and session auth.MIT
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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