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.
How to connect
Choose your preferred AI tool:- Claude
- Cursor
- VS Code
- Claude Code (CLI)
1
Access settings
- Go to Connectors in Claude.
- Click Add custom connector.
2
Add the Owem server
- Name:
Owem API - URL:
https://docs.owem.com.br/mcp
3
Use in chat
- In Claude, click the attachments button (+).
- Select Owem API.
- 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:Generate PIX QR Code
Generate PIX QR Code
“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.
Configure Webhooks
Configure Webhooks
“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.Query Ledger
Query Ledger
“How do I perform financial reconciliation using Owem’s Ledger?”The LLM will explain the filter parameters and show query examples.
Handle MEDs
Handle MEDs
“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:| Option | Action |
|---|---|
| Copy MCP server URL | Copies the URL to your clipboard |
| Connect to Cursor | Automatically installs in Cursor |
| Connect to VS Code | Automatically installs in VS Code |