Skip to main content
Glama
athoune

prospector-mcp

by athoune

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

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
}
logging
{}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
extensions
{
  "io.modelcontextprotocol/ui": {}
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
prospector_runC

Run Prospector static analysis on a file or directory.

prospector_check_readyA

Check whether Prospector is installed and report its version.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.4/5.0

Scored across 2 tools

Disambiguation5/5

The two tools have clearly distinct purposes: one runs the analysis, the other checks installation. No overlap.

Naming Consistency5/5

Both tools follow a consistent 'prospector_' prefix with a verb (run, check_ready). Clear and predictable pattern.

Tool Count3/5

Only 2 tools for a static analysis server feels minimal but not unreasonable if the scope is limited to running checks.

Completeness2/5

Missing common operations like listing rules, retrieving results, or configuring the analysis. Gaps are significant for a typical analysis workflow.

Maintenance

ActivitySlowing
ResponsivenessNo issues