Skip to main content
Glama
kukapay

blocknative-mcp

by kukapay

Server Quality Checklist

67%
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 with no overlap: estimate_gas_cost calculates transaction costs, get_supported_chains lists available networks, and predict_gas_price forecasts prices. The descriptions clearly differentiate these gas platform functionalities, making tool selection unambiguous for an agent.

    Naming Consistency5/5

    All three tools follow a consistent verb_noun naming pattern (estimate_gas_cost, get_supported_chains, predict_gas_price) with clear action-object relationships. The naming is uniform throughout, using snake_case consistently without any deviations or mixed conventions.

    Tool Count3/5

    With only 3 tools, the server feels somewhat thin for a gas platform domain that could benefit from additional operations like historical gas price analysis, transaction simulation, or multi-chain batch operations. While the core functions are covered, the limited tool count may restrict agent capabilities in more complex scenarios.

    Completeness4/5

    The toolset covers the essential gas platform operations well: cost estimation, chain discovery, and price prediction. However, there are minor gaps such as the inability to simulate transactions with actual data, compare gas prices across multiple chains simultaneously, or access historical gas price trends, which could limit some advanced workflows.

  • Average 3.2/5 across 3 of 3 tools scored.

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

    • 0 of 1 community issues answered or closed in the last 6 months
    • 0 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.

  • Add a glama.json file to provide metadata about your server.

  • 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

  • Behavior2/5

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

    With no annotations provided, the description carries the full burden of behavioral disclosure. It mentions the output format ('Markdown table') but doesn't describe what the prediction entails (e.g., time horizon, confidence intervals, data sources), whether it's cached or real-time, potential rate limits, or error conditions. For a prediction tool with zero annotation coverage, this leaves significant gaps in understanding its behavior.

    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 appropriately sized and front-loaded with the core purpose in the first sentence. The parameter section is clear but could be more integrated. There's minimal waste, though the 'ctx' explanation in the schema (not the description) suggests some context could be condensed if included in the description itself.

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

    Completeness2/5

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

    Given the complexity of a prediction tool with no annotations, no output schema, and 0% schema description coverage, the description is incomplete. It lacks details on prediction methodology, output structure beyond 'Markdown table', error handling, and differentiation from siblings. This makes it inadequate for reliable agent use without additional context.

    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 0%, so the description must compensate. It provides basic semantics for 'chain_id' (ID of blockchain network with an example) and notes 'ctx' is optional with a default, but doesn't explain what 'Context' does or why it might be needed. The description adds some value but doesn't fully compensate for the schema coverage gap, especially for the 'ctx' parameter.

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

    Purpose4/5

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

    The description clearly states the tool's purpose: 'Predict gas prices for a specified chain, including base fee and detailed prediction data in a Markdown table.' This specifies the verb ('predict'), resource ('gas prices'), and output format ('Markdown table'). However, it doesn't explicitly differentiate from sibling tools like 'estimate_gas_cost' or 'get_supported_chains', which prevents a perfect score.

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

    Usage Guidelines2/5

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

    The description provides no guidance on when to use this tool versus its siblings ('estimate_gas_cost' and 'get_supported_chains'). It mentions the chain_id parameter but doesn't explain when prediction is appropriate versus estimation or chain listing. There's no mention of prerequisites, limitations, or alternative scenarios.

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

  • Behavior2/5

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

    No annotations are provided, so the description carries the full burden of behavioral disclosure. It states the tool estimates gas cost but doesn't explain how the estimation works (e.g., based on historical data, network conditions), whether it's a read-only operation, potential rate limits, or error conditions. For a tool with financial implications, this is a significant gap.

    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 well-structured and concise: a clear purpose statement followed by a bulleted list of parameters with explanations. Every sentence adds value, and there's no redundant information. It could be slightly more front-loaded with usage context, but it's efficient overall.

    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?

    Given the complexity (financial estimation tool), lack of annotations, and no output schema, the description is moderately complete. It covers parameters well but misses behavioral details like estimation methodology, error handling, or return format. For a tool that could impact transaction costs, more context on reliability and limitations would be beneficial.

    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?

    The description adds meaningful context beyond the schema, which has 0% description coverage. It explains each parameter's purpose with examples (e.g., '21000 for a simple transfer', '0-100' for confidence, '1 for Ethereum Mainnet'), clarifying their roles in gas cost estimation. This compensates well for the schema's lack of descriptions.

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

    Purpose4/5

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

    The description clearly states the tool's purpose: 'Estimate gas cost for a transaction based on gas limit, confidence level, and chain.' It specifies the verb ('estimate'), resource ('gas cost'), and key inputs. However, it doesn't explicitly differentiate from sibling tools like 'predict_gas_price', which might be related but serves a different purpose.

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

    Usage Guidelines2/5

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

    The description provides no guidance on when to use this tool versus alternatives. It doesn't mention sibling tools like 'get_supported_chains' or 'predict_gas_price', nor does it specify prerequisites, scenarios, or exclusions for usage. The agent must infer context from tool names alone.

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

  • Behavior3/5

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

    With no annotations provided, the description carries the full burden of behavioral disclosure. It clearly describes the output format (Markdown table) and the data included (chain ID, system, network), which is helpful. However, it doesn't mention whether this is a read-only operation, if there are rate limits, authentication requirements, or potential side effects, which are important for a tool with no annotations.

    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 appropriately sized with three sentences that each serve a distinct purpose: stating the tool's purpose, documenting parameters, and specifying the return format. It's front-loaded with the core functionality and avoids unnecessary verbosity.

    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?

    For a simple read-only listing tool with one optional parameter and no output schema, the description provides adequate context. It explains what the tool does, documents the parameter, and specifies the return format. While it could benefit from more behavioral details (given no annotations), it covers the essential information needed to use the tool correctly.

    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?

    The description explicitly documents the single parameter 'ctx' as optional with a default value, and provides a clear explanation of its purpose as the MCP context object. With 0% schema description coverage, the description fully compensates by adding meaningful semantics beyond what the bare schema provides.

    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 specific action ('List'), resource ('blockchain networks supported by the Blocknative Gas Platform'), and output format ('formatted as a Markdown table'). It distinguishes itself from sibling tools like 'estimate_gas_cost' and 'predict_gas_price' by focusing on listing supported chains rather than gas-related operations.

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

    Usage Guidelines2/5

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

    The description provides no guidance on when to use this tool versus alternatives. It doesn't mention any prerequisites, dependencies, or scenarios where this tool is preferred over others, leaving the agent to infer usage from the purpose alone.

    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

blocknative-mcp MCP server

Copy to your README.md:

Score Badge

blocknative-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/kukapay/blocknative-mcp'

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