Server data from the Official MCP Registry
MCP server for Manager.io bookkeeping: read-first with opt-in scoped task and write tools
MCP server for Manager.io bookkeeping: read-first with opt-in scoped task and write tools
This is a well-structured MCP server for Manager.io accounting software with appropriate authentication and authorization controls. The server uses environment variable-based API key management, implements scope-based access control for write operations, and maintains a hard denylist for sensitive resources. Minor code quality concerns around broad exception handling and lack of sensitive data logging guards prevent a higher score, but the security architecture is sound and permissions match the intended purpose. Supply chain analysis found 6 known vulnerabilities in dependencies (2 critical, 3 high severity). Package verification found 1 issue.
4 files analyzed · 12 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Environment variable: MANAGER_API_URL
Environment variable: MANAGER_API_KEY
Environment variable: MANAGER_MCP_WRITE_SCOPES
Environment variable: MANAGER_MCP_DELETE_SCOPES
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-flumpiey-manager-mcp": {
"env": {
"MANAGER_API_KEY": "your-manager-api-key-here",
"MANAGER_API_URL": "your-manager-api-url-here",
"MANAGER_MCP_WRITE_SCOPES": "your-manager-mcp-write-scopes-here",
"MANAGER_MCP_DELETE_SCOPES": "your-manager-mcp-delete-scopes-here"
},
"args": [
"manager-mcp"
],
"command": "uvx"
}
}
}Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.