Saiten MCP Server
by aktsmm
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| GITHUB_TOKEN | No | GitHub token used for authentication. Note that gh CLI usually manages its own auth; this is typically only set for CI environments. |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_submissionsA | Fetch the list of Agents League submissions. |
| get_submission_detailA | Fetch detailed submission data for the specified Issue number. |
| get_scoring_rubricA | Return the scoring rubric for the specified track. |
| save_scoresA | Save scoring results to data/scores.json. |
| generate_ranking_reportA | Generate a Markdown ranking report and save to reports/ranking.md. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
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/aktsmm/FY26_techconnect_saiten'
If you have feedback or need assistance with the MCP directory API, please join our Discord server