Skip to main content
Glama
Noves-Inc

Noves MCP Server

Official
by Noves-Inc

Noves MCP Server

An MCP (Model Context Protocol) server that wraps the Noves Intent service to provide natural language blockchain data. This allows AI assistants to have conversational access to blockchain transaction data with human-readable descriptions.

🌟 Features

  • πŸ—£οΈ Natural Language Blockchain Data: Get transaction descriptions in plain English

  • 🌐 Multiple Blockchain Support: Works with 100+ blockchain networks supported by Noves

  • πŸ’¬ Conversational Interface: Perfect for AI assistants to understand and explain blockchain activity

  • πŸ”§ Multiple Analysis Tools: 6 specialized tools for different types of blockchain analysis

  • ⚑ Easy Installation: Install via NPM with a single command

  • πŸ”’ No Authentication Required: Noves Intent service is free to use

Related MCP server: ChainFETCH MCP Server

πŸ› οΈ Available Tools

πŸ” Transaction Analysis Tools

  1. get_recent_transactions: Get recent transactions for a wallet address with natural language descriptions

  2. get_transaction_details: Get detailed analysis of a specific transaction (filtered from recent transactions)

  3. get_translated_transaction: Get human-readable description of a specific transaction using Noves translation

  4. get_transaction_transfers: Get detailed transfer information focusing on token movements

πŸ“Š Wallet Analysis Tools

  1. get_wallet_summary: Get a comprehensive summary of wallet activity with key insights

  2. analyze_wallet: Analyze wallet activity and provide detailed insights with natural language summaries

πŸ’Έ Token Price Tools

  1. get_current_token_price: Get the current price of a token on a specific blockchain.

  2. get_historical_token_price: Get the historical price of a token at a specific timestamp.

  3. get_token_price_comparison: Compare a token's price between two timestamps and see the price change.

πŸš€ Quick Start

Installation for Cursor/Claude

Add this MCP server to your Cursor configuration file (~/.cursor/mcp.json):

{
  "mcpServers": {
    "noves-blockchain-data": {
      "command": "npx",
      "args": ["@noves/noves-mcp-server@0.1.3"]
    }
  }
}

That's it! The server will be automatically downloaded and running when you restart Cursor.

Example Cursor Configuration

{
  "mcpServers": {
    "noves-blockchain-data": {
      "command": "npx",
      "args": ["@noves/noves-mcp-server@0.1.3"]
    }
  }
}

πŸ’¬ How to Use

Once installed, you can have natural conversations with your AI assistant about blockchain data:

🎯 Example Questions & Conversations

Recent Activity:

"What are the recent transactions for wallet 0x28c6c06298d514db089934071355e5743bf21d60 on Ethereum?"

Wallet Analysis:

"Can you analyze the activity of the Binance hot wallet and tell me what kind of transactions they've been doing?"

Specific Transaction:

"Get details for this transaction hash: 0x1234... and explain what happened"

Token Transfers:

"Show me the recent token transfers for wallet 0xabc123... on Polygon and focus on what tokens were moved"

Comprehensive Summary:

"Give me a complete summary of this wallet's activity on Arbitrum with key insights"

Multi-Chain Analysis:

"Compare the activity of this wallet on Ethereum vs Polygon"

πŸ€– AI Context Awareness

The AI will automatically choose the best tool based on your question:

  • Asking about "recent activity" β†’ get_recent_transactions

  • Asking about a specific hash β†’ get_translated_transaction

  • Asking for "analysis" or "insights" β†’ analyze_wallet

  • Asking about "transfers" or "tokens moved" β†’ get_transaction_transfers

  • Asking for a "summary" β†’ get_wallet_summary

🌐 Supported Networks

The server supports 100+ blockchain networks that Noves supports, including:

Major Networks

Layer 2s

Alt Chains

Ethereum (ethereum)

Polygon (polygon)

Binance Smart Chain (bsc)

Bitcoin (bitcoin)

Arbitrum (arbitrum)

Avalanche (avalanche)

Optimism (optimism)

Fantom (fantom)

