acn-preflight-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
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
| 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 |
|---|---|
| bounty_reality_checkA | Check current public GitHub evidence for a bounty or issue before contributing. |
| repo_contribution_readinessC | Assess repository contribution readiness. Without paid access this returns the hosted HTTP 402 order payload. |
| payment_preflightB | Run technical payment preflight. Without paid access this returns the hosted HTTP 402 order payload. |
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 3 tools
Each tool targets a distinct preflight concern: bounty evidence, repo readiness, and payment. However, two tools return the same 402 payload, so an agent may not know which one to call when access is blocked.
All names use snake_case and follow a compound noun pattern, which is internally consistent. The lack of a clear verb_noun structure is a minor deviation but not confusing.
With only three tools, the server is tightly scoped to its preflight purpose. Every tool earns its place and the count is not excessive.
Two tools are gated behind paid access and return the same unusable 402 payload, creating dead ends. There is no way to unlock or proceed after those responses, so the surface is practically incomplete for agents.