NEAR offers multiple tools and resources to help your AI agents build and use NEAR applications. This page provides an overview of the key tools available and how to use them effectively.Documentation Index
Fetch the complete documentation index at: https://docs.near.org/llms.txt
Use this file to discover all available pages before exploring further.
llms.txt
When you need to provide your agent with a quick reference to all NEAR docs.
Docs MCP
When you want agents to search docs in real-time for up-to-date details.
Agent Skills
When you need your agent to become an expert in a specific task (e.g. using our API).
NEAR MCP
When your agent needs to perform on-chain actions (e.g., transfers and function calls).
llms.txt
What it is: Curated NEAR docs context for coding assistants. Use it when: You need to provide your agent with a quick reference to all NEAR docs. Link: https://docs.near.org/llms.txtVS Code Setup
VS Code Setup
Use
#fetch in your prompt:Cursor Setup
Cursor Setup
Add docs source once in Cursor Chat:
@→Docs→+ Add new doc- Add:
https://docs.near.org/llms.txt - Select the source while prompting
Docs MCP endpoint
What it is: An endpoint to search NEAR documentation via MCP. Use it when: You want agents to search docs in real-time for up-to-date details and narrower API lookups. Link: https://docs.near.org/mcp Use two complementary layers:- Static context (
llms.txt) for fast, high-signal docs grounding. - Retrieval (Docs MCP) when the agent needs live lookup across docs.
NEAR Agent Skills
NEAR Agent Skills are reusable capabilities that package repeatable workflows. Use it when: You need your agent to become an expert in specific tasks (for example, using NEAR APIs). Link: https://github.com/near/agent-skills| Skill | Focus |
|---|---|
| near-ai-cloud | Verifiable private AI inference and attestation |
| near-api-js | JS/TS blockchain interaction, transactions, tokens, and wallet integration |
| near-dapp | dApp project setup, wallet integration, React/Next.js patterns |
| near-intents | Cross-chain swaps via the 1Click API |
| near-kit | TypeScript SDK with type-safe contracts and sandbox testing |
| near-smart-contracts | Rust smart contract development, security, and state management |