gluneau/near-mcp-server
If you are the rightful owner of near-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.
This project implements a Model Context Protocol (MCP) server for interacting with the NEAR Protocol blockchain, allowing LLMs to query blockchain data and execute transactions.
Tools
Functions exposed to the LLM to take actions
get_account_balance
Get the balance of the specified account
view_account_state
View the original key-value status of the specified contract account
get_account_details
Get detailed information about a specified NEAR account
create_sub_account create_sub_account
Create a sub-account
delete_account
Delete an account
send_tokens
Send tokens
call_function
Call smart contract function
batch_actions
Execute operations in batches
deploy_contract
Deploy contracts
view_function
View function calls
get_access_keys
Get the access key
add_full_access_key
Add full access key
add_function_call_key
Add function call key
delete_access_key
Delete the access key
verify_signature
Verify signature
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client