Finance 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., "@Finance MCP ServerCalculate monthly EMI for a $30,000 loan at 4% for 5 years"
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.
MCP & Agent Learning Journey
Building real AI agent projects from scratch to understand MCP, multi-agent orchestration, and A2A systems.
Week 1 - Orchestrator Loop from Scratch
Goal: Understand how an agent loop works before using any framework.
Built a raw Python orchestrator using only the Groq API. No LangChain. No CrewAI. Every line written and understood manually.
What I learned:
The orchestrator is just a Python while loop
LLMs return JSON strings - json.loads converts them to dicts
Tool descriptions are instructions the LLM reads as text
Context window fills up - messages list must be managed
Files:
calculator_agent.py- multi-tool agent with add, multiply, subtract
Related MCP server: ExpenseTracker
Week 2 - Building an MCP Server from Scratch
Goal: Understand MCP as a protocol by building a server, not just using one.
Built a personal finance MCP server with 3 tools. Connected to Claude Desktop. Claude calls my Python functions live.
What I learned:
MCP server is a separate process, not a library
list_tools() advertises what the server can do
call_tool() executes functions and returns structured TextContent
Claude Desktop spawns the server automatically via config
Tool descriptions are contracts between the LLM and your code
Tools built:
compound_interest- future value of an investmentloan_emi- monthly loan payment calculatorsavings_goal- time to reach a savings target
Files:
finance_mcp_server.py
Week 3 - Coming Soon
Multi-agent system with CrewAI where each agent uses MCP tools.
Stack
Python 3.13
Groq API (Llama 3.3 70B)
MCP SDK
Claude Desktop
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
- FlicenseNot gradedqualityCmaintenanceEnables AI-driven expense tracking and budget management, including adding expenses, setting budgets, analyzing trends, forecasting, and managing savings goals via natural language.
- FlicenseNot gradedqualityDmaintenanceEnables users to manage personal finances—tracking expenses, income, budgets, and generating summaries—through natural language commands via AI assistants like Claude.
- FlicenseNot gradedqualityDmaintenanceEnables users to manage personal finances using natural language, including tracking expenses, income, budgets, and generating financial summaries.
- FlicenseNot gradedqualityDmaintenanceEnables basic math, investment analysis (ROI, average cost, portfolio value), and loan calculations (monthly payment, total cost, early payment savings) through natural language.
Related MCP Connectors
High-precision finance & business calculations for AI agents — exact decimals, never floats.
Personal finance by conversation: expenses, receipts, statement import, budgets, net worth.
Ask your AI about bank accounts, spending, debts, holdings, and investment activity.
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/Lord2709/MCPs'
If you have feedback or need assistance with the MCP directory API, please join our Discord server