mcp-ispkeeper
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@mcp-ispkeeperlist clients with unpaid invoices"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
mcp-ispkeeper
Read-only MCP (Model Context Protocol) server for ISPKeeper — ISP management software.
Query clients, invoices, collections, internet connections, support tickets, network status, FTTx infrastructure, and more through any MCP-compatible client (Claude Desktop, Claude Code, etc.).
Features
Clients — Search, filter, and retrieve client details with expandable relations, change logs, and payment commitments
Invoices — List and inspect invoices with items, consolidated data, and PDF print links
Collections — Browse payment collections with user and date filters
Internet Connections — Query connections by technology, plan, status; view change logs
TV & Phone — List and inspect TV and telephony service connections
Support Tickets — List tickets, view details, photos, movement logs, checkin/checkout, chat attachments, and browse categories/subcategories/statuses
Network — Check network status, outages, nodes, subnodes, VLANs, SVLANs, and plans
FTTx Infrastructure — Navigate the fiber hierarchy: backbones, PONs, NAP boxes, ports, seals, and trace elements upward
Auxiliary Data — Localities, branches, users, warehouses, payment methods, client categories, ticket metadata, and reference data
Related MCP server: mcp-daktela
Available Tools (27)
Clients
Tool | Description |
| Search clients with text, date, tax status, and cut-off filters |
| Get client details, change log, or payment commitment check |
| Quick summary of total and active client counts |
| Get client invoices, collections, tickets, or additionals |
| List change history logs across all clients with date filters |
Invoices & Collections
Tool | Description |
| List invoices filtered by date, type, and point of sale |
| Get invoice detail, items, consolidated data, or PDF print link |
| List payment collections filtered by date and user |
| Get collection detail or consolidated data |
Service Connections
Tool | Description |
| List connections filtered by technology, plan, status, client |
| Get internet connection details or change log |
| List change logs across all internet connections |
| List all TV service connections |
| Get details of a specific TV connection |
| List all phone/telephony connections |
| Get details of a specific phone connection |
Support Tickets
Tool | Description |
| List tickets filtered by date, category, status |
| Get ticket detail, photos, movement log, checkin/checkout, or chat attachments |
| List ticket activity logs across all tickets |
Network & Plans
Tool | Description |
| Get network status with optional outage date filter |
| List internet plans with deleted/discontinued filters |
FTTx Infrastructure
Tool | Description |
| Query FTTx resources (backbones, PONs, boxes, ports, seals) with drill-down |
| Trace a FTTx element upward: port → box → PON → backbone |
Auxiliary & Reference Data
Tool | Description |
| List localities, branches, users, warehouses, payment methods, ticket categories/subcategories/statuses, and more |
| Get details of a node, subnode, VLAN, SVLAN, user, branch, warehouse, additional, payment method, or ticket category/subcategory/status |
Installation
Claude Desktop / Claude Code (MCP config)
Add to your MCP settings, adjusting the path for your platform:
Windows
{
"mcpServers": {
"ispkeeper": {
"command": "node",
"args": ["C:\\path\\to\\mcp-ispkeeper\\dist\\index.js"],
"env": {
"ISPKEEPER_API_KEY": "your-api-key",
"ISPKEEPER_BASE_URL": "https://api.anatod.ar"
}
}
}
}Linux / WSL
{
"mcpServers": {
"ispkeeper": {
"command": "node",
"args": ["/path/to/mcp-ispkeeper/dist/index.js"],
"env": {
"ISPKEEPER_API_KEY": "your-api-key",
"ISPKEEPER_BASE_URL": "https://api.anatod.ar"
}
}
}
}From source
git clone https://github.com/dmayan-ss/mcp-ispkeeper.git
cd mcp-ispkeeper
npm install
npm run buildPlatform Compatibility
Works on Windows, Linux, and WSL with no changes. Requirements:
Node.js >= 18 (uses native
fetch)No native/compiled dependencies — pure JavaScript
Stdio transport works across all platforms
The shebang (
#!/usr/bin/env node) allows direct execution on Unix-like systems and is ignored on Windows
Configuration
Environment Variable | Required | Default | Description |
| Yes | — | ISPKeeper API key ( |
| No |
| Base URL of your ISPKeeper instance |
Development
npm run dev # Run with tsx (hot reload)
npm run build # Build with esbuild
npm run bundle # Build + create .mcpb packageLicense
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityDmaintenanceAn MCP server that provides read-only access to MySQL databases.451970MIT
- AlicenseAqualityCmaintenanceRead-only MCP server for the Daktela contact center REST API, providing 40 tools to access tickets, calls, emails, chats, contacts, CRM records, campaigns, and real-time agent status.451MIT
- AlicenseBqualityCmaintenanceMCP server for the DataGate billing platform API, providing read-only tools to manage customers, invoices, products, agreements, sites, and payments.13MIT
- AlicenseAqualityCmaintenanceRead-only MySQL/MariaDB MCP server for running SELECT queries safely, with automatic read-only enforcement and query limits.316MIT
Related MCP Connectors
Read-only MCP server for ClassQuill, a tutoring-business-management platform.
2,000+ MCP servers read at source level. Know what one does before you connect. Free, no key.
Read-only MCP server for wafergraph.com's semiconductor & AI supply-chain data: 30 tools, no auth.
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/dmayan-ss/mcp-ispkeeper'
If you have feedback or need assistance with the MCP directory API, please join our Discord server