Skip to main content
Glama
airblock2026

Bit Monk Signal

by airblock2026

Server Quality Checklist

75%
Profile completionA complete profile improves this server's visibility in search results.
  • Latest release: v1.0.0

  • Disambiguation5/5

    Each tool has a clearly distinct purpose: rate for feedback, scan_bottoms and scan_tops for opposite market scans, and subscribe for subscription management. No overlap or ambiguity.

    Naming Consistency5/5

    All tool names are single-word, lowercase, and follow a verb-based pattern. The scan_ prefix for scanning tools creates a clear naming convention.

    Tool Count4/5

    Four tools is reasonable for a signal service, covering feedback, market scans, and subscription. Slightly minimal but functional.

    Completeness3/5

    The domain is cryptocurrency signals, but there is no tool for direct signal delivery or viewing historical signals. The set covers scans and subscription but lacks core signal output.

  • Average 4.3/5 across 4 of 4 tools scored.

    See the Tool Scores section below for per-tool breakdowns.

    • No community issues in the last 6 months
    • 4 commits in the last 12 weeks
    • No stable releases found
    • No critical vulnerability alerts
    • No high-severity vulnerability alerts
    • No code scanning findings
    • CI status not available
  • This repository is licensed under MIT License.

  • This repository includes a README.md file.

  • No tool usage detected in the last 30 days. Usage tracking helps demonstrate server value.

    Tip: use the "Try in Browser" feature on the server page to seed initial usage.

  • This repository includes a glama.json configuration file.

  • If you are the author, simply .

    If the server belongs to an organization, first add glama.json to the root of your repository:

    {
      "$schema": "https://glama.ai/mcp/schemas/server.json",
      "maintainers": [
        "your-github-username"
      ]
    }

    Then . Browse examples.

  • Add related servers to improve discoverability.

How to sync the server with GitHub?

Servers are automatically synced at least once per day, but you can also sync manually at any time to instantly update the server profile.

To manually sync the server, click the "Sync Server" button in the MCP server admin interface.

How is the quality score calculated?

The overall quality score combines two components: Tool Definition Quality (70%) and Server Coherence (30%).

Tool Definition Quality measures how well each tool describes itself to AI agents. Every tool is scored 1–5 across six dimensions: Purpose Clarity (25%), Usage Guidelines (20%), Behavioral Transparency (20%), Parameter Semantics (15%), Conciseness & Structure (10%), and Contextual Completeness (10%). The server-level definition quality score is calculated as 60% mean TDQS + 40% minimum TDQS, so a single poorly described tool pulls the score down.

Server Coherence evaluates how well the tools work together as a set, scoring four dimensions equally: Disambiguation (can agents tell tools apart?), Naming Consistency, Tool Count Appropriateness, and Completeness (are there gaps in the tool surface?).

Tiers are derived from the overall score: A (≥3.5), B (≥3.0), C (≥2.0), D (≥1.0), F (<1.0). B and above is considered passing.

