- NEAR Protocol Full-Featured MCP Server
NEAR Protocol Full-Featured MCP Server
What is NEAR Protocol Full-Featured MCP Server?
The NEAR Protocol Full-Featured MCP Server is a server implementation of the Model Context Protocol (MCP) designed for interacting with the NEAR Protocol blockchain. It enables Large Language Models (LLMs) to query blockchain data and execute transactions using a pre-configured NEAR account.
How to use NEAR MCP Server?
To use the NEAR MCP Server, install it via npm, configure your environment variables with your mnemonic seed phrase, and run the server. You can then connect it to an MCP client like Claude Desktop to interact with the NEAR blockchain.
Key features of NEAR MCP Server?
- Retrieve account balances and details.
- Create and delete sub-accounts.
- Send tokens and execute smart contract functions.
- Deploy WASM smart contracts.
- Verify signatures and manage access keys.
Use cases of NEAR MCP Server?
- Querying account balances and states on the NEAR blockchain.
- Executing transactions and smart contract functions through an LLM interface.
- Managing NEAR accounts and their access keys programmatically.
FAQ from NEAR MCP Server?
- Is the NEAR MCP Server secure for production use?
No, it is not secure for production environments as it uses a mnemonic seed phrase stored in an environment variable. For production, a more secure key management solution is recommended.
- What are the prerequisites for running the server?
You need Node.js (version 16 or higher), npm, and optionally a NEAR account and MCP client.
- How do I connect the server to an MCP client?
You need to edit the MCP client configuration file to include the server's executable path and environment variables.