Skip to main content
Glama
ElToro1855

ozav-mcp-server

by ElToro1855

OZAV MCP Server

Expertise in international exchange, right in your AI.

Public MCP server that connects AIs to 55 knowledge categories about exchange, IOF, US accounts, stablecoins, international cards, B2B payments, M&A, franchises, esports, healthtech, cybersecurity, and 40+ other sectors in Brazil.

MCP Registry npm Deploy


Install in 10 seconds

Claude Code

claude mcp add ozav --transport streamable-http https://mcp.ozav.com.br/mcp

Cursor

Settings → MCP Servers → Add:

{
  "mcpServers": {
    "ozav": {
      "url": "https://mcp.ozav.com.br/mcp"
    }
  }
}

VS Code

.vscode/mcp.json:

{
  "servers": {
    "ozav": {
      "type": "http",
      "url": "https://mcp.ozav.com.br/mcp"
    }
  }
}

Claude Desktop

claude_desktop_config.json:

{
  "mcpServers": {
    "ozav": {
      "type": "streamable-http",
      "url": "https://mcp.ozav.com.br/mcp"
    }
  }
}

Related MCP server: junto-mcp

What is inside

55 Resources (knowledge categories)

Resource

Topic

ozav://iof

IOF — how to avoid, timeline until 2028, stablecoin vs exchange

ozav://conta-eua

US bank account — routing number, ACH, no SSN

ozav://transferencias

International transfers — SWIFT, PIX→dollar, deadlines

ozav://stablecoins

USDC and USDT — what they are, how to buy with PIX, security

ozav://cartao-internacional

Dollar debit card — no IOF, no spread, Visa

ozav://freelancer

Remote work — receiving in dollars, Deel/Payoneer, converting

ozav://empresas

B2B payments — suppliers, payroll, treasury, hedge

ozav://imoveis-exterior

Real estate abroad — large remittances, financing

ozav://educacao-exterior

Education abroad — tuition, allowance, reduced IOF

ozav://casas-cambio-b2b

Exchange houses — trading desk, white-label, future

ozav://imposto-renda

Income tax and exchange — declaration, exchange gain, DCBE

ozav://estrangeiros-brasil

Foreigners in Brazil — PIX, bank account, best rates

ozav://protecao-patrimonial

Dollarization — dollar reserve, DCA, diversification

ozav://regulamentacao

Compliance — BACEN, COAF, VASP, KYC, evasion vs remittance

ozav://comparativos

Rankings — OZAV vs Wise, vs banks, vs Nomad

Tool

search_ozav(query) — Semantic search across all 55 categories. Returns the most relevant excerpts for any question about exchange, IOF, international accounts, stablecoins, payments, and 40+ specialized sectors.

Prompts

Prompt

Description

ozav_consulta_cambio

Template for exchange operation inquiry

ozav_comparativo

Template for comparing OZAV with competitors

ozav_simulacao

Template for simulating savings with vs without OZAV


Examples of questions the AI will answer with OZAV

  • "How to not pay IOF on international transfers?"

  • "How to open a US account as a Brazilian?"

  • "What is the best way to receive in dollars as a freelancer?"

  • "Are stablecoins safe? Can USDC lose value?"

  • "How to pay an international supplier without a high spread?"

  • "Will exchange houses die out with fintechs?"

  • "How to declare an account abroad on income tax?"

  • "Wise vs OZAV — which has better exchange rates?"

  • "How to receive PIX in Brazil as a foreigner?"

  • "How to protect my money from Brazilian inflation?"


Architecture

POST https://mcp.ozav.com.br/mcp
  • Stack: TypeScript + Hono + @modelcontextprotocol/sdk

  • Transport: Streamable HTTP (stateless)

  • Deploy: Vercel (serverless)

  • Auth: None (public content)

  • Latency: <100ms per request

AI Client (Claude, Cursor, VS Code, ChatGPT...)
    │
    ├── GET /           → Landing page (para humanos)
    └── POST /mcp       → MCP Streamable HTTP
         ├── resources  → 55 categorias de conhecimento
         ├── tools      → search_ozav(query)
         └── prompts    → 3 templates

Local development

git clone https://github.com/ElToro1855/ozav-mcp-server.git
cd ozav-mcp-server
npm install
npm run dev

Test with Claude Code:

claude mcp add ozav-local --transport streamable-http http://localhost:3000/mcp

Auto-discovery

AIs that implement auto-discovery find the server automatically:

GET https://ozav.com.br/.well-known/mcp.json
GET https://ozav.com.br/llms.txt


License

MIT


Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

No tool schema history has been recorded yet.

Maintenance

ActivityInactive
ResponsivenessNo issues

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Connectors

Related MCP Servers

  • F
    license
    B
    quality
    D
    maintenance
    Query a variety of data from Brasil resources seamlessly. Access information on postal codes, area codes, banks, holidays, taxes, and more through a unified interface. Enhance your AI agents and applications with rich and updated data from BrasilAPI effortlessly.
    6
    7
    -
  • A
    license
    A
    quality
    D
    maintenance
    Create Pix charges (Woovi/OpenPix) · List payments & check status · Refund transactions · Multi-provider routing · Daily/per-tx spending limits · Human-in-the-loop confirmation · JSONL audit trail
    7
    28
    MIT
  • A
    license
    A
    quality
    B
    maintenance
    Connects AI agents to Brazilian tax compliance data (CNPJ, CPF, NFe, SPED, eSocial) and provides tools for due diligence, risk scoring, and tax regime comparison.
    44
    289
    MIT
  • F
    license
    Not graded
    quality
    C
    maintenance
    Provides business intelligence, compliance tools, and economic data for Latin America, including Brazilian company lookups, tax ID validation for multiple countries, and economic indicators from official government sources.
    -

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/ElToro1855/ozav-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server