Artha
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tasks | {
"list": {},
"cancel": {},
"requests": {
"tools": {
"call": {}
}
}
} |
| tools | {
"listChanged": true
} |
| prompts | {
"listChanged": true
} |
| resources | {
"subscribe": true,
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| calculate_income_taxA | Calculate and compare Indian income tax under the OLD vs NEW regime for FY 2025-26 (AY 2026-27), using real Finance Act 2025 slabs, Section 87A rebate, surcharge and 4% cess. Returns a full slab-by-slab breakdown for both regimes and recommends the cheaper one. Deductions (80C, 80D, NPS, home-loan interest, HRA) only apply to the old regime. |
| optimize_deductionsA | Deduction Optimizer — audits a taxpayer's Chapter VI-A deductions (80C, 80D, NPS 80CCD(1B), home-loan interest 24(b)) against their statutory caps. Flags amounts OVER the cap that earn no tax benefit, and UNUSED headroom, quantifying the exact extra tax that could be saved by filling each allowance. Applies to the OLD regime. |
| search_mutual_fundsA | Search Indian mutual fund schemes by name. Popular funds resolve via a curated verified-code map (handles renamed funds, e.g. "HDFC Top 100" → "HDFC Large Cap Fund"), backed by the live, relevance-ranked MFAPI.in dataset for the long tail. ALWAYS call this first to obtain a scheme code, then pass the returned schemeCode verbatim to get_fund_nav or calculate_fund_returns. |
| get_fund_navA | Get the latest Net Asset Value (NAV) for a mutual fund scheme from live MFAPI.in data. The schemeCode MUST be obtained from search_mutual_funds output for the exact scheme the user means — NEVER guess a code or reuse one from memory. A wrong code silently returns a completely different fund. |
| calculate_fund_returnsA | Compute REAL returns for a lump-sum mutual fund investment using live NAV history. Finds the NAV on/before the investment date, values the units at the latest NAV, and returns absolute return, CAGR and XIRR (annualized). The schemeCode MUST come from search_mutual_funds output for the exact fund — NEVER guess a code or reuse one from memory, or you will compute returns for the wrong fund. |
| verify_bank_ifscA | Verify an Indian bank IFSC code and return the bank name, branch, full address and supported payment rails (NEFT/RTGS/IMPS/UPI) using the free, live Razorpay IFSC API. Useful before setting up a refund/payout account. |
| get_upcoming_deadlinesA | List upcoming Indian tax & compliance deadlines (ITR filing, advance tax, tax-saving investment cut-offs) for AY 2026-27 / FY 2026-27, sorted soonest-first with the number of days remaining. Use this to remind a taxpayer what is due next. |
| get_compliance_calendarA | Get the full Indian tax compliance calendar (all statutory due dates), optionally filtered by category (ITR, Advance Tax, TDS, Investment, Audit, GST). |
| estimate_capital_gainsA | Capital Gains Estimator — before selling/redeeming a mutual fund, estimates the capital-gains tax you'd owe (FY 2025-26 rules). Applies equity rules (STCG 20% / LTCG 12.5% above the ₹1.25L exemption) or debt rules (slab rate) based on fund type and holding period. Provide a schemeCode to value the holding from LIVE NAV, or pass currentValue directly. |
| get_benchmark_ratesA | Repo/FD Rate Checker — returns the current RBI repo rate and representative bank fixed-deposit rates, so "safe" returns can be compared against mutual fund returns. Each value carries an as-of date and source (RBI has no free live API, so these are authoritative dated values, overridable via env). |
| compare_emi_vs_investmentA | EMI vs Investment Comparator — answers "should I prepay my loan or invest the surplus?" by projecting the loan interest saved (a guaranteed return) against a realistic investment return (equity ~12% or FD) over a horizon, and recommending the better option. |
| get_data_freshnessA | Data Freshness Indicator — reports when each live data source was last fetched and its latest data date, making it visibly clear the numbers are current and real (not hardcoded). Performs a live AMFI ping. |
| get_market_newsA | Search a market news & events dataset — filter by sector, sentiment, impact, index, company, date range, or headline text. Returns the matching events, newest first. (Curated dataset, not a live news feed.) |
| get_market_sentimentA | Summarize sentiment across the market news & events dataset (optionally filtered by sector/index/date). Returns counts by sentiment and impact, the top sectors in the news, and a net bullish/bearish read. |
| convene_councilA | Deterministic advisory council for "should I invest my surplus or prepay my loan?" decisions. In a single call it evaluates three lenses — tax minimization, long-term growth (equity vs loan rate) and liquidity/safety — and reconciles them into one weighted recommendation with agreement level and confidence. Pure/deterministic (zero extra LLM calls, reproducible). Supports task augmentation: pass |
| plan_my_financesA | One-shot personal finance & tax plan. Given your income (and optionally a mutual fund holding and a bank IFSC), this orchestrates the tax calculator, live mutual-fund NAV/XIRR, IFSC verification and the compliance calendar into a single coherent plan with a summary and action items. Supports task augmentation — pass |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| finance_copilot | System prompt that turns the assistant into an Indian personal-finance & tax copilot which orchestrates the tax, mutual-fund, bank and compliance tools. |
| tax_optimization | Guides the assistant to compute the best regime and audit deduction usage for a taxpayer. |
| invest_or_prepay | Guides the assistant to run the deterministic council for an invest-vs-prepay-loan decision. |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| Market News & Events (recent) | The most recent entries from the market news & events dataset (date, headline, index, sentiment, impact). |
| Income Tax Slabs (FY 2025-26) | Old vs new regime slabs, standard deduction, Section 87A rebate, surcharge tiers and cess for FY 2025-26 (AY 2026-27). |
| Tax Compliance Calendar (AY 2026-27) | Statutory Indian tax & filing due dates (ITR, advance tax, audit, tax-saving investment cut-offs). |
| Popular Mutual Funds (live, category-filtered) | Built LIVE from AMFI/MFAPI's full scheme master — major AMCs across large/flexi/mid/small-cap and index Direct-Growth plans. Cached 24h. |
| Live Data Sources & Provenance | Which data is fetched live per request vs authoritative dated reference — the backbone of the "real data, not mocked" guarantee. |
| Calculation Methodology | How income tax, mutual fund returns (CAGR/XIRR) and capital-gains tax are computed by this server. |
| Live Market Snapshot | CURRENT NAVs of Nifty-50 index funds, fetched live from AMFI (derived from the live scheme master, cached 1h) — a dynamic, real-data resource. |
| Security Posture | Summary of the server's security controls: auth, input validation, rate limiting, privacy, transport and error handling. |
| Health Checks | Current health status of all registered health checks |
| Tax Breakdown | UI component for Tax Breakdown |
| Deduction Optimizer | UI component for Deduction Optimizer |
| Fund Search | UI component for Fund Search |
| Fund Nav | UI component for Fund Nav |
| Fund Returns | UI component for Fund Returns |
| Bank Details | UI component for Bank Details |
| Compliance Calendar | UI component for Compliance Calendar |
| Compliance List | UI component for Compliance List |
| Capital Gains | UI component for Capital Gains |
| Benchmark Rates | UI component for Benchmark Rates |
| Emi Vs Investment | UI component for Emi Vs Investment |
| Data Freshness | UI component for Data Freshness |
| Market News | UI component for Market News |
| Council Verdict | UI component for Council Verdict |
| Finance Plan | UI component for Finance Plan |
| Widget Examples | Provides metadata and examples for all registered UI widgets |
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/GVR2007/Artha-Live-Data-Finance-Tax-Copilot'
If you have feedback or need assistance with the MCP directory API, please join our Discord server