> ## Documentation Index
> Fetch the complete documentation index at: https://apidocs.neetoinvoice.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Introduction

> Connect an AI assistant to your NeetoInvoice workspace over MCP.

MCP stands for Model Context Protocol. It is an open standard that lets AI assistants and apps
like NeetoInvoice speak the same language. NeetoInvoice runs a hosted MCP server, so once your
assistant is connected it can read and change workspace data on your behalf, in response to
plain requests.

Think of it as giving your AI assistant a secure passcode to your NeetoInvoice workspace.
After that, common billing, time-tracking, and HR tasks become much faster: logging hours,
pulling unbilled entries, creating invoices, inviting team members, and generating payroll
reports.

## What you need

<CardGroup cols={2}>
  <Card title="A supported AI assistant" icon="robot">
    Setup for Claude, ChatGPT, Claude Code, Codex, Cursor, Gemini CLI, VS Code, and Windsurf
    is documented in [Connect](/mcp/connect).
  </Card>

  <Card title="A credential" icon="key">
    Claude and ChatGPT sign in with OAuth, so there is nothing to create. Other clients need
    an API key. See [Authentication](/mcp/authentication).
  </Card>
</CardGroup>

## Server details

|                |                                                  |
| -------------- | ------------------------------------------------ |
| Endpoint       | `https://connect.neetoinvoice.com/mcp/messages`  |
| Transport      | HTTP                                             |
| Authentication | OAuth, or `Authorization: Bearer <your-api-key>` |

The two credentials differ in what they can reach: OAuth scopes the assistant to your own
permissions, while an API key gives it the whole workspace. Read
[Authentication](/mcp/authentication) before you pick.

## Next steps

<CardGroup cols={2}>
  <Card title="Authentication" icon="lock" href="/mcp/authentication">
    Generate an API key and understand what the connection can reach.
  </Card>

  <Card title="Connect your assistant" icon="plug" href="/mcp/connect">
    Config for Claude Code, Cursor, VS Code, and Windsurf.
  </Card>

  <Card title="Examples" icon="comments" href="/mcp/examples">
    Prompts to try once the connection is live.
  </Card>

  <Card title="Tools" icon="wrench" href="/mcp/tools">
    Every tool the server exposes.
  </Card>
</CardGroup>
