Skip to main content

What is MCP?

The Model Context Protocol (MCP) is an open protocol that allows AI tools to access your documentation directly. When connected, the LLM can search Owem’s documentation in real-time while generating responses, resulting in more accurate and up-to-date information.

Benefits for developers

  • More accurate responses: The LLM queries official Owem documentation instead of using outdated knowledge.
  • Real-time access: Up-to-date information about endpoints, parameters, and code examples.
  • Direct integration: Works with Claude, Cursor, VS Code, and other compatible tools.

Owem MCP Server

The MCP server is only available for public documentation.
https://docs.owem.com.br/mcp
Use this URL to connect the Owem API documentation to your AI tools.

How to connect

Choose your preferred AI tool:
1

Access settings

  1. Go to Connectors in Claude.
  2. Click Add custom connector.
2

Add the Owem server

  • Name: Owem API
  • URL: https://docs.owem.com.br/mcp
Click Add.
3

Use in chat

  1. In Claude, click the attachments button (+).
  2. Select Owem API.
  3. Ask about the Owem API!

Complete Claude setup

See the full Claude Code configuration guide

Usage examples

After connecting MCP, you can ask questions like:
“How do I generate a dynamic PIX QR Code using the Owem API? Show me an example with cURL.”
The LLM will query the documentation and return the correct endpoint, parameters, and a working example.
“What webhook events are available in Owem? How do I set up an endpoint to receive notifications?”
The LLM will list all events (pix_in:qrcode_paid, pix_out:processing, etc.) and show how to create a webhook.
“How do I perform financial reconciliation using Owem’s Ledger?”
The LLM will explain the filter parameters and show query examples.
“I received a MED, how do I submit a defense via API?”
The LLM will show the endpoint, payload, and deadline for defense submission.

Contextual menu

You can also connect to MCP directly from any page of this documentation:
OptionAction
Copy MCP server URLCopies the URL to your clipboard
Connect to CursorAutomatically installs in Cursor
Connect to VS CodeAutomatically installs in VS Code
Click the menu icon (⋮) at the top of any page to access these options.