@noditlabs/nodit-mcp-server 1.0.1 → 1.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (57) hide show
  1. package/README.md +46 -1
  2. package/build/spec/reference/aptos.yaml +4449 -587
  3. package/build/spec/reference/arbitrum.yaml +126 -6
  4. package/build/spec/reference/base.yaml +126 -6
  5. package/build/spec/reference/chiliz.yaml +11058 -0
  6. package/build/spec/reference/ethereum.yaml +127 -6
  7. package/build/spec/reference/evm-avalanche-debug_traceblockbyhash.yaml +198 -0
  8. package/build/spec/reference/evm-avalanche-debug_traceblockbynumber.yaml +225 -0
  9. package/build/spec/reference/evm-avalanche-debug_tracecall.yaml +261 -0
  10. package/build/spec/reference/evm-avalanche-debug_tracetransaction.yaml +173 -0
  11. package/build/spec/reference/evm-avalanche-eth_blocknumber.yaml +96 -0
  12. package/build/spec/reference/evm-avalanche-eth_call.yaml +233 -0
  13. package/build/spec/reference/evm-avalanche-eth_chainid.yaml +98 -0
  14. package/build/spec/reference/evm-avalanche-eth_createaccesslist.yaml +221 -0
  15. package/build/spec/reference/evm-avalanche-eth_estimategas.yaml +156 -0
  16. package/build/spec/reference/evm-avalanche-eth_feehistory.yaml +187 -0
  17. package/build/spec/reference/evm-avalanche-eth_gasprice.yaml +96 -0
  18. package/build/spec/reference/evm-avalanche-eth_getbalance.yaml +176 -0
  19. package/build/spec/reference/evm-avalanche-eth_getblockbyhash.yaml +189 -0
  20. package/build/spec/reference/evm-avalanche-eth_getblockbynumber.yaml +210 -0
  21. package/build/spec/reference/evm-avalanche-eth_getblocktransactioncountbyhash.yaml +119 -0
  22. package/build/spec/reference/evm-avalanche-eth_getblocktransactioncountbynumber.yaml +153 -0
  23. package/build/spec/reference/evm-avalanche-eth_getcode.yaml +163 -0
  24. package/build/spec/reference/evm-avalanche-eth_getfilterchanges.yaml +135 -0
  25. package/build/spec/reference/evm-avalanche-eth_getfilterlogs.yaml +135 -0
  26. package/build/spec/reference/evm-avalanche-eth_getlogs.yaml +217 -0
  27. package/build/spec/reference/evm-avalanche-eth_getproof.yaml +225 -0
  28. package/build/spec/reference/evm-avalanche-eth_getstorageat.yaml +170 -0
  29. package/build/spec/reference/evm-avalanche-eth_gettransactionbyblockhashandindex.yaml +212 -0
  30. package/build/spec/reference/evm-avalanche-eth_gettransactionbyblocknumberandindex.yaml +245 -0
  31. package/build/spec/reference/evm-avalanche-eth_gettransactionbyhash.yaml +202 -0
  32. package/build/spec/reference/evm-avalanche-eth_gettransactioncount.yaml +169 -0
  33. package/build/spec/reference/evm-avalanche-eth_gettransactionreceipt.yaml +148 -0
  34. package/build/spec/reference/evm-avalanche-eth_getunclebyblockhashandindex.yaml +153 -0
  35. package/build/spec/reference/evm-avalanche-eth_getunclebyblocknumberandindex.yaml +186 -0
  36. package/build/spec/reference/evm-avalanche-eth_getunclecountbyblockhash.yaml +115 -0
  37. package/build/spec/reference/evm-avalanche-eth_getunclecountbyblocknumber.yaml +149 -0
  38. package/build/spec/reference/evm-avalanche-eth_maxpriorityfeepergas.yaml +98 -0
  39. package/build/spec/reference/evm-avalanche-eth_newblockfilter.yaml +98 -0
  40. package/build/spec/reference/evm-avalanche-eth_newfilter.yaml +188 -0
  41. package/build/spec/reference/evm-avalanche-eth_newpendingtransactionfilter.yaml +98 -0
  42. package/build/spec/reference/evm-avalanche-eth_sendrawtransaction.yaml +130 -0
  43. package/build/spec/reference/evm-avalanche-eth_uninstallfilter.yaml +117 -0
  44. package/build/spec/reference/evm-avalanche-net_listening.yaml +96 -0
  45. package/build/spec/reference/evm-avalanche-net_version.yaml +100 -0
  46. package/build/spec/reference/evm-avalanche-web3_clientversion.yaml +96 -0
  47. package/build/spec/reference/evm-avalanche-web3_sha3.yaml +122 -0
  48. package/build/spec/reference/kaia.yaml +126 -6
  49. package/build/spec/reference/luniverse.yaml +125 -6
  50. package/build/spec/reference/optimism.yaml +126 -6
  51. package/build/spec/reference/polygon.yaml +126 -6
  52. package/build/spec/reference/tron.yaml +79 -14
  53. package/build/spec/reference/web3-data-api.yaml +152 -43
  54. package/build/spec/reference/webhook.yaml +6 -3
  55. package/build/tools/api-categories.js +48 -1
  56. package/build/tools/aptos-indexer.js +3 -2
  57. package/package.json +1 -1
