Skip to main content
Glama
flumpiey

manager-mcp

by flumpiey

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MANAGER_API_KEYYesAPI key sent as X-API-KEY header
MANAGER_API_URLYesOpaque base URL of Manager.io API (include /api2 when needed)
MANAGER_MCP_ALLOW_WRITESNoOpt-in writes: 1/true/yes/on registers api_write tool (POST/PUT/PATCH/DELETE). Unset → read-only.

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}
logging
{}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
extensions
{
  "io.modelcontextprotocol/ui": {}
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_resourcesA

List curated read-only Manager.io capabilities. Create/edit/post/delete are not available.

list_recordsB

Search/page a curated collection (customers, suppliers, sales_invoices, purchase_invoices, chart_of_accounts, bank_accounts). bank_accounts is the searchable collection; use bank_balances for snapshot balances.

get_recordA

Fetch one collection record by GUID via Manager form endpoint (e.g. /customer-form/{key}). chart_of_accounts has no single form. For bank/cash account detail use resource=bank_accounts (not bank_balances).

aged_receivablesC

Aged receivables / outstanding customer balances (read-only snapshot).

aged_payablesC

Aged payables snapshot (read-only).

bank_balancesA

Bank/cash balances snapshot (read-only). For search/drill-in of individual accounts use list_records/get_record on bank_accounts.

trial_balanceC

Trial balance snapshot (read-only).

profit_and_lossC

Profit and loss snapshot (read-only).

balance_sheetC

Balance sheet snapshot (read-only).

tax_summaryC

Tax summary snapshot (read-only).

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/flumpiey/manager-mcp'

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