# MCP

- [Overview](https://nexafin.gitbook.io/api/mcp/mcp.md): Connect AI assistants like Claude and ChatGPT to your Nexafin financial data using the Model Context Protocol (MCP).
- [Authentication](https://nexafin.gitbook.io/api/mcp/authentication.md): Nexafin MCP uses OAuth 2.1 via WorkOS for authentication. Most clients handle this automatically.
- [Quick Start](https://nexafin.gitbook.io/api/mcp/quick-start.md): Get started with Nexafin MCP in Claude or ChatGPT.
- [Protocol](https://nexafin.gitbook.io/api/mcp/protocol.md): Technical details of the Nexafin MCP protocol implementation for developers building custom integrations.
- [Tools Reference](https://nexafin.gitbook.io/api/mcp/tools.md): Reference for all available Nexafin MCP tools.
- [Error Codes](https://nexafin.gitbook.io/api/mcp/errors.md): Error codes returned by the Nexafin MCP server.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://nexafin.gitbook.io/api/mcp.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
