Skip to main content
Glama
anmolratna

FinOps AI Copilot MCP Server

by anmolratna

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PORTNoLocal port for optional server operations3000
BACKEND_API_KEYNoBearer Token / API key for REST endpointsmock-api-key-12345
BACKEND_API_URLNoBase URL of the existing REST APIhttp://localhost:4000/api
LARGE_TRANSACTION_THRESHOLDNoThreshold to filter large payments50000

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

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
getDashboardMetricsA

Retrieve high-level dashboard metrics (total volume, transaction counts, success rates, wallet balance). Useful for general business health checks.

findTransactionByIdA

Retrieve details of a specific transaction using its unique transaction ID (e.g. TXN12345).

findTransactionsC

Search for transactions with filters like status, vendor, merchant, amount range, dates, and pagination.

failedTransactionsB

Retrieve a list of failed transactions (helps operational debug).

pendingTransactionsA

Retrieve a list of pending transactions (helps track delayed settlements/payouts).

largeTransactionsB

Retrieve a list of transactions with amounts exceeding a specified threshold (e.g. ₹50,000).

retryTransactionsA

Retrieve transactions that have been retried more than once. Useful for identifying shaky payment flows.

vendorPerformanceB

Retrieve success rate, failure rate, volume, transaction count, and average response time for a specific vendor.

topVendorA

Retrieve the top processing vendor (the vendor with the highest transaction success rate).

worstVendorA

Retrieve the worst processing vendor (the vendor with the highest transaction failure rate).

vendorComparisonA

Compare performance metrics (success rates, failures, response times) of two specific vendors.

walletBalanceA

Retrieve today's current wallet balance.

walletHistoryB

Retrieve historic credit/debit transaction log and wallet balance records.

todayVsYesterdayA

Compare transaction count, volume, and success/failure rates for today vs. yesterday.

weeklyAnalyticsA

Fetch transaction count and volume breakdown for the last 7 days.

monthlyAnalyticsA

Fetch high level summaries (volume, transaction count, success rate) for the current month.

peakHourA

Find the hour of the day with the highest transaction density and processing volume.

merchantAnalyticsC

Retrieve volume, transaction count, and performance breakdown for merchants.

dailySummaryA

Retrieve a structured business operations summary for today, including total volume, transaction counts, success rates, top/worst vendors, peak hour, and AI routing recommendations.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

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/anmolratna/mcp-based-dasboard'

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