senchamp-mcp
OfficialServer Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HOST | No | 0.0.0.0 | |
| PORT | No | 3100 | |
| SENDCHAMP_AI_ROOT | No | . |
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
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| sendchamp__searchA | Search Sendchamp documentation and API operations by natural language query. Use source='docs' for conceptual guides, source='api' for API endpoints, source='guide' for curated integration guides, or source='all' (default) when unsure. Returns ranked results with IDs for sendchamp__retrieve. |
| sendchamp__retrieveA | Fetch full documentation or API schema for a specific ID returned by sendchamp__search. Returns complete parameter schemas, guides, or doc links. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 2 tools
The two tools have clearly distinct purposes: one searches documentation/API endpoints, the other retrieves full details for a specific result. No overlap or ambiguity.
Both tools follow the same 'sendchamp__verb' pattern (sendchamp__search, sendchamp__retrieve), providing a predictable and consistent naming convention.
With only 2 tools, the server feels minimal but still covers the basic search-and-retrieve workflow. This is borderline for a documentation assistant, but not extreme given the focused scope.
The pair offers a functional search->retrieve pipeline for documentation. While additional tools like listing categories or browsing all topics could be useful, the core workflow is covered without significant gaps.