Base (base)

Cronos (cronos)

And many more! Just use the network name as specified by Noves.

❓ Troubleshooting

MCP Server Shows "0 tools enabled"

  • Make sure you restarted Cursor after adding the configuration

  • Check that the package name and version are correct in your mcp.json

  • Verify your mcp.json syntax is valid JSON

Connection Issues

  • The server uses stdio communication (no network required)

  • No authentication or API keys needed

  • Check Cursor's MCP logs for specific error messages

πŸ“„ License

MIT

Available Tools

9 tools
analyze_walletC

Analyze wallet activity and provide insights with natural language summaries

ParametersJSON Schema
NameRequiredDescriptionDefault
chainYesBlockchain network
timeframeNoTime period to analyze (e.g., "7d", "30d", "1y")30d
walletAddressYesWallet address to analyze

TDQS

C2.9/5.0
Behavior2/5

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

With no annotations, the description carries full responsibility for disclosing behavioral traits. It mentions natural language summaries (an output trait) but does not state whether the operation is read-only, if it has side effects, or any limitations. This is insufficient for a tool making analysis calls.

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 a single, concise sentence with no unnecessary words. It is efficiently structured, though it sacrifices details for brevity. The trade-off is acceptable given the minimal tool complexity.

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 existence of get_wallet_summary as a sibling, the description is incomplete for contextual selection. It does not clarify what 'insights' entail, what the output structure looks like, or how this differs from simply getting a wallet summary. The description is too sparse for an agent to make a fully informed decision.

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?

The input schema provides descriptions for all three parameters (chain, timeframe, walletAddress), so schema coverage is 100%. The description adds no additional parameter semantics beyond what the schema already states, hence the baseline score of 3.

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 identifies the tool as analyzing wallet activity and providing natural language insights, which distinguishes it from simple data retrieval tools. However, it does not explicitly differentiate from the similar sibling get_wallet_summary, leaving some ambiguity.

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 is provided on when to use this tool versus alternatives. There is no mention of scenarios like 'use for high-level insights' or how it compares to get_wallet_summary, leaving the agent without clear selection criteria.

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

get_current_token_priceC

Get current price of a token on a specific blockchain

ParametersJSON Schema
NameRequiredDescriptionDefault
chainYesBlockchain network (e.g., ethereum, polygon, arbitrum)
tokenAddressYesToken contract address

TDQS

C2.9/5.0
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. It does not disclose any behavioral traits such as whether the price is live, if there are rate limits, or what side effects might occur. The read-only nature is implied but not explicitly stated, and there is no mention of error conditions or return format.

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 a single, front-loaded sentence that efficiently conveys the tool's purpose without any redundant or filler content.

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?

For a simple tool with two well-documented parameters, the description is minimal. However, there is no output schema, so the description should explain what the price response looks like (e.g., currency, format). It also does not mention supported chains or any caveats, leaving the agent without complete context for invocation and response handling.

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%, with both 'chain' and 'tokenAddress' clearly documented. The description adds minimal extra meaning, only echoing 'specific blockchain' which is already in the schema. Baseline of 3 is appropriate since the schema handles parameter documentation.

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 uses the verb 'Get' and specifies the resource 'current price of a token on a specific blockchain', which is clear. It implicitly distinguishes from siblings like get_historical_token_price and get_token_price_comparison, but does not explicitly name them or highlight the distinction.

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 such as get_historical_token_price or get_token_price_comparison. There is no mention of exclusions, prerequisites, or recommended use cases.

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

get_historical_token_priceB

Get historical price of a token at a specific timestamp

ParametersJSON Schema
NameRequiredDescriptionDefault
chainYesBlockchain network (e.g., ethereum, polygon, arbitrum)
timestampYesUnix timestamp for historical price
tokenAddressYesToken contract address

TDQS

B3.1/5.0
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 only says 'Get historical price' and adds no information about side effects, authentication, rate limits, or return format. For a read operation, this minimal information is insufficient for the agent to anticipate behavior.

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 a single, clear sentence that is front-loaded with the core purpose. Every word contributes to the meaning, with no filler or redundancy.

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?