Tool Scores

  • Behavior3/5

    Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

    No annotations are provided, so the description carries the burden. It emphasizes the tool is 'FREE' and 'costs nothing', but lacks details on idempotency, potential side effects, or authentication needs. For a simple feedback tool, it is minimally adequate but could be more explicit about safety.

    Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

    Conciseness5/5

    Is the description appropriately sized, front-loaded, and free of redundancy?

    The description is three sentences, front-loaded with purpose and usage context. Every sentence adds value without redundancy or wasted words.

    Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

    Completeness4/5

    Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

    The tool has no output schema, but given its simple nature as a feedback submission, the description sufficiently covers input and usage. It does not explain the return value, but this is not critical. Overall complete for its simplicity.

    Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

    Parameters3/5

    Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

    Schema description coverage is 100%, so the schema already documents all three parameters. The description adds minor context by clarifying score range (1-10) and purposes of pros and cons, but does not significantly enhance meaning beyond the schema.

    Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

    Purpose5/5

    Does the description clearly state what the tool does and how it differs from similar tools?

    Description clearly states it is a feedback tool for rating signals after trading or evaluating. It specifies that users leave a score 1-10 plus pros and cons, which is a specific verb+resource combination. It distinguishes itself from sibling tools like 'scan_bottoms' and 'subscribe' which are unrelated.

    Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

    Usage Guidelines4/5

    Does the description explain when to use this tool, when not to, or what alternatives exist?

    Description explicitly says 'after you have traded on (or evaluated) our signals', providing clear context for when to use. It also mentions 'costs nothing, no payment header needed', which informs about prerequisites. However, it does not mention when not to use or provide alternatives, but given no sibling feedback tools exist, this is acceptable.

    Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

  • Behavior4/5

    Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

    Discloses payment model, cost, trial, retry header, and no-account requirement. No annotations exist, so description carries burden. Does not mention destructive effects (presumably read-only).

    Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

    Conciseness4/5

    Is the description appropriately sized, front-loaded, and free of redundancy?

    Front-loaded with purpose, structured with key details. Slightly verbose on payment, but acceptable for clarity.

    Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

    Completeness4/5

    Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

    No output schema, but description explains returns are ranked list. Covers cold start and payment. Adequate for the tool's complexity.

    Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

    Parameters4/5

    Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

    Schema coverage is 100%, and description adds context: limit default/max, symbols optional with default set. Adds value beyond schema.

    Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

    Purpose5/5

    Does the description clearly state what the tool does and how it differs from similar tools?

    The description clearly states it scans the market for coins at a bottom, ranked most-bottom first. It distinguishes from siblings like scan_tops by specific mention of 'bottom' vs 'tops'.

    Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

    Usage Guidelines4/5

    Does the description explain when to use this tool, when not to, or what alternatives exist?

    Provides guidance on payment, cold start (no symbol needed), and mentions the free pitch tool. Lacks explicit when-not-to-use but context differentiates from siblings adequately.

    Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

  • Behavior4/5

    Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

    With no annotations, the description carries full burden. It discloses that checking is free, activation triggers a payment challenge, and returns a token for 30-day unlimited calls. It also mentions per-call costs and trial period. However, it omits behavior for already-subscribed users and does not fully describe the status check response.

    Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

    Conciseness3/5

    Is the description appropriately sized, front-loaded, and free of redundancy?

    The description is long and mixes instructions with pricing details. It front-loads the two main actions but then becomes dense with payment flow, signing, and token usage. A more structured format (e.g., bullet points) would improve clarity without losing information.

    Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

    Completeness3/5

    Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

    No output schema is provided, so the description must cover return values. It mentions returning an X-SUB-KEY token for activation but does not describe the response for status checks. Error scenarios (e.g., invalid agentId, already subscribed) are not covered. Adequate but incomplete.

    Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

    Parameters4/5

    Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

    Schema coverage is 100% with basic descriptions. The tool description adds meaningful context: 'agentId' links the subscription, 'activate' requests the payment challenge. This enriches beyond the schema, though the schema already covers the parameter names and types.

    Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

    Purpose5/5

    Does the description clearly state what the tool does and how it differs from similar tools?

    The description clearly states two distinct actions: checking subscription status (free) and activating the monthly plan via the 'activate' parameter. It explicitly mentions linking an agentId and contrasts with per-call pricing, making the tool's purpose unambiguous.

    Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

    Usage Guidelines5/5

    Does the description explain when to use this tool, when not to, or what alternatives exist?

    The description provides explicit when-to-use guidance: check status without 'activate', or activate the plan with 'activate:true'. It also mentions the alternative of per-call pricing until subscribed and details the activation flow (402 challenge, signing, retry). This fully guides the agent on selecting the correct mode.

    Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

  • Behavior4/5

    Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

    With no annotations provided, the description carries full burden for behavioral disclosure. It discloses payment ($0.01 per call via x402), 6-day trial, and the need to retry with a header. It also notes the tool ranks the whole universe by default. However, it does not explicitly state whether this is a read-only or destructive operation, though it is implied to be a scan.

    Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

    Conciseness4/5

    Is the description appropriately sized, front-loaded, and free of redundancy?

    The description is somewhat long but front-loaded with purpose and payment. Every sentence adds value: purpose, payment model, cold-start hint, and contrast with pitch tool. Could be slightly more concise, but structure is logical and information-dense.

    Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

    Completeness4/5

    Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

    Given the tool's complexity (payment, trial, header) and lack of output schema, the description covers critical contextual details: pricing, authentication method, default behavior, and sibling differentiation. It does not describe the return format, but the tool's purpose is clear enough for the AI to infer it returns a list of coins with ranking.

    Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

    Parameters4/5

    Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

    Schema description coverage is 100%, so baseline is 3. The description adds value by stating default limit (5), maximum (50), and that symbols defaults to a top-coins set. This provides context beyond the schema and helps the AI understand parameter behavior.

    Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

    Purpose5/5

    Does the description clearly state what the tool does and how it differs from similar tools?

    The description clearly states the tool scans the market for coins at a top (most overbought/sell) and ranks them. It specifically distinguishes from sibling tools like scan_bottoms by its focus on tops, and uses precise verb+resource+scope: 'Scan the market and return coins currently at a top.'

    Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

    Usage Guidelines5/5

    Does the description explain when to use this tool, when not to, or what alternatives exist?

    The description provides explicit usage guidance: no account/signup needed, how to handle the 402 challenge with a PAYMENT-SIGNATURE header, and a best cold start hint for symbol selection. It also contrasts with the free pitch tool for counting. This clearly helps the AI decide when to use this tool over alternatives.

    Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

GitHub Badge

Glama performs regular codebase and documentation scans to:

  • Confirm that the MCP server is working as expected.
  • Confirm that there are no obvious security issues.
  • Evaluate tool definition quality.

Our badge communicates server capabilities, safety, and installation instructions.

Card Badge

bit-monk-signal-mcp MCP server

Copy to your README.md:

Score Badge

bit-monk-signal-mcp MCP server

Copy to your README.md:

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/airblock2026/bit-monk-signal-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server