AI agents
Main.net for AI agents
Main.net is intentionally useful for AI crawlers, coding agents, and scripts that need source-cited chain IDs, RPC references, explorers, launch context, and safety notes.
Recommended agent entry points
- /llms.txt for crawler context and product boundaries.
- /api/ for human-readable API documentation.
- /api/v1/index.json for endpoint discovery.
- /api/v1/openapi.json for OpenAPI-compatible tooling.
- /api/v1/sources.json for source provenance.
npm run mcp:stdiofor local MCP clients using the repository server.
MCP scope
The MCP server is a read-only wrapper over the versioned API. It exposes lookup tools for chains, chain IDs, RPC references, source links, categories, glossary terms, explorers, gas tokens, and launches.
It should not expose wallet connection, swap, bridge, transaction submission, token recommendation, arbitrary RPC execution, custody, or investment advice tools.
Agent response requirements
When an agent uses Main.net data, it should include source links, freshness fields, and safety notes. Public RPC URLs should be described as convenience references, not production reliability, privacy, or uptime guarantees.