mcp-nexus-server

mcp-nexus-server

3.3

If you are the rightful owner of mcp-nexus-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

The Nexus MCP Server enables AI agents to interact with the Nexus blockchain using the Model Context Protocol (MCP).

The Nexus MCP Server acts as a bridge for AI agents to interact with the Nexus blockchain through the Model Context Protocol (MCP). It provides blockchain functionalities as MCP tools accessible by any MCP-compatible AI system, including leading LLMs like Claude. The server allows querying blockchain data, interacting with smart contracts, managing transactions, and monitoring events. It is designed for easy integration with AI systems, making it a valuable tool for developers looking to leverage blockchain technology in AI applications.

Features

  • Query Blockchain Data: Get blocks, transactions, account balances, and more
  • Smart Contract Interaction: Make read-only contract calls to query on-chain data
  • Transaction Management: Submit signed transactions to the network
  • Event Monitoring: Track and filter blockchain events via logs
  • Easy AI Integration: Compatible with any MCP-enabled AI system

Tools

  1. getNetworkInfo

    Get Nexus blockchain network information

  2. getBalance

    Get the balance of an address

  3. getTransaction

    Get transaction details by hash

  4. getBlock

    Get block details by number

  5. callContract

    Call a smart contract method (read-only)

  6. getLogs

    Get event logs from the blockchain

  7. sendRawTransaction

    Submit a signed transaction to the network