The tool has no output schema, so the description should convey what the result contains (e.g., currency, price format). It does not, leaving the return value ambiguous. However, the tool is simple and the input parameters are well-documented, so it is minimally viable.

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?

The input schema already provides descriptions for all three parameters (chain, tokenAddress, timestamp) with 100% coverage. The description adds no additional meaning beyond what the schema already states, so the baseline score of 3 is appropriate.

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 gets the historical price of a token at a specific timestamp, using a specific verb and resource. It is distinct enough from siblings like get_current_token_price and get_token_price_comparison because of the 'historical' and 'timestamp' qualifiers, though it does not explicitly name alternatives.

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 does not mention scenarios such as needing current prices or comparing prices, nor does it exclude any use cases. There is no explicit context for selection.

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

get_recent_transactionsA

Get recent transactions for a wallet address with natural language descriptions

ParametersJSON Schema
NameRequiredDescriptionDefault
chainYesBlockchain network (e.g., ethereum, polygon, arbitrum, bsc)
limitNoNumber of transactions to return (default: 10)
walletAddressYesWallet address to analyze

TDQS

A3.9/5.0
Behavior3/5

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

With no annotations, the description carries the full burden. It discloses the return format ('natural language descriptions') and implies read-only behavior via 'Get', but it does not mention pagination, sorting, or authentication. The added behavioral trait (natural language descriptions) gives it a 3 rather than lower.

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 a single 12-word sentence that conveys the purpose without any fluff. Every word earns its place, making it extremely concise and well-structured.

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 read tool with no output schema and no annotations, the description provides a clear purpose but does not fully cover expected behavior or return details. It is adequate but could benefit from mentioning the default limit or the nature of 'natural language descriptions' to be more complete.

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 coverage is 100% with each parameter (chain, limit, walletAddress) already described. The description does not add parameter-level semantics beyond mentioning the wallet address, so the baseline of 3 is appropriate.

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 names a specific action ('Get recent transactions') and resource ('wallet address'), and adds a distinguishing feature ('natural language descriptions') that differentiates it from sibling tools like get_transaction_details or get_translated_transaction. It is clear and specific.

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?

The description clearly implies when to use this tool (when you need recent transactions for a wallet address), but it does not explicitly name alternatives or scenarios to avoid. It provides clear context without exclusions, matching a 4.

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

get_token_price_comparisonA

Compare token price between two timestamps to show price change

ParametersJSON Schema
NameRequiredDescriptionDefault
chainYesBlockchain network (e.g., ethereum, polygon, arbitrum)
toTimestampNoEnd Unix timestamp for comparison (default: current time)1786352238
tokenAddressYesToken contract address
fromTimestampYesStart Unix timestamp for comparison

TDQS

A3.9/5.0
Behavior3/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. It discloses the core behavior (comparing prices) but does not specify the output format, such as whether it returns a percentage, absolute difference, or a structured object. This is adequate but lacks detail on return value or potential side effects.

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 a single, focused sentence that conveys the essential purpose without waste. It is well-structured and front-loaded, making it easy for an agent to parse quickly.

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?

The tool has no output schema and no annotations, so the description must cover the essentials. It does explain the main purpose but omits details like the result format, units, or edge-case handling (e.g., equal timestamps). Suitable for a simple tool but not comprehensive.

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 baseline is 3. The description adds minimal meaning beyond the schemaβ€”it only reinforces the 'between two timestamps' relationship. No additional parameter details are given, but the schema already documents each parameter sufficiently.

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's function: comparing token price between two timestamps to show price change. This explicitly distinguishes it from sibling tools like get_current_token_price and get_historical_token_price, which do not involve comparison between two points in time.

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?

The description implies the use case: when users need to compare prices at two different timestamps. It does not explicitly name alternatives or exclusions, but the context is clear given the sibling tool names and the 'between two timestamps' phrasing. A brief mention of when not to use it would push it to 5.

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

get_transaction_detailsB

