Skip to main content
Glama
Willbrownfield007

kickserv-mcp

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
KICKSERV_ACCOUNTNoYour Kickserv account slug. Required for live mode.
KICKSERV_API_TOKENNoYour Kickserv API token. Required for live mode.

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
list_customersA

List customers, optionally filtered by a search term (name, contact, email, or address).

get_customerA

Get full details for one customer by ID.

list_jobsA

List jobs, filterable by status and/or customer.

get_jobA

Get full details for one job by ID.

create_jobC

Create a new job for a customer. Returns the created job record.

list_invoicesA

List invoices, filterable by status (open | paid | overdue) and/or customer.

revenue_snapshotA

Summarize money state: total open, overdue, and paid invoice amounts, plus pipeline value of unfinished jobs.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.5/5.0

Scored across 7 tools

Disambiguation5/5

Each tool has a clearly distinct purpose: creating jobs, fetching individual customers or jobs, listing entities with filters, and a revenue summary. No two tools overlap in function.

Naming Consistency4/5

All tools use lowercase with underscores; most follow verb_noun pattern (e.g., create_job, list_customers). 'revenue_snapshot' is a noun_noun exception, but the overall style is consistent and predictable.

Tool Count5/5

With 7 tools covering customers, jobs, invoices, and a revenue report, the count is well-scoped for a focused business management service. It's neither too sparse nor overwhelming.

Completeness2/5

The tool set lacks update and delete operations for all entities, and there is no way to create a customer or invoice. This creates significant gaps in typical CRUD workflows that agents would likely need.

Maintenance

ActivityStale
ResponsivenessNo issues