Skip to content

MCP server

NETTS publishes its documentation as an MCP server, so an AI agent can search these docs and the API specification itself instead of guessing or being fed a 700 KB text dump.

https://doc.netts.io/mcp

The server is read-only. It knows nothing about your account, keys or balance — only what is published on this site.

What the agent gets

ToolWhat it does
search_docsFull-text search over the documentation pages
get_docFull Markdown of one page
list_docsIndex of every page
search_apiSearch operations of NETTS API v2
get_endpointParameters, schemas, responses and error codes of one operation
get_openapi_schemaA reusable schema from the specification

The blog is deliberately not indexed: those are articles for people, and for an agent they are noise.

Connect

Cursor and VS Code — use the Connect to Cursor and Connect to VS Code items in the menu at the top of any documentation page. They install the server in one click.

Claude Code

bash
claude mcp add --transport http netts-docs https://doc.netts.io/mcp

Anything else — the transport is Streamable HTTP, no authentication:

json
{
  "mcpServers": {
    "netts-docs": {
      "type": "http",
      "url": "https://doc.netts.io/mcp"
    }
  }
}

Without MCP

If your tool does not speak MCP, the same content is available as plain files: