Skip to content

For developers & agents

The product is the API.

Every feature is a typed MCP tool and a compact HTTP route, wrapped in a self-documenting discovery layer. Agents and humans share one endpoint surface — 238 tools out of the box.

netdex · MCP
netdex · MCP 238 typed tools · stdio mcp__netdex__list_boards mcp__netdex__search_items mcp__netdex__create_board mcp__netdex__set_value mcp__netdex__add_column mcp__netdex__board_semantic_search …and 232 more claude_desktop_config.json { "netdex": { "command": "python", "args": ["-m", "backend.mcp_server"] } } SELF-DOCUMENTING · no auth GET /api/help · /api/sitemap · /api/conventions GET /r/{board} → compact JSON any agent can read

Connect an agent

Add Netdexperts to your MCP client

Point Claude Desktop, Claude Code, or Cursor at the stdio server and your agent can read and write every board.

claude_desktop_config.json
{
  "mcpServers": {
    "netdex": {
      "command": "python",
      "args": ["-m", "backend.mcp_server"],
      "env": { "NETDEX_VAULT_KEY": "your-key" }
    }
  }
}
quickstart.sh
# Read a board as compact JSON — any agent can parse it
curl https://api.netdexperts.com/r/{board}?f=min

# Orient with no auth at all
curl https://api.netdexperts.com/api/help

Self-documenting

Discovery endpoints — no auth required

Agents orient themselves without hand-holding. Curl any of these and get back structured, machine-readable context.

GET /api/help

A markdown orientation guide for agents.

GET /api/sitemap

Every navigable URL pattern as JSON.

GET /api/conventions

The project’s rules and vocabularies.

GET /api/column-types

Every column type and its value fields.

Prefer files? The site also ships an llms.txt for AI-assisted editors.

Wire your agents to real work.

Start free, connect your MCP client, and let your agents drive the boards.