Skip to main content
Glama
Abacore-net

acn-preflight-mcp

by Abacore-net

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": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.2/5.0

Scored across 3 tools

Disambiguation4/5

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.

Naming Consistency4/5

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.

Tool Count5/5

With only three tools, the server is tightly scoped to its preflight purpose. Every tool earns its place and the count is not excessive.

Completeness2/5

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.

Maintenance

ActivityMaintained
ResponsivenessNo issues