Noves MCP Server
OfficialProvides natural language analysis of Binance Smart Chain transactions, wallet activity, and token prices via the Noves Intent service.
Provides natural language analysis of Bitcoin blockchain transactions and wallet activity via the Noves Intent service.
Provides natural language analysis of Ethereum blockchain transactions, wallet activity, and token prices via the Noves Intent service.
Provides natural language analysis of Fantom blockchain transactions, wallet activity, and token prices via the Noves Intent service.
Provides natural language analysis of Optimism blockchain transactions, wallet activity, and token prices via the Noves Intent service.
Provides natural language analysis of Polygon blockchain transactions, wallet activity, and token prices via the Noves Intent service.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Noves MCP ServerShow recent transactions for 0x28c6c06298d514db089934071355e5743bf21d60 on Ethereum"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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
get_recent_transactions: Get recent transactions for a wallet address with natural language descriptionsget_transaction_details: Get detailed analysis of a specific transaction (filtered from recent transactions)get_translated_transaction: Get human-readable description of a specific transaction using Noves translationget_transaction_transfers: Get detailed transfer information focusing on token movements
π Wallet Analysis Tools
get_wallet_summary: Get a comprehensive summary of wallet activity with key insightsanalyze_wallet: Analyze wallet activity and provide detailed insights with natural language summaries
πΈ Token Price Tools
get_current_token_price: Get the current price of a token on a specific blockchain.get_historical_token_price: Get the historical price of a token at a specific timestamp.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_transactionsAsking about a specific hash β
get_translated_transactionAsking for "analysis" or "insights" β
analyze_walletAsking about "transfers" or "tokens moved" β
get_transaction_transfersAsking 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 ( | Polygon ( | Binance Smart Chain ( |
Bitcoin ( | Arbitrum ( | Avalanche ( |
Optimism ( | Fantom ( | |
Base ( | 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.jsonVerify your
mcp.jsonsyntax 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
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
AlicenseAqualityAmaintenanceConnects 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.Last updated913023Apache 2.0
ChainFETCH MCP Serverofficial
AlicenseCqualityDmaintenanceEnables 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.Last updated26311MIT- AlicenseAqualityCmaintenanceEnables 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.Last updated7686MIT
- AlicenseAqualityBmaintenanceEnables AI assistants to query blockchain data across 30+ networks via Infura, using natural language for blocks, transactions, contracts, and more.Last updated29304MIT
Related MCP Connectors
Provide AI agents and automation tools with contextual access to blockchain data including balanceβ¦
Read-only on-chain intel for AI agents on Base: balances, tokens, gas, tx status. No API keys.
Read-only on-chain intelligence for AI agents on Base: balances, tokens, gas, tx status.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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