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

# Introduction

> An introduction to the YoFacturo MCP server. Connect your AI agents to YoFacturo.

# MCP Server

<Warning>
  The YoFacturo MCP server is in beta. You can join through [this form](https://form.typeform.com/to/AjtnA2aB)
</Warning>

## What is MCP?

The **Model Context Protocol (MCP)** is an open standard that allows AI assistants (Claude, ChatGPT, Gemini, and others) to call external tools and APIs in a structured, secure way.

As a recommended practice, the agent should call `get_user_organization_info` when the conversation needs company profile or fiscal defaults, and call `get_mcp_workflows_guidance` when planning or executing multistep MCP workflows.

The YoFacturo MCP server allows an AI agent to:

* Issue invoices in compliance with Spanish fiscal regulations, automatically sync them with VeriFactu, and send them by email to the contact.
* Check invoice status.
* Manage contacts and products.
* And many more things coming soon.

## Compatible clients

The MCP is currently compatible with the following clients via OAuth:

* [Claude Code](/en/mcp/configure-claude)
* [ChatGPT](/en/mcp/configure-chatgpt)
* [VSCode](/en/mcp/configure-vscode)