Get detailed analysis of a specific transaction with natural language description

ParametersJSON Schema
NameRequiredDescriptionDefault
chainYesBlockchain network
transactionHashYesTransaction hash to analyze

TDQS

B3.3/5.0
Behavior2/5

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

With no annotations, the description must disclose behavioral traits, but it only states the output format. It does not mention side effects, limitations, required permissions, or error conditions. While 'get' implies a read operation, the description provides no explicit safety or behavioral context.

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 a single, efficiently worded sentence that front-loads the verb and resource. It avoids redundancy and extra filler, achieving maximal clarity in minimal space.

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?

The description covers the essential purpose and output type (natural language analysis) but lacks specifics about what the analysis includes or potential edge cases. Without an output schema or annotations, more detail might be expected, yet the simplicity of the tool (2 params) keeps it minimally adequate.

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?

The input schema already documents both parameters with descriptions (chain as 'Blockchain network', transactionHash as 'Transaction hash to analyze'), achieving 100% schema description coverage. The tool description adds no extra parameter meaning, so the baseline score of 3 is appropriate.

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 identifies the tool's function: to 'get detailed analysis of a specific transaction' and explicitly notes the output is a 'natural language description'. This distinguishes it from sibling tools like get_transaction_transfers (transfers only) or get_translated_transaction (translation), establishing a unique 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?

No usage guidance is provided. The description does not specify when to choose this tool over siblings, nor does it mention any exclusions or alternative tools. The agent is left to infer applicability based solely on the vague term 'detailed analysis'.

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

get_transaction_transfersB

Get detailed transfer information from recent transactions (focus on token movements)

ParametersJSON Schema
NameRequiredDescriptionDefault
chainYesBlockchain network
limitNoNumber of transactions to return (default: 5)
walletAddressYesWallet address to analyze

TDQS

B3.2/5.0
Behavior2/5

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

No annotations are provided, so the description must disclose behavioral traits. It only says 'get detailed transfer information' without explaining what 'detailed' includes, the scope of 'recent', or any edge cases. It does not disclose whether only token transfers are returned or if all transfers are included, leaving the agent guessing.

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 a single sentence with no waste, immediately stating the action and focus. It is well-structured and front-loaded with the important terms.

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?

With no output schema and no annotations, the description should clarify what the tool returns and from what scope. It mentions 'recent transactions' and 'limit' but does not explain how these interact or what 'detailed transfer information' concretely looks like. The description is insufficient for an agent to predict the tool's output.

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 all parameters are documented (chain, walletAddress, limit). The description adds minimal extra meaning, only the phrase 'focus on token movements' hints at parameter relevance. Baseline of 3 is appropriate as the schema already does the heavy lifting.

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 action (get), resource (transfer information from recent transactions), and focus (token movements). It distinguishes itself from siblings like get_transaction_details by specifying 'recent transactions' and 'transfer information', though it does not explicitly name alternatives.

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 for retrieving transfer-related data from recent transactions, but does not provide explicit when/when-not guidance or mention alternative tools. It gives a sense of context ('recent transactions', 'token movements') but lacks exclusions.

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

get_translated_transactionA

Get human-readable description of a specific transaction using Noves translation

ParametersJSON Schema
NameRequiredDescriptionDefault
chainYesBlockchain network
transactionHashYesTransaction hash to get human-readable description

TDQS

A3.6/5.0
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 only states what the tool does (generates a human-readable description) but does not mention whether the operation is read-only, what output format to expect, or any limitations of the translation service.

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 a single, well-structured sentence that conveys purpose and method without redundant words. It earns its place.

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 get-type tool with two well-documented parameters and no output schema, the description is sufficient. It clearly states what the tool does and how it differs from likely siblings. It could mention the return format, but this is not critical given the tool's 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%: both 'chain' and 'transactionHash' are described adequately in the input schema. The description does not add parameter-specific details beyond the schema, so the baseline score of 3 applies.

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 explicitly identifies the action ('Get'), the target ('human-readable description of a specific transaction'), and the method ('using Noves translation'). This distinguishes it from sibling tools like get_transaction_details (likely raw details) and get_transaction_transfers.

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?

