AI Overview

Explore the AI tools available in Localpayment's developer portal. Connect your AI-powered editor, feed your LLM with clean documentation, and deploy a specialist integration agent — all without writing a single line of setup code.

Localpayment provides a set of AI tools designed to accelerate your integration, reduce errors, and let you build faster across all supported markets in Latin America. Whether you're exploring the API for the first time or debugging a production issue, these tools meet you where you work.

Available AI Tools

Connect Your Workflow

AI tools that bring Localpayment's API directly into your development environment.

Use With Any LLM

Tools that make Localpayment's documentation accessible to any AI assistant, without configuration.


Which Tool Should I Use?

ToolBest forSetup requiredAccess
MCP ServerBuilding integrations inside an AI editorYes (JSON config)docs.localpayment.com/mcp
AI AgentsDeploying a specialist agent in a frameworkYes (SDK install)See AI Agents
Prompt LibraryCopy-paste prompts for any AI assistantNoBrowse prompts
Plain Text DocsPasting specific articles into any chatNoAdd .md to any doc URL
LLMs.txtGiving an LLM a full index of the docsNodocs.localpayment.com/llms.txt
Ask AIQuick questions inside the developer portalNoAvailable in the portal header
💡

Quick start: If you use Cursor, VS Code, Claude, or Windsurf, start with the MCP Server. If you prefer working directly in a chat interface, go to the Prompt Library and copy the prompt that matches your use case.


FAQ

Do I need an account to use these AI tools?

The MCP Server, Prompt Library, LLMs.txt, and plain text docs are all publicly accessible — no Localpayment account required. To make actual API calls in your integration, you will need valid API credentials. See API Keys & Environments.

Is the MCP Server available in the Stage environment?

The MCP Server (https://docs.localpayment.com/mcp) provides access to the public API documentation and spec. It does not execute API requests — it is read-only. To test actual payment flows, use your Stage credentials directly in your integration.

Does the MCP Server have access to my account data?

No. The Localpayment MCP Server is a public, read-only server that exposes documentation and API spec information. It has no access to your transactions, account balance, or any merchant-specific data.

Which AI editors and frameworks are supported?

The MCP Server works with any MCP-compatible client: Cursor, VS Code (GitHub Copilot), Claude Desktop, Claude Code, Windsurf, ChatGPT, Gemini CLI, JetBrains, and others. The AI Agents article covers framework integration for OpenAI Agents SDK, LangChain, Vercel AI SDK, CrewAI, and Amazon Bedrock.