Skip to main content
Glama
Bishop81

kcdevs-mcp

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PORTNoPort for HTTP mode (default 8080).8080
MCP_PATHNoPath for HTTP mode (default /mcp)./mcp
MCP_TRANSPORTNoTransport mode: stdio (default) or http.stdio
KCDEVS_API_BASENoOverride the job-data API base (default https://kcdevs.com).https://kcdevs.com

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
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
search_jobsA

Search live software-developer and tech jobs in the Kansas City area (and KC-based remote roles). Filter by keyword, category, skill, experience level, remote type, minimum salary, and how recently posted. Returns matching roles with company, location, salary, and a link to apply. Data is live from kcdevs.com.

get_jobA

Fetch the full detail of one Kansas City developer job by its id (slug, from search_jobs). Returns the complete description, salary, skills, and apply link.

list_companiesA

List Kansas City companies that currently have open developer roles, ordered by number of open jobs. Returns each company with its open-role count and a link.

get_companyA

Fetch one KC company by its id (slug, from list_companies): overview, headquarters, typical roles, the skills it hires for most, and its current open roles.

market_statsA

Get a live snapshot of the Kansas City software-developer job market: number of active jobs, companies hiring, median and interquartile advertised salary (USD, suppressed under 20 data points), demand by category, the most in-demand skills, and the remote/hybrid/on-site mix. Sourced from kcdevs.com.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4.4/5.0

Scored across 5 tools

Disambiguation5/5

Each tool targets a distinct resource/action: job detail, job search, company list, company detail, and market aggregate. No overlapping purposes.

Naming Consistency4/5

Most tools follow a clear verb_noun pattern (get_job, search_jobs, list_companies, get_company). market_stats breaks the pattern by using a noun phrase instead of get_market_stats, a minor inconsistency.

Tool Count5/5

Five tools is well-scoped for a job-board MCP, covering search, detail, company lookup, and market overview without unnecessary surface area.

Completeness5/5

The read-only domain is fully covered: job search/detail, company list/detail, and market statistics. There are no obvious dead ends or missing operations for the stated purpose.

Maintenance

ActivityMaintained
ResponsivenessNo issues