AI Agents MCP Servers Workflows Blog Submit
N

NEAR MCP

Blockchain Free Open Source

Connect AI models to the NEAR blockchain. Query accounts, analyze smart contracts, and explore NEAR DeFi through MCP.

What is NEAR MCP?

NEAR MCP provides AI access to the NEAR blockchain, known for its developer-friendly approach with human-readable account names, sharded architecture, and unique account model with access keys.

NEAR's Unique Account Model

Unlike address-based blockchains, NEAR uses human-readable account names (like alice.near) and supports multiple access keys per account. NEAR MCP handles these unique features, enabling AI models to query named accounts, check access key permissions, and analyze account structures.

Aurora EVM Support

NEAR MCP also supports Aurora, the EVM running on NEAR, providing access to both NEAR-native and Ethereum-compatible smart contracts within the same server.

Configuration

{
  "mcpServers": {
    "near": {
      "command": "npx",
      "args": ["near-mcp"],
      "env": {
        "NEAR_RPC_URL": "https://rpc.mainnet.near.org"
      }
    }
  }
}

Use Cases

From account management analysis to smart contract auditing, DeFi research on Ref Finance, and validator monitoring, NEAR MCP gives AI models comprehensive access to NEAR's growing ecosystem.

Key Features

  • Query NEAR account balances and access keys
  • Analyze smart contract state and methods
  • Track NEAR DeFi on Ref Finance and Burrow
  • Monitor validator and staking pool activity
  • Decode NEAR receipt and action data
  • Support for NEAR and Aurora (EVM) chains