xinghuo-mcp-server

xinghuo-mcp-server

3.1

If you are the rightful owner of xinghuo-mcp-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.

A Model Context Protocol server provides access to the Xinghuo BIF Blockchain Test Network, enabling users to interact with the blockchain efficiently.

The xinghuo-mcp-server is a TypeScript-based Model Context Protocol server that allows users to interact with the Xinghuo BIF Blockchain Test Network. It provides tools and functions to retrieve specific blockchain data without directly interfacing with blockchain nodes. The server implements a simple notes system to demonstrate core MCP concepts, offering resources, tools, and prompts for managing and summarizing text notes.

Features

  • Resources: List and access notes via `note://` URIs, each with a title, content, and metadata.
  • Tools: `create_note` allows the creation of new text notes with title and content as required parameters.
  • Prompts: `summarize_notes` generates a summary of all stored notes, returning a structured prompt for LLM summarization.