Skip to main content
Glama

Server Details

Read-only on-chain intelligence for AI agents on Base: balances, tokens, gas, tx status.

Status
Unhealthy
Last Tested
Transport
Streamable HTTP
URL
Repository
datakoot/base-intel-mcp
GitHub Stars
0
Server Listing
Base Intel MCP

Glama MCP Gateway

Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.

MCP client
Glama
MCP server

Full call logging

Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.

Tool access control

Enable or disable individual tools per connector, so you decide what your agents can and cannot do.

Managed credentials

Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.

Usage analytics

See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.

100% free. Your data is private.
Tool DescriptionsB

Average 3.5/5 across 5 of 5 tools scored.

Server CoherenceA
Disambiguation5/5

Each tool has a clearly distinct purpose: address snapshot, gas price, token balance, token metadata, and transaction status. No overlap in functionality.

Naming Consistency5/5

All tool names use consistent snake_case with a noun_noun or resource_action pattern (e.g., address_report, token_balance, tx_status), making them predictable.

Tool Count5/5

With 5 tools, the server is well-scoped for basic Base blockchain intelligence, covering the most common queries without bloat.

Completeness4/5

The tools cover essential on-chain data (address details, gas, token, transaction), but lack a tool for block info or transaction history, which is a minor gap.

Available Tools

5 tools
address_reportAInspect

One-call snapshot of a Base address: ETH balance, USDC balance, tx count, and whether it is a contract.

ParametersJSON Schema
NameRequiredDescriptionDefault
addressYes0x address on Base
Behavior2/5

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

No annotations provided, so description carries full burden. It only describes return data, not behavioral traits like rate limits, idempotency, or whether it queries on-chain or via an API. For a read-only tool, more context on safety is needed.

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?

Single, well-structured sentence that front-loads the purpose and lists key outputs. No wasted words; every part contributes meaning.

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 simplicity (1 parameter, no output schema), description adequately covers what the tool does and returns. Could mention that it works only for Base mainnet, but specificity is sufficient.

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 description of 'address' as '0x address on Base'. The description adds value by specifying the network ('Base') and format ('0x'), which is beyond the schema's minimal description.

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 verb 'snapshot' and resource 'Base address', and lists specific data returned (ETH balance, USDC balance, tx count, contract status). It effectively distinguishes from sibling tools like gas_now or token_balance, which focus on single data points.

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

Usage Guidelines3/5

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

Implicit guidance that it's a 'one-call snapshot' suggests efficiency, but no explicit when-to-use or when-not-to-use. No alternatives or exclusions mentioned. Could improve by noting to use dedicated tools for single data points.

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

gas_nowAInspect

Current Base network gas price (gwei and wei).

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

Behavior3/5

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

No annotations provided; description only states it returns current gas price. Lacks details on response format, read-only nature, or potential rate limits. Adequate but minimal.

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?

Single sentence, front-loaded, no 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?

Complete for a simple read tool with no inputs. Could specify 'Ethereum L2 Base' to avoid ambiguity, but adequate.

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?

No parameters (schema coverage 100% vacuously). Description adds output format info ('gwei and wei') beyond empty schema, earning above baseline.

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 specifies verb 'Current' and resource 'Base network gas price' in gwei and wei, clearly distinguishing from sibling tools (address_report, token_balance, etc.) that deal with other data.

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?

Implied usage: use for current gas price on Base network. No explicit when-not or alternatives, but context is clear given zero parameters and simple purpose.

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

token_balanceBInspect

ERC-20 token balance of a holder on Base (formatted + raw).

ParametersJSON Schema
NameRequiredDescriptionDefault
tokenYes
addressYes
Behavior2/5

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

No annotations are provided, so the description must cover behavioral traits. It mentions only that the tool returns formatted and raw balances. It does not disclose error behavior, authentication needs, rate limits, or side effects. For a simple read operation, this is limited.

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 very concise (one sentence) and front-loaded with key information. It earns its place but could be slightly expanded without becoming verbose.

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 two required parameters, no output schema, and no annotations, the description is inadequate. It does not explain return values beyond 'formatted + raw', nor does it provide usage context or parameter formats.

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

Parameters1/5

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

The input schema has 0% description coverage and the tool description does not elaborate on the parameters. 'token' and 'address' are not clarified (e.g., whether token is a contract address or symbol, whether address is the holder). This is a significant gap.

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 returns the ERC-20 token balance of a holder on Base, both formatted and raw. It specifies the blockchain network and distinguishes from siblings like token_info and address_report.

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

Usage Guidelines3/5

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

The description implies its purpose but does not provide explicit guidance on when to use this tool versus alternatives such as token_info or address_report. No exclusions or context hints are given.

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

token_infoBInspect

ERC-20 token metadata on Base: name, symbol, decimals, total supply.

ParametersJSON Schema
NameRequiredDescriptionDefault
tokenYes
Behavior2/5

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

No annotations are provided, so the description carries full burden. It only describes output but omits behavioral traits like authentication, rate limits, error behavior, or side effects. A read operation is implied but not stated.

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?

One sentence with no wasted words, front-loading the purpose and output fields. Highly concise.

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?

For a simple tool with one parameter and no output schema, the description is adequate but misses key context like parameter format and any preconditions. It provides the core information but not full completeness.

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

Parameters2/5

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

The single parameter 'token' has no schema description (0% coverage). The description mentions token metadata but does not clarify the expected format (e.g., contract address, symbol). Additional meaning is minimal.

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 provides ERC-20 token metadata (name, symbol, decimals, total supply) on Base. It uses a specific verb ('metadata') and resource ('ERC-20 token'), distinguishing it from siblings like token_balance.

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

Usage Guidelines3/5

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

The description implies usage when needing token metadata, but provides no explicit when-to-use, when-not-to-use, or alternatives. Sibling tools are listed but not differentiated.

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

tx_statusBInspect

Look up a Base transaction by hash: status, from, to, value, block, gas used.

ParametersJSON Schema
NameRequiredDescriptionDefault
hashYes
Behavior2/5

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

No annotations provided; description lists returned fields but does not disclose error handling, authentication needs, or rate limits. Incomplete behavioral context for a read operation.

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?

Single sentence with 10 words effectively communicates purpose and output fields. Very concise but could use structured format for clarity.

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?

One-parameter tool with no output schema or annotations; description lists key returned fields but lacks details on response structure or error cases. Adequate but not comprehensive.

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

Parameters2/5

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

Schema coverage is 0%; description does not clarify the hash parameter format or constraints beyond 'by hash' in the text. Adds minimal value over the schema's string type.

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 'Look up a Base transaction by hash' with specific verb and resource. Lists returned fields distinguishing it from sibling tools like address_report and token_balance.

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?

No guidance on when to use this tool vs alternatives like address_report or token_info. Lacks any context for selective usage or exclusions.

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

Discussions

No comments yet. Be the first to start the discussion!

Related MCP Servers

  • A
    license
    A
    quality
    C
    maintenance
    Enables AI agents to fetch live multi-chain portfolio, token info, gas prices, and token prices across Ethereum, Base, Polygon, Arbitrum, and Optimism with a single call. No API key required.
    Last updated
    4
    MIT
  • A
    license
    A
    quality
    B
    maintenance
    basescope is a read-only onchain safety layer for AI agents: it answers "is this token/contract/approval safe?" on Base and EVM chains (honeypot/rug checks, risky-approval detection, verified-source lookup, balances, ENS/Basenames, gas, prices), with no private keys and no required API keys.
    Last updated
    13
    246
    1
    MIT

View all MCP Servers

Try in Browser

Your Connectors

Sign in to create a connector for this server.