Usage is implied by the description and tool name: when a user wants a natural language explanation of a transaction. However, there is no explicit guidance on when to choose this over siblings or any exclusions/alternatives.

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

get_wallet_summaryC

Get a comprehensive summary of wallet activity with key insights

ParametersJSON Schema
NameRequiredDescriptionDefault
chainYesBlockchain network
limitNoNumber of recent transactions to include in summary (default: 10)
walletAddressYesWallet address to analyze

TDQS

C2.9/5.0
Behavior2/5

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

With no annotations, the description carries the full burden of behavioral disclosure. It only says 'comprehensive summary with key insights' but does not explain what insights are included, how the summary is computed, or whether it affects state. This is essentially a restatement of the tool name.

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 a single sentence with no wasted words, but the phrases 'comprehensive' and 'key insights' are vague filler that reduce precision. Still, it is appropriately concise and front-loaded.

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?

No output schema and no annotations exist, so the description must explain what the summary contains and how it differs from sibling tools like analyze_wallet. It fails to do so, leaving users unsure about the return format or the exact scope of 'wallet activity'.

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 each parameter is documented in the input schema. The description adds no additional meaning about the parameters or their relationships, keeping this at the baseline.

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 provides a 'comprehensive summary of wallet activity', identifying a specific verb and resource. However, it does not differentiate from sibling tools like analyze_wallet or get_recent_transactions, so it lacks sibling distinction.

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 is provided on when to use this tool versus alternatives. The word 'summary' implies an overview use case, but there is no explicit context, exclusions, or mention of related tools.

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

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. 9 tool updatesv0.1.3
    • First observedanalyze_wallet
    • First observedget_current_token_price
    • First observedget_historical_token_price
    • First observedget_recent_transactions
    • First observedget_token_price_comparison
    • First observedget_transaction_details
    • First observedget_transaction_transfers
    • First observedget_translated_transaction
    • First observedget_wallet_summary

TDQS

B3.4/5.0
Disambiguation2/5

Several tools overlap significantly: get_translated_transaction and get_transaction_details both describe a specific transaction in natural language, and get_wallet_summary and analyze_wallet both provide wallet insights. This creates ambiguity in choosing the right tool for a given task.

Naming Consistency5/5

All tool names follow a consistent 'get_' prefix with descriptive nouns (e.g., get_recent_transactions, get_historical_token_price). The pattern is uniform and predictable across the entire set.

Tool Count5/5

With 9 tools, the server is well-scoped for its domain of blockchain analytics and price lookups. Each tool targets a specific resource or operation, and the count is neither too sparse nor overwhelming.

Completeness4/5

The tool surface covers recent transactions, specific transaction details, transfers, wallet summaries, and token price data, which is comprehensive for a transaction-translation and wallet-analytics server. A minor gap is the lack of tools for token balance or blockchain-level queries, but core workflows are well represented.

Maintenance

ActivityInactive
ResponsivenessSyncing

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Connectors

Related MCP Servers

  • A
    license
    A
    quality
    B
    maintenance
    Connects AI agents and developers to structured blockchain data across multiple networks through Nodit's Web3 infrastructure, enabling easy querying, analysis and interaction with blockchain ecosystems without specialized development expertise.
    9
    38
    24
    Apache 2.0
  • A
    license
    C
    quality
    D
    maintenance
    Enables AI-powered analysis of Ethereum blockchain data through semantic search, natural language queries, and structured filtering. Provides comprehensive access to addresses, transactions, blocks, tokens, and smart contracts with real-time blockchain intelligence.
    26
    16
    1
    MIT
  • A
    license
    A
    quality
    C
    maintenance
    Enables AI assistants to access real-time on-chain crypto analytics, whale tracking, and market metrics through natural language queries. It provides access to over 245 endpoints for comprehensive data analysis of assets like Bitcoin, Ethereum, and stablecoins.
    7
    18
    7
    MIT

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/Noves-Inc/noves-mcp'

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