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.
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.
{
"mcpServers": {
"netdex": {
"command": "python",
"args": ["-m", "backend.mcp_server"],
"env": { "NETDEX_VAULT_KEY": "your-key" }
}
}
} # 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.