MCP

NEARWEEK/MCP

3.2

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

The NEARWEEK MCP Server is a Model Context Protocol server designed to facilitate access to NEAR blockchain data, providing tools and resources for querying accounts, blocks, contracts, and transactions on the NEAR Protocol.

Tools

Functions exposed to the LLM to take actions

near.getBlock

Get block details by hash, height, or finality

near.getBlockChanges

Get all state changes in a block

near.getChunk

Get chunk details

near.getAccount

View account details (balance, storage, etc.)

near.getAccountChanges

View account state changes

near.getAccessKeys

List all access keys for an account

near.getAccessKey

View specific access key details

near.viewFunction

Call read-only contract view methods

near.getTransaction

Get transaction status with receipts

near.rpc

Make generic NEAR RPC calls

Prompts

Interactive templates invoked by user choice

No prompts

Resources

Contextual data attached and managed by the client

No resources