ACN Preflight

Preflight checks for agent repository contributions, bounty work, and Base payments.

Rate this Server

One-Click Install

Add this to your `claude_desktop_config.json` file:

{
  "mcpServers": {
    "acn-preflight": {
      "url": "https://preflight.abacore.net/mcp"
    }
  }
}

Remote endpoints

https://preflight.abacore.net/mcpstreamable-http

Tool inventory

Tools (3)

🟢 Read-only🟡 Write🔴 Delete⚪ Unknown
🟢bounty_reality_check(issue_url)

Free fresh GitHub bounty reality check. No registration or email.

Input Schema

{
  "type": "object",
  "properties": {
    "issue_url": {
      "type": "string"
    }
  },
  "required": [
    "issue_url"
  ]
}
repo_contribution_readiness(repo_url, change_type, access_token)

Paid $0.10 repository contribution readiness from current public GitHub data.

Input Schema

{
  "type": "object",
  "properties": {
    "repo_url": {
      "type": "string"
    },
    "change_type": {
      "enum": [
        "bugfix",
        "feature",
        "docs",
        "dependency"
      ]
    },
    "access_token": {
      "type": "string"
    }
  },
  "required": [
    "repo_url",
    "access_token"
  ]
}
payment_preflight(chain, address, token_contract, amount, access_token)

Paid $0.02 technical payment preflight using independent Base RPCs. Not financial advice.

Input Schema

{
  "type": "object",
  "properties": {
    "chain": {
      "type": "string"
    },
    "address": {
      "type": "string"
    },
    "token_contract": {
      "type": "string"
    },
    "amount": {},
    "access_token": {
      "type": "string"
    }
  },
  "required": [
    "chain",
    "address",
    "access_token"
  ]
}

Recent observations

verifiedversion not recorded3 tools