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.