Financial MCP Server
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., "@Financial MCP Servershow my recent bank transactions"
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.
Financial MCP Server
Mock Financial Data MCP Server for Finarrator application.
Local Development
Setup
Install dependencies:
npm installSet up environment variables in
.env:
PORT=10000
NODE_ENV=development
CREDENTIALS_FILE=./credentials.jsonRun the server:
npm run devThe server will run on http://localhost:10000
Related MCP server: indian-regulatory-mcp
Deployment on Render
Prerequisites
Render account (render.com)
GitHub repository with this code
Deployment Steps
Push to GitHub
Ensure your MCP server code is in a GitHub repository
Make sure
.gitignoreis properly configured
Connect to Render
Go to render.com
Click "New +" → "Web Service"
Connect your GitHub repository
Select the branch (usually
main)
Configure Settings
Name:
financial-mcp-serverEnvironment:
NodeBuild Command:
npm installStart Command:
npm startPlan: Free or Paid (based on your needs)
Set Environment Variables In Render dashboard, add:
PORT:10000NODE_ENV:productionCREDENTIALS_FILE:./credentials.json
Deploy
Click "Create Web Service"
Render will automatically deploy on every push to your selected branch
Environment Variables for Production
Update these in Render dashboard:
PORT=10000
NODE_ENV=production
CREDENTIALS_FILE=./credentials.json
ALLOWED_ORIGINS=https://your-backend-domain.onrender.com,https://your-frontend-domain.vercel.appAPI Endpoints
Health Check
GET /- Returns server status
Login
POST /api/loginBody:
{ mobile: string, password: string }Returns: User financial data (bank transactions, credit report, EPF details, etc.)
File Structure
.
├── server.js # Main server file
├── package.json # Dependencies and scripts
├── .env # Environment variables
├── .gitignore # Git ignore rules
├── credentials.json # User credentials (mock data)
├── render.yaml # Render deployment config
├── data/ # Mock financial data
│ ├── 1010101010/ # User directories
│ └── ...
└── views/ # EJS templatesTroubleshooting
Port Issues
If port 10000 is already in use locally, change the PORT in
.envRender automatically handles port assignment
Credentials Not Loading
Ensure
credentials.jsonis in the root directoryCheck that the path in
.envis correct
CORS Issues
Update
ALLOWED_ORIGINSin environment variablesRestart the service after updating
Support
For issues or questions, check the main Finarrator documentation.
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 Servers
- Alicense-qualityDmaintenanceA lightweight MCP server that simulates financial data interactions with dummy authentication and static JSON datasets for testing financial applications.Last updated2MIT
- Flicense-qualityBmaintenanceEnables access to Indian regulatory data including SEBI orders, RBI circulars, MCA company details, GST verification, and more, designed for fintech and legaltech applications.Last updated

MifosX Self Service MCPofficial
Alicense-qualityCmaintenanceEnables AI-driven banking workflows through secure interaction with Apache Fineract/MifosX Self-Service APIs, including authentication, account management, loans, savings, and transfers.Last updated8Mozilla Public 2.0- Flicense-qualityCmaintenanceExposes personal-finance tools like accounts, transactions, spending analysis, budgets, bills, reminders, portfolio, and goals via MCP, enabling any MCP client to query financial data.Last updated
Related MCP Connectors
Connect your Player's Bank account to AI via Brazil's Open Finance: balances, statements, cards, inv
Brazilian Open Finance MCP — 30+ banks (Itaú, Nubank, etc.) to Claude/Cursor. Read-only.
Connect AI agents to bank accounts, transactions, balances, and investments.
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/DheerajGavhane/Mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server