manager-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MANAGER_API_KEY | Yes | API key sent as X-API-KEY header | |
| MANAGER_API_URL | Yes | Opaque base URL of Manager.io API (include /api2 when needed) | |
| MANAGER_MCP_ALLOW_WRITES | No | Opt-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
| Capability | Details |
|---|---|
| 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
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
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/flumpiey/manager-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server