Access blockchain transaction data in natural language, providing human-readable descriptions for AI assistants.
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.
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 movementsget_wallet_summary
: Get a comprehensive summary of wallet activity with key insightsanalyze_wallet
: Analyze wallet activity and provide detailed insights with natural language summariesget_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.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.
{
"mcpServers": {
"noves-blockchain-data": {
"command": "npx",
"args": ["@noves/noves-mcp-server@0.1.3"]
}
}
}
Once installed, you can have natural conversations with your AI assistant about blockchain data:
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"
The AI will automatically choose the best tool based on your question:
get_recent_transactions
get_translated_transaction
analyze_wallet
get_transaction_transfers
get_wallet_summary
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.
mcp.json
mcp.json
syntax is valid JSONMIT
Provides financial data. Requires external Python dependencies installed with the uv package manager.
An Elasticsearch server focused on security and threat analysis. Requires a valid Elasticsearch license (trial, platinum, or enterprise) for connection.
a lightweight, local RAG memory store to record, retrieve, update, delete, and visualize persistent "memories" across sessionsβperfect for developers working with multiple AI coders (like Windsurf, Cursor, or Copilot) or anyone who wants their AI to actually remember them.
Provides real-time, structured access to League of Legends game data, including champions, items, abilities, game mechanics, and patch information.
Integrates with Trino and Iceberg for advanced data exploration, querying, and table maintenance.
Access real-time DEX analytics across 20+ blockchains with DexPaprika API, tracking 5M+ tokens, pools, volumes, and historical market data. Built by CoinPaprika.
Connect AI tools with Pinecone projects to search, configure indexes, generate code, and manage data.
An MCP server for integrating with SAP OData services, configured via environment variables.
A Model Context Protocol Server for MongoDB
A read-only MCP server for Avro data sources, powered by the CData JDBC Driver.