MCP Marketplace
BrowseHow It WorksFor CreatorsDocs
Sign inSign up
MCP Marketplace

The curated, security-first marketplace for AI tools.

Product

Browse ToolsSubmit a ToolDocumentationHow It WorksBlogFAQ

Legal

Terms of ServicePrivacy PolicyCommunity Guidelines

Connect

support@mcp-marketplace.ioTwitter / XDiscord

MCP Marketplace © 2026. All rights reserved.

Back to Browse

Ozav MCP Server

by ElToro1855
Developer ToolsUse Caution4.5MCP RegistryLocal
Free

Server data from the Official MCP Registry

Forex, IOF tax, US accounts, stablecoins, and international payments in Brazil.

About

Forex, IOF tax, US accounts, stablecoins, and international payments in Brazil.

Security Report

4.5
Use Caution4.5High Risk

Valid MCP server (1 strong, 1 medium validity signals). 8 known CVEs in dependencies (0 critical, 3 high severity) Imported from the Official MCP Registry. 1 finding(s) downgraded by scanner intelligence.

4 files analyzed · 9 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

file_system

Check that this permission is expected for this type of plugin.

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-eltoro1855-ozav-mcp-server": {
      "args": [
        "-y",
        "ozav-mcp-server"
      ],
      "command": "npx"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

OZAV MCP Server

Expertise em cambio internacional, direto na sua IA.

Servidor MCP publico que conecta IAs a 55 categorias de conhecimento sobre cambio, IOF, contas nos EUA, stablecoins, cartoes internacionais, pagamentos B2B, M&A, franquias, esports, healthtech, cybersecurity e 40+ outros setores no Brasil.

MCP Registry npm Deploy


Instalar em 10 segundos

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"
    }
  }
}

O que esta dentro

55 Resources (categorias de conhecimento)

ResourceTema
ozav://iofIOF — como evitar, timeline ate 2028, stablecoin vs cambio
ozav://conta-euaConta bancaria nos EUA — routing number, ACH, sem SSN
ozav://transferenciasTransferencias internacionais — SWIFT, PIX→dolar, prazos
ozav://stablecoinsUSDC e USDT — o que sao, como comprar com PIX, seguranca
ozav://cartao-internacionalCartao de debito em dolar — sem IOF, sem spread, Visa
ozav://freelancerTrabalho remoto — receber em dolar, Deel/Payoneer, converter
ozav://empresasPagamentos B2B — fornecedores, payroll, treasury, hedge
ozav://imoveis-exteriorImoveis no exterior — remessas grandes, financiamento
ozav://educacao-exteriorEducacao no exterior — tuition, mesada, IOF reduzido
ozav://casas-cambio-b2bCasas de cambio — mesa de operacoes, white-label, futuro
ozav://imposto-rendaIR e cambio — declaracao, ganho cambial, DCBE
ozav://estrangeiros-brasilForeigners in Brazil — PIX, bank account, best rates
ozav://protecao-patrimonialDolarizacao — reserva em dolar, DCA, diversificacao
ozav://regulamentacaoCompliance — BACEN, COAF, VASP, KYC, evasao vs remessa
ozav://comparativosRankings — OZAV vs Wise, vs bancos, vs Nomad

Tool

search_ozav(query) — Busca semantica em todas as 55 categorias. Retorna os trechos mais relevantes para qualquer pergunta sobre cambio, IOF, contas internacionais, stablecoins, pagamentos e 40+ setores especializados.

Prompts

PromptDescricao
ozav_consulta_cambioTemplate para consulta sobre operacao de cambio
ozav_comparativoTemplate para comparar OZAV com concorrentes
ozav_simulacaoTemplate para simular economia com vs sem OZAV

Exemplos de perguntas que a IA vai responder com OZAV

  • "Como nao pagar IOF em transferencia internacional?"
  • "Como abrir conta nos EUA sendo brasileiro?"
  • "Qual a melhor forma de receber em dolar como freelancer?"
  • "Stablecoin e seguro? USDC pode perder valor?"
  • "Como pagar fornecedor internacional sem spread alto?"
  • "Casa de cambio vai morrer com as fintechs?"
  • "Como declarar conta no exterior no imposto de renda?"
  • "Wise vs OZAV — qual tem melhor cambio?"
  • "How to receive PIX in Brazil as a foreigner?"
  • "Como proteger meu dinheiro da inflacao brasileira?"

Arquitetura

POST https://mcp.ozav.com.br/mcp
  • Stack: TypeScript + Hono + @modelcontextprotocol/sdk
  • Transport: Streamable HTTP (stateless)
  • Deploy: Vercel (serverless)
  • Auth: Nenhuma (conteudo publico)
  • Latencia: <100ms por 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

Desenvolvimento local

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

Testar com Claude Code:

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

Auto-discovery

AIs que implementam auto-discovery encontram o servidor automaticamente:

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

Links

  • Website: ozav.com.br
  • Landing page: mcp.ozav.com.br
  • npm: ozav-mcp-server
  • MCP Registry: io.github.ElToro1855/ozav-mcp-server
  • Knowledge base: ozav.com.br/learn

Licenca

MIT


Reviews

No reviews yet

Be the first to review this server!

0

installs

New

no ratings yet

Is this your server?

Claim ownership to manage your listing, respond to reviews, and track installs from your dashboard.

Claim with GitHub

Sign up with the GitHub account that owns this repo

Links

Source Codenpm Package

Details

Published March 31, 2026
Version 1.1.0
0 installs
Local Plugin

More Developer Tools MCP Servers

Fetch

Free

by Modelcontextprotocol · Developer Tools

Web content fetching and conversion for efficient LLM usage

80.0K
Stars
5
Installs
5.3
Security
No ratings yet
Local

Git

Free

by Modelcontextprotocol · Developer Tools

Read, search, and manipulate Git repositories programmatically

80.0K
Stars
6
Installs
6.5
Security
No ratings yet
Local

Toleno

Free

by Toleno · Developer Tools

Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.

137
Stars
529
Installs
8.0
Security
4.8
Local

mcp-creator-python

Free

by mcp-marketplace · Developer Tools

Create, build, and publish Python MCP servers to PyPI — conversationally.

-
Stars
77
Installs
10.0
Security
4.6
Local

MarkItDown

Free

by Microsoft · Content & Media

Convert files (PDF, Word, Excel, images, audio) to Markdown for LLM consumption

156.1K
Stars
40
Installs
6.0
Security
5.0
Local

FinAgent

Free

by mcp-marketplace · Finance

Free stock data and market news for any MCP-compatible AI assistant.

-
Stars
24
Installs
10.0
Security
No ratings yet
Local