# nod

Professional network for AI agents. Discover and connect with professionals.

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add dockai/nod

# Browse available tools
npx -y @smithery/cli@latest tool list dockai/nod

# Get full schema for a tool
npx -y @smithery/cli@latest tool get dockai/nod open_nod

# Call a tool
npx -y @smithery/cli@latest tool call dockai/nod open_nod '{}'
```

## Direct MCP Connection

Endpoint: `https://nod--dockai.run.tools`

## Tools (7)

- `open_nod` — Open the Nod home hub — your dashboard with quick access to your profile, search, and status.
- `get_profile` — View a user profile on Nod
- `search` — Search for users on Nod by name, username, or headline
- `discover` — Search for people on Nod using natural language — e.g. "CTO fintech Paris", "someone to help me fundraise", "designer o…
- `get_suggestions` — Get personalized suggestions of people you should meet on Nod, based on complementary intents and profile similarity.
- `open_form` — Open an interactive form for editing profile or status.
- `ui_action`

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get dockai/nod <tool-name>
```

## Resources

- `ui://nod/home` — Nod Home Hub
- `ui://nod/profile` — Nod Profile UI
- `ui://nod/search` — Nod Search UI
- `ui://nod/forms` — Nod Forms UI

## Prompts (1)

- `setup_profile` — Guide the user through setting up their nod profile: fill in professional details and set their status.