package/README.md CHANGED
@@ -2,6 +2,10 @@
2
2
 
3
3
  A Model Context Protocol (MCP) server that connects AI agents and developers to structured, context-ready blockchain data across multiple networks through Nodit's Web3 infrastructure.
4
4
 
5
+ <a href="https://glama.ai/mcp/servers/@noditlabs/nodit-mcp-server">
6
+ <img width="380" height="200" src="https://glama.ai/mcp/servers/@noditlabs/nodit-mcp-server/badge" alt="Nodit Server MCP server" />
7
+ </a>
8
+
5
9
  [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
6
10
  [![Node.js](https://img.shields.io/badge/Node.js-%3E%3D18.0.0-green.svg)](https://nodejs.org/)
7
11
  [![TypeScript](https://img.shields.io/badge/TypeScript-5.0%2B-blue.svg)](https://www.typescriptlang.org/)
@@ -55,7 +59,7 @@ For detailed API specifications and usage guidelines, please refer to the [Nodit
55
59
  Query detailed Aptos blockchain activities through GraphQL endpoints.
56
60
 
57
61
  - **Supported Networks**
58
- - EVM-Compatible: Ethereum, Arbitrum, Avalanche, Base, Kaia, Optimism, Polygon
62
+ - EVM-Compatible: Ethereum, Arbitrum, Avalanche, Base, Chiliz, Kaia, Optimism, Polygon
59
63
  - Non-EVM: Aptos, Bitcoin, Dogecoin, TRON, XRPL
60
64
 
61
65
 
@@ -174,6 +178,47 @@ export NODIT_API_KEY=your-api-key
174
178
  claude
175
179
  ```
176
180
 
181
+ ## Example Prompts with Nodit MCP
182
+ Once Nodit MCP is connected, you can use natural language to directly query blockchain data from multiple networks.
183
+ The examples below illustrate just a few of the many possibilities — feel free to go beyond them and explore your own use cases.
184
+
185
+ ### 📊 On-chain Activity Monitoring
186
+ ```
187
+ Summarize the recent activity of 0xabc…def across Ethereum and Arbitrum. Include major transactions, token transfers, and NFT interactions over the past 7 days.
188
+ ```
189
+ ```
190
+ What fungible and non-fungible tokens does this wallet hold across Ethereum and Polygon? Include balances and token names.
191
+ ```
192
+ ```
193
+ Analyze the risk profile of wallet 0xabc… based on its recent on-chain behavior.
194
+ ```
195
+
196
+ ### 🧾 Smart Contract & Transaction Analysis
197
+ ```
198
+ Analyze how users interacted with the contract at 0xcontract… on Ethereum over the last week.
199
+ ```
200
+ ```
201
+ Analyze the last 10 blocks on Arbitrum.
202
+ ```
203
+
204
+ ### 🧠 AI Agent Use Cases
205
+ ```
206
+ Based on wallet 0xabc…’s holdings, recommend optimal DeFi strategies across Ethereum and Arbitrum.
207
+ ```
208
+ ```
209
+ Create a daily summary report for 0xdao… including token balances, inflow/outflow, and governance activity.
210
+ ```
211
+
212
+ ### ⚙️ Web3 DApp Development
213
+ ```
214
+ Write TypeScript code using fetch to retrieve all ERC-20 transfers for 0xabc… from Ethereum using Nodit’s Node API.
215
+ ```
216
+ ```
217
+ Build a simple dashboard to visualize how assets have moved in recent XRPL transactions.
218
+ ```
219
+ ```
220
+ Build a dashboard that aggregates blockchain data across multiple chains using Nodit.
221
+ ```
177
222
 
178
223
  ## Scope & Limitations
